Skip to content

v4.0.1

Compare
Choose a tag to compare
@mheon mheon released this 23 Feb 21:52
· 8946 commits to main since this release
v4.0.1

Bugfixes

  • Fixed a bug where the podman play kube command did not honor the mountPropagation field in Pod YAML (#13322).
  • Fixed a bug where the --build=false option to podman play kube was not honored (#13285).
  • Fixed a bug where a container using volumes from another container (via --volumes-from) could, under certain circumstances, exit with errors that it could not delete some volumes if the other container did not exit before it ([#12808](https://github.com/containers/podman/issue\
    s/12808)).
  • Fixed a bug where the CONTAINERS_CONF environment variable was not propagated to Conmon, which could result in Podman cleanup processes being run with incorrect configurations.