Skip to content

Releases: nebula-orchestrator/worker

1.6.0

06 Dec 11:22
Compare
Choose a tag to compare
  • Updated prereqs packages.
  • Thread clean stop prep work
  • Docker Registry login now only happens once at startup rather then on every pull
  • Improved logging
  • Added prune option to autoclean unused images
  • Renamed from worker-manager to worker

1.5.0

11 Oct 13:42
Compare
Choose a tag to compare
  • 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

22 Aug 10:46
Compare
Choose a tag to compare
  • 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 to heartbeat breaking custom heartbeat values
  • Updated required packages to latest versions.
  • Multiple bugfixes & improvements

1.3.0

24 Jul 13:29
Compare
Choose a tag to compare
  • RabbitMQ fanout exchange now recreated if somehow deleted (prevents manual accidents)
  • MongoDB 4.x.x support
  • Python updated to 2.7.15
  • Version locked Alpine release
  • Updated multiple prereqs package versions
  • Multiple bugfixes & improvements

1.2.0

24 Oct 09:59
Compare
Choose a tag to compare
  • 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

1.1.1

18 Sep 14:11
Compare
Choose a tag to compare
  • fixing deprecated pika type that was used and broke everything

1.1.0

18 Sep 12:47
Compare
Choose a tag to compare
  • Much better logging
  • Full Docker Network support
  • multiple bugfixes

1.0.0

16 Aug 13:39
Compare
Choose a tag to compare
  • added devices support
  • added privileged support
  • multiple minor bug fixes and improvements

0.9.0

03 Aug 13:14
Compare
Choose a tag to compare
  • volumes mounting support
  • multiple bug fixes

0.8.0

19 Jun 12:52
Compare
Choose a tag to compare
  • PUT option to update app without having to rePOST the entire config of it
  • some bug fixes
  • lot of document work