Releases: hashicorp/nomad-driver-podman
nightly
Nightly releases are snapshots of the development activity on the nomad-driver-podman plugin that may include new features and bug fixes scheduled for upcoming releases. These releases are made available to make it easier for users to test their existing build configurations against the latest nomad-driver-podman code base for potential issues or to experiment with new features, with a chance to provide feedback on ways to improve the changes before being released.
As these releases are snapshots of the latest code, you may encounter an issue compared to the latest stable release. Users are encouraged to run nightly releases in a non production environment. If you encounter an issue, please check our issue tracker to see if the issue has already been reported; if a report hasn't been made, please report it so we can review the issue and make any needed fixes.
Note: Nightly releases are only available via GitHub Releases, and artifacts are not codesigned or notarized. Distribution via other Release Channels such as the Releases Site or Homebrew is not yet supported.
v0.6.3
0.6.3 (June 18, 2025)
IMPROVEMENTS:
- api: Added support for ipv6_address, ipv4_address, static_ips, and static_mac options to networking configuration [GH-359]
- api: Address a backwards incompatible change in Podman 4.0 for secondary IP addresses [GH-443]
- build: Update Nomad verison to 1.10.0 [GH-431]
- build: Updated to Go 1.24.2 [GH-430]
- config: Adds support for oom_score_adj [GH-425]
BUG FIXES:
- fingerprint: Check for nil pointers in SystemInfo client response. [GH-412]
- recovery: Fixes driver failing to recover task [GH-433]
- runtime: Fixes parsing options when creating a tmpfs mount [GH-439]
- logging: Fixes bug where driver did not honor default logging configuration [GH-411]
- volumes: Fixes volume deletion when deleting container [GH-424]
v0.6.2
v0.6.1
0.6.1 (July 15, 2024)
BUG FIXES:
- build: Removed CGO dependency accidentally introduced in 0.6.0
v0.6.0
v0.5.2
v0.5.1
v0.5.0
v0.4.2
0.4.2 (March 24, 2023)
IMPROVEMENTS:
- config: Add
extra_labels
option [GH-215] - config: Allow setting
pids_limit
option. [GH-203] - config: Allow setting
userns
option. [GH-212] - config: Allow setting
entrypoint
as a list of strings. [GH-209] - runtime: Set mount propagation from TaskConfig [GH-204]
BUG FIXES:
- driver: Fixed a bug that caused
image_pull_timeout
to the capped by the value ofclient_http_timeout
[GH-218]
v0.4.1
0.4.1 (November 15, 2022)
FEATURES:
- config: Set custom apparmor profile or disable apparmor. [GH-188]
IMPROVEMENTS:
- config: Add
selinux_opts
option [GH-139] - perf: Use ping api instead of system info for fingerprinting [GH-186]
- runtime: Prevent concurrent image pulls of same imageRef [GH-159]
BUG FIXES: