From 956095ee1caa2597a134168c076e48cd3fa790aa Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Fri, 20 Sep 2024 11:12:23 -0400 Subject: [PATCH] [release-1.37] Bump to Buildah v1.37.3 Bump to v1.37.3 in preparation of Podman v5.3 [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat --- CHANGELOG.md | 9 +++++++++ changelog.txt | 8 ++++++++ define/types.go | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8434e6aeaec..bbe234f0587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ # Changelog +## v1.37.3 (2024-09-20) + + Do not error on trying to write IMA xattr as rootless + imagebuildah.StageExecutor: clean up volumes/volumeCache + `manifest add --artifact`: handle multiple values + Packit: split out ELN jobs and reuse fedora downstream targets + Packit: Enable sidetags for bodhi updates + Use Epoch: 2 and respect the epoch in dependencies. + ## v1.37.2 (2024-08-20) [release-1.37] Bump c/common to v0.60.2, c/image to v5.32.2 diff --git a/changelog.txt b/changelog.txt index 0d3b0122753..50a226daac2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +- Changelog for v1.37.3 (2024-09-20) + * Do not error on trying to write IMA xattr as rootless + * imagebuildah.StageExecutor: clean up volumes/volumeCache + * `manifest add --artifact`: handle multiple values + * Packit: split out ELN jobs and reuse fedora downstream targets + * Packit: Enable sidetags for bodhi updates + * Use Epoch: 2 and respect the epoch in dependencies. + - Changelog for v1.37.2 (2024-08-20) * [release-1.37] Bump c/common to v0.60.2, c/image to v5.32.2 diff --git a/define/types.go b/define/types.go index 8e2615eba68..0fd7b5d9217 100644 --- a/define/types.go +++ b/define/types.go @@ -29,7 +29,7 @@ const ( // identify working containers. Package = "buildah" // Version for the Package. Also used by .packit.sh for Packit builds. - Version = "1.37.2" + Version = "1.37.3" // DefaultRuntime if containers.conf fails. DefaultRuntime = "runc"