Skip to content

Releases: bsdpot/nomad-pot-driver

v0.10.0

30 Dec 19:36
ac537ed
Compare
Choose a tag to compare

Fixed

  • Fix paths in repo to point to bsdpot (#50)
  • Fix pot-stop and pot-destroy command invocations (#49)
  • Use shellescape in more potentially dangerous places (#44)

v0.9.1

29 Sep 15:54
81e1841
Compare
Choose a tag to compare

Thanks to all contributors!

Added

  • Add optional keyword "attributes" to set pot attributes like devfs_ruleset on the task (#42)
  • Escape environment variables set on pot - this might break existing workarounds in jobs (#43)

v0.9.0

14 Sep 12:53
3c7b964
Compare
Choose a tag to compare

Added

  • Added changelog
  • Improve batch job and restart behavior (#30)
  • Add support for signals (#31)
  • Add support for exec (#32)

Update for new nomad version

26 Aug 12:08
ef06fbc
Compare
Choose a tag to compare
Pre-release
  • Update for new nomad version
  • Change from vendoring to gomod.

Fixed missing pots on nomad restart

26 Feb 09:21
fdaa389
Compare
Choose a tag to compare
Pre-release

The logic was rework to allow nomad to stop and start without missing any running pots.

Fix return on error message for creation

17 Feb 17:34
3a1be66
Compare
Choose a tag to compare
  • Fix bug when error on creating container did not return but keep on going.

Improve config for driver (command and args)

17 Dec 11:32
Compare
Choose a tag to compare

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

10 Dec 16:59
Compare
Choose a tag to compare
Pre-release

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

07 Nov 01:59
6ec3b07
Compare
Choose a tag to compare
Release version 0.3 Pre-release
Pre-release

Added args stanza and extra_hosts commands.

Release version 0.2

23 Aug 13:31
6b0ce9f
Compare
Choose a tag to compare
Release version 0.2 Pre-release
Pre-release

Fixed naming error on multiple tasks.