From 44f727fb01ff4616319b42f010ed5794c6ef30e6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 27 Sep 2023 08:50:38 -0400 Subject: [PATCH] [CI:DOCS] v4.7.0 RELEASE_NOTES update Signed-off-by: Lokesh Mandvekar --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 082a8144a8..09e3270bea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 4.7.0-rc1 +## 4.7.0 ### Security - Now the io.containers.capabilities LABEL in an image can be an empty string. @@ -97,6 +97,8 @@ - Fixed a crash validating --device argument for create and run ([#19335](/~https://github.com/containers/podman/issues/19335)). - Fixed a bug where `.HostConfig.PublishAllPorts` always evaluates to `false` when inspecting a container created with `--publish-all`. - Fixed a bug in `podman image trust` command to allow using the local policy.json file ([#19073](/~https://github.com/containers/podman/issues/19073)). +- Fixed a bug where the cgroup file system was not correctly mounted when running without a network namespace in rootless mode ([#20073](/~https://github.com/containers/podman/issues/20073)). +- Fixed a bug where the `--syslog` flag was not passed to the cleanup process. ### API - Fixed a bug with parsing of the pull query parameter for the compat /build endpoint ([#17778](/~https://github.com/containers/podman/issues/17778)).