diff options
author | Matthew Heon <mheon@redhat.com> | 2022-04-12 14:27:13 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-04-12 14:27:13 -0400 |
commit | 02bd13031eaf7d62ab976aed1696726b6d055dbf (patch) | |
tree | d3ba859697a69d53511bb43439a9e9ba4529104c | |
parent | 62d4f7592375fd197e3aeb1b5a77b003e645c66f (diff) | |
download | podman-02bd13031eaf7d62ab976aed1696726b6d055dbf.tar.gz podman-02bd13031eaf7d62ab976aed1696726b6d055dbf.tar.bz2 podman-02bd13031eaf7d62ab976aed1696726b6d055dbf.zip |
Release notes for v3.4.5
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | RELEASE_NOTES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a69f6684d..54112ff26 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,15 @@ # Release Notes +## 3.4.5 +### Security +- This release addresses CVE-2022-27649, where Podman would set excess inheritable capabilities for processes in containers. + +### Bugfixes +- Fixed a bug where the `podman images` command could, under some circumstances, take an excessive amount of time to list images ([#11997](https://github.com/containers/podman/issues/11997)). + +### Misc +- Updates the containers/common library to v0.44.5 + ## 3.4.4 ### Bugfixes - Fixed a bug where the `podman exec` command would, under some circumstances, print a warning message about failing to move `conmon` to the appropriate cgroup ([#12535](https://github.com/containers/podman/issues/12535)). |