Releases: bsdpot/nomad-pot-driver
Releases · bsdpot/nomad-pot-driver
v0.10.0
v0.9.1
v0.9.0
Update for new nomad version
- Update for new nomad version
- Change from vendoring to gomod.
Fixed missing pots on nomad restart
The logic was rework to allow nomad to stop and start without missing any running pots.
Fix return on error message for creation
- Fix bug when error on creating container did not return but keep on going.
Improve config for driver (command and args)
In this release the possibility to start a pot without a command was added (the command is set on the pot on build).
Also documentation for the args was added to the repository.
Pot survive nomad restart
In this release I added the functionality to recover the pots after restarting nomad so that they do not get lost. Also tracing information was added to follow this process.
Release version 0.3
Added args stanza and extra_hosts commands.
Release version 0.2
Fixed naming error on multiple tasks.