Skip to content

v0.4.0

Compare
Choose a tag to compare

0.4.0 (July 14, 2022)

FEATURES:

  • config: Map host devices into container. [GH-41]
  • config: Stream logs via API, support journald log driver. [GH-99]
  • config: Privileged containers. [GH-137]
  • config: Add cpu_hard_limit and cpu_cfs_period options [GH-149]
  • config: Allow mounting rootfs as read-only. [GH-133]
  • config: Allow setting ulimit configuration. [GH-166]
  • config: Allow setting image_pull_timeout and client_http_timeout [GH-131]
  • runtime: Add support for host and CSI volumes and using podman tasks as CSI plugins [GH-169][GH-152]

IMPROVEMENTS:

  • log: Improve log messages on errors. [GH-177]

BUG FIXES:

  • log: Use error key context to log errors rather than Go err style. [GH-126]
  • telemetry: respect telemetry.collection_interval to reduce cpu churn when running many containers [GH-130]