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"