From 4abb7137f24ab5e71a7790bf8694ce32f0e7f8b6 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 13 Apr 2022 10:33:14 -0400 Subject: [PATCH 1/4] Add release notes for v3.4.6 Signed-off-by: Matthew Heon --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 54112ff26a..8c5f05e9e7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 3.4.6 +### Security +- This release addresses CVE-2022-27191, where an attacker could potentially cause crashes in remote Podman by using incorrect SSH ciphers. + ## 3.4.5 ### Security - This release addresses CVE-2022-27649, where Podman would set excess inheritable capabilities for processes in containers. From fb659cb53072c1dc2be35e6fd3f1f2740d278dab Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 13 Apr 2022 10:33:35 -0400 Subject: [PATCH 2/4] Bump to v3.4.6 Signed-off-by: Matthew Heon --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 53510f754e..cc93d14af4 100644 --- a/version/version.go +++ b/version/version.go @@ -27,7 +27,7 @@ const ( // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -var Version = semver.MustParse("3.4.6-dev") +var Version = semver.MustParse("3.4.6") // See https://docs.docker.com/engine/api/v1.40/ // libpod compat handlers are expected to honor docker API versions From 013f946eddd646b7efce8d303d34f8f88124fbd1 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 13 Apr 2022 10:33:55 -0400 Subject: [PATCH 3/4] Bump to v3.4.7-dev Signed-off-by: Matthew Heon --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index cc93d14af4..dc8ad2574e 100644 --- a/version/version.go +++ b/version/version.go @@ -27,7 +27,7 @@ const ( // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -var Version = semver.MustParse("3.4.6") +var Version = semver.MustParse("3.4.7-dev") // See https://docs.docker.com/engine/api/v1.40/ // libpod compat handlers are expected to honor docker API versions From 7c7020ba16660141da77cc4a61c2d7c3ab4efe59 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 13 Apr 2022 11:24:12 -0400 Subject: [PATCH 4/4] Update readme version Signed-off-by: Matthew Heon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 131c6f5a96..d4288e09ff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers. Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes. -* [Latest Version: 3.3.1](https://github.com/containers/podman/releases/latest) +* [Latest Version: 3.4.6](https://github.com/containers/podman/releases/latest) * Latest Remote client for Windows * Latest Remote client for macOS * Latest Static Remote client for Linux