From cc5acabf041b5fd4422825dab1dea35be620362e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 5 Oct 2023 09:14:40 -0400 Subject: [PATCH 1/3] Update RELEASE_NOTES.md for v4.7.1 Signed-off-by: Lokesh Mandvekar --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 09e3270bea..4c07c5067f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # Release Notes +## 4.7.1 +### Bugfixes +- Fixed a bug involving non-English locales of Windows where machine installs using user-mode networking were rejected due to erroneous version detection ([#20209](https://github.com/containers/podman/issues/20209)). +- Fixed a regression in --env-file handling ([#19565](https://github.com/containers/podman/issues/19565)). +- Fixed a bug where podman inspect would fail when stat'ing a device failed. + +### API +- The network list compat API endpoint is now much faster ([#20035](https://github.com/containers/podman/issues/20035)). + ## 4.7.0 ### Security - Now the io.containers.capabilities LABEL in an image can be an empty string. From ef83eeb9c7482826672f3efa12db3d61c88df6c4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 5 Oct 2023 09:21:06 -0400 Subject: [PATCH 2/3] New version: v4.7.1 Signed-off-by: Lokesh Mandvekar --- version/rawversion/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/rawversion/version.go b/version/rawversion/version.go index 1df74f724c..384a609460 100644 --- a/version/rawversion/version.go +++ b/version/rawversion/version.go @@ -7,4 +7,4 @@ package rawversion // // NOTE: remember to bump the version at the top of the top-level README.md // file when this is bumped. -const RawVersion = "4.7.1-dev" +const RawVersion = "4.7.1" From eb5b5dbc89083b3238d9838427aa62e8f092d99e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 5 Oct 2023 09:21:29 -0400 Subject: [PATCH 3/3] Switch version to 4.7.2-dev Signed-off-by: Lokesh Mandvekar --- version/rawversion/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/rawversion/version.go b/version/rawversion/version.go index 384a609460..6daf89fe50 100644 --- a/version/rawversion/version.go +++ b/version/rawversion/version.go @@ -7,4 +7,4 @@ package rawversion // // NOTE: remember to bump the version at the top of the top-level README.md // file when this is bumped. -const RawVersion = "4.7.1" +const RawVersion = "4.7.2-dev"