Skip to content

Releases: hashicorp/nomad-driver-podman

v0.3.0

22 Jun 20:21
Compare
Choose a tag to compare

0.3.0

FEATURES:

  • Exec support [GH-87]
  • config: Image registry authentication [GH-71]
  • config: Added tty option
  • config: Support for sysctl configuration [GH-82]
  • config: Fixed a bug where we always pulled an image if image name has a transport prefix [GH-88]
  • config: Added labels option
  • config: Add force_pull option

BUG FIXES:

  • [GH-93] use slirp4netns as default network mode if running rootless
  • [GH-92] parse rootless info correctly from podman 3.0.x struct

Binaries:

https://releases.hashicorp.com/nomad-driver-podman/0.3.0/

v0.2.0

18 Dec 18:09
Compare
Choose a tag to compare

0.2.0

FEATURES:

  • core: Support for Podman V2 HTTP API [GH-51]
  • config: Support for group allocated ports [GH-74]
  • config: Ability to configure dns server list [GH-54]
  • runtime: Add support for SignalTask [GH-64]

BUG FIXES:

  • [GH-67] run container from oci-archive image

BACKWARDS INCOMPATIBILITIES:

  • core: The driver no longer supports varlink communication with Podman
  • config: port_map is deprecated in favor or group network ports and labels

Binaries:

https://releases.hashicorp.com/nomad-driver-podman/0.2.0/

v0.1.0

09 Jul 00:44
Compare
Choose a tag to compare

FEATURES:

  • config: Add ability to configure container network_mode [GH-33]
  • network: (Consul Connect) Ability to accept a bridge network namespace from Nomad. [GH-38]
  • runtime: Ability to run podman rootless [GH-42]
  • config: Ability to specify varlink socket path [GH-42]
  • runtime: Conditionally set memory swappiness only if cgroupv1 is running [GH-42]
  • config: Ability to configure linux capabilities (cap_add/cap_drop) [GH-44]

BINARIES:

https://releases.hashicorp.com/nomad-driver-podman/0.1.0/

Release v0.0.3

04 Jan 16:18
Compare
Choose a tag to compare
Release v0.0.3 Pre-release
Pre-release

New Features

  • #13 Support for --tmpfs mounts

Release v0.0.2

31 Dec 09:00
Compare
Choose a tag to compare
Release v0.0.2 Pre-release
Pre-release

New Features

  • #8 podman --init support
  • #14 oom killer handling, logging
  • #10 support for --user option
  • #15 configurable swap and memory reservation
  • Add recover_stopped driver option

Improvements / Fixes

  • varlink retries in case of socket issues
  • fixed problem with container naming conflict on startup/recovery

First release

13 Dec 06:53
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Useful to test the driver with basic features like bind mounts, port mappings, env, alloc access.