0.6.5 (July 13, 2026)
IMPROVEMENTS:
- driver: Adds support for loading
oci-archiveanddocker-archiveimages fromhttp(s)URLs. [GH-517] - config: Adds support for plugin configuration
networking.default_rootless_modeto override the default networking mode when run rootlessly. [GH-495] - config: Support custom Podman network names for static IP/MAC options via
network_mode. [GH-509] - config: Added
ipc_modetask configuration option to control the container IPC namespace (host,private,shareable,none,container:<id>,ns:<path>,task:<name>) [GH-515] - config: Added support for
os,archandvarianttask config options to override the platform of the image to pull. [GH-514] - build: Eliminated transitive dependency on Docker packages via
hclutils.[GH-512]
BUG FIXES:
- api: Fixed file descriptor leak when getting logs from the task [GH-508]
- driver: Fixed static IP configuration (
static_ips,ipv4_address,ipv6_address,static_mac) being silently ignored, corrected related per-network map handling anddriverNet.IPresolution for service discovery. [GH-507] - driver: Fixed log FIFO permission denied error when using rootless podman with Nomad run as root. [GH-510]
- driver: Fixed
userns=autobeing ignored when no sub-options (e.g. size) are specified [GH-511]