From 5fd40b989860984a00f6fc1539ff53caceca1325 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 17 Oct 2024 18:40:48 -0400 Subject: [PATCH] [release-1.37] Bump Buildah to v1.37.5 Bump to v1.37.5 to incoroprate the fixes needed for CVE-2024-3675 [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat --- CHANGELOG.md | 6 ++++++ changelog.txt | 5 +++++ define/types.go | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fbfba5706..b2c1808959a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Changelog +## v1.37.5 (2024-10-17) + + Bump the containers/storage library to v1.55.1 + Properly validate cache IDs and sources + Packit: constrain koji job to fedora package to avoid dupes + ## v1.37.4 (2024-10-07) Fixed CVE-2024-9407 and CVE-2024-934 diff --git a/changelog.txt b/changelog.txt index cfe26ffd6bb..4fe7dbf1f8e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +- Changelog for v1.37.5 (2024-10-17) + * Bump the containers/storage library to v1.55.1 + * Properly validate cache IDs and sources + * Packit: constrain koji job to fedora package to avoid dupes + - Changelog for v1.37.4 (2024-10-07) * Fixed CVE-2024-9407 and CVE-2024-934 diff --git a/define/types.go b/define/types.go index 9e95b4f5a81..5267d08729e 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.4" + Version = "1.37.5" // DefaultRuntime if containers.conf fails. DefaultRuntime = "runc"