summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-12-08 13:40:44 -0500
committerMatthew Heon <mheon@redhat.com>2021-12-08 13:40:44 -0500
commitc6989d06d3ee53f7fb84645cc75527ec9121a6d5 (patch)
tree37e49a06ffb30dacfbd0009713ab3a89fa226dfe
parente30588a685ad1474e7957912e72c6c9fbdee4105 (diff)
downloadpodman-c6989d06d3ee53f7fb84645cc75527ec9121a6d5.tar.gz
podman-c6989d06d3ee53f7fb84645cc75527ec9121a6d5.tar.bz2
podman-c6989d06d3ee53f7fb84645cc75527ec9121a6d5.zip
Update release notes for v3.4.4
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b7579af03..a69f6684d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,11 @@
# Release Notes
+## 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)).
+- Fixed a bug where named volumes created as part of container creation (e.g. `podman run --volume avolume:/a/mountpoint` or similar) would be mounted with incorrect permissions ([#12523](https://github.com/containers/podman/issues/12523)).
+- Fixed a bug where the `podman-remote create` and `podman-remote run` commands did not properly handle the `--entrypoint=""` option (to clear the container's entrypoint) ([#12521](https://github.com/containers/podman/issues/12521)).
+
## 3.4.3
### Security
- This release addresses CVE-2021-4024, where the `podman machine` command opened the `gvproxy` API (used to forward ports to `podman machine` VMs) to the public internet on port 7777.