Hi everyone, I'm trying to install fusionreactor i...
# fusion-reactor
p
Hi everyone, I'm trying to install fusionreactor into a docker container that is using commandbox. I see that there are two forgebox modules available a commandbox-fusionreactor module published by Ortus and a fusionreactor module published by Integral. The commandbox-fusionreactor module supports the fusionreactor name space and provides a fusionreactor register command to register the agent. But this module installs an older version of the agent at 12.1.1. The fusionreactor module installs the latest version of the agent at 2025.1.0 but this module doesn't seem to support the fusionreactor register command. How does one, register the agent if using the fusionreactor module?
b
wow, that's crazy
their lastest version is 2025.1
they publish those themselves in their CI builds
but I don't know if that is in error, or if they intended to completey change their versions
either way, you can request it in your server.json with the fusionreactor.installID
but I haven't done any testing on it to know if it has breaking changes
@Nick Flewitt Was this version published to forgebox on purpose?
I do think they changed how they're doing their versioning
p
Thanks @bdw429s by adding
Copy code
"fusionreactor":{
				"installID":"fusionreactor@2025.1.0"
		}
to my server.json file I was able to specify the version to be pulled down.
Thanks @mjclemente, but the issue is currently the version of FusionReactor the
commandbox-fusionreactor
module installs by default is 12.1.1 and the latest version is 2025.1.0.
b
Yeah, seems they snuck in a release https://docs.fusion-reactor.com/release-notes/ I'm curious why they skipped 2025.0
@Peter Amiri Let me know if it works. The reason the module doesn't jump to new major versions is since, per semantic versioning, major version bumps can contain backwards breaking changes.
So, the module will always grab the latest minor or patch release, but I don't update new major versions until we've tested it
p
@bdw429s ya, it is working for me.
👍 1
b
Good to hear
d
Sorry we missed this earlier - to answer your question, we did change versioning this time around.