Releases: nebula-orchestrator/worker
Releases · nebula-orchestrator/worker
1.6.0
1.5.0
- arm64v8 auto release added to DockerHub
- Nebula now integrates with Dockerfile healthchecks to restart containers who fail the healthchecks
- Updated contrib guidlines
- Fixed edge case where updating fields in a stopped app would sometime start it
- Bug fix where restarting an already started container from a private repo\registry would not get the registry user\pass values
- Multiple smaller bugfixes & updates
1.4.0
- Inital sync of workers now done via RabbitMQ - this removes the need for the workers to be able to access MongoDB.
- Fixing a bug where the newer version of pika
heartbeat_interval
was changed toheartbeat
breaking custom heartbeat values - Updated required packages to latest versions.
- Multiple bugfixes & improvements
1.3.0
1.2.0
- Fixed rolling restart
- RabbitMQ exchanges are now set as durable - BREAKING CHANGE - older versions must delete existing exchanges and recreate them when updating
- Modules now installed from the requirements.txt file in the Dockerized version
- Modules are now version locked
- A lot of parameters now has default values
- Multiple bug fixes & improvements