diff options
author | Matthew Heon <mheon@redhat.com> | 2022-02-23 14:34:34 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-02-23 14:34:34 -0500 |
commit | b1ffa822f827999121f46be85c2896ae804f7574 (patch) | |
tree | ff3c3a5399fda77b9dd6334dcc0311d4d21082ef | |
parent | de9f2280524e5035b624cd21ffcf6cec6357b936 (diff) | |
download | podman-b1ffa822f827999121f46be85c2896ae804f7574.tar.gz podman-b1ffa822f827999121f46be85c2896ae804f7574.tar.bz2 podman-b1ffa822f827999121f46be85c2896ae804f7574.zip |
Update release notes for v4.0.1
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | RELEASE_NOTES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4c07b033a..bb062c483 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Release Notes +## 4.0.1 +### Bugfixes +- Fixed a bug where the `podman play kube` command did not honor the `mountPropagation` field in Pod YAML ([#13322](https://github.com/containers/podman/issues/13322)). +- Fixed a bug where the `--build=false` option to `podman play kube` was not honored ([#13285](https://github.com/containers/podman/issues/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/issues/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. + ## 4.0.0 ### Features - Podman has seen an extensive rewrite of its network stack to add support for Netavark, a new tool for configuring container networks, in addition to the existing CNI stack. Netavark will be default on new installations when it is available. |