From 6da0d155013f44dbc653d4938bec643df24e468f Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 21 Jan 2025 13:41:16 -0500 Subject: [PATCH 1/3] Update release notes for v5.3.2 Signed-off-by: Matt Heon --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 82650fd63b..b1daf26596 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,16 @@ # Release Notes +## 5.3.2 +### Bugfixes +- Fixed a bug where Quadlet `.build` files could create an invalid podman command line when `Pull=` was used ([#24599](https://github.com/containers/podman/issues/24599)). +- Fixed a bug where the Mac installer did not install the Podman manpages ([#24756](https://github.com/containers/podman/issues/24756)). + +### Misc +- Updated Buildah to v1.38.1 +- Updated the containers/common library to v0.61.1 +- Updated the containers/storage library to v1.56.1 +- Updated the containers/image library to v5.33.1 + ## 5.3.1 ### Bugfixes - Fixed a bug where the `--ignition-path` option to `podman machine init` would prevent creation of necessary files for the VM, rendering it unusable ([#23544](https://github.com/containers/podman/issues/23544)). From 85043bb1a3818102194afa82845cb63841067c9c Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 21 Jan 2025 13:41:34 -0500 Subject: [PATCH 2/3] Bump to v5.3.2 Signed-off-by: Matt Heon --- 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 95281282c8..eb7d8b7a72 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 = "5.3.2-dev" +const RawVersion = "5.3.2" From 6d6fddd4a310a1b7bfda6830ed3babc258b75a6f Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 21 Jan 2025 13:41:58 -0500 Subject: [PATCH 3/3] Bump to v5.3.3-dev Signed-off-by: Matt Heon --- 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 eb7d8b7a72..18837d33a7 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 = "5.3.2" +const RawVersion = "5.3.3-dev"