diff options
author | Matthew Heon <matthew.heon@pm.me> | 2021-09-29 16:17:01 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-09-29 16:39:29 -0400 |
commit | 855746cc9258b85d390d68cd3c61ca0588dd0f8f (patch) | |
tree | ee5e4c6705632064406f49147d2e5fb51947d300 /RELEASE_NOTES.md | |
parent | 09b353081955af56fde1587d8d95294df8e0d8cd (diff) | |
download | podman-855746cc9258b85d390d68cd3c61ca0588dd0f8f.tar.gz podman-855746cc9258b85d390d68cd3c61ca0588dd0f8f.tar.bz2 podman-855746cc9258b85d390d68cd3c61ca0588dd0f8f.zip |
Fix release notes
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 29272f3e5..326991827 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -73,9 +73,9 @@ - Fixed a bug where the `podman generate kube` command would add default environment variables to generated YAML. - Fixed a bug where the `podman generate kube` command would add the default CMD from the image to generated YAML ([#11672](https://github.com/containers/podman/issues/11672)). - Fixed a bug where the `podman rm --storage` command could fail to remove containers under some circumstances ([#11207](https://github.com/containers/podman/issues/11207)). -- Fixed a bug where the CNI plugins were unable to locate state information when Podman was run as root, leading to a failure to properly tear down container networking ([#10745](https://github.com/containers/podman/issues/10745) and [#10806](https://github.com/containers/podman/issues/10806)). - Fixed a bug where the `podman machine ssh` command could fail when run on Linux ([#11731](https://github.com/containers/podman/issues/11731)). - Fixed a bug where the `podman stop` command would error when used on a container that was already stopped ([#11740](https://github.com/containers/podman/issues/11740)). +- Fixed a bug where renaming a container in a pod using the `podman rename` command, then removing the pod using `podman pod rm`, could cause Podman to believe the new name of the container was permanently in use, despite the container being removed ([#11750](https://github.com/containers/podman/issues/11750)). ### API - The Libpod Pull endpoint for Images now has a new query parameter, `quiet`, which (when set to true) suppresses image pull progress reports ([#10612](https://github.com/containers/podman/issues/10612)). |