Merge pull request #5789 from TomSweeneyRedHat/dev/tsweeney/dev/tsweeney/v1.37.5

[release-1.37] Bump Buildah to v1.37.5
This commit is contained in:
openshift-merge-bot[bot] 2024-10-18 10:22:50 +00:00 committed by GitHub
commit 86250fac88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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"