Merge pull request #5768 from nalind/release-v1.37.4

[release-1.37] tag v1.37.4
This commit is contained in:
openshift-merge-bot[bot] 2024-10-06 10:32:47 +00:00 committed by GitHub
commit df9247c59b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,10 @@
# Changelog
## v1.37.4 (2024-10-07)
Fixed CVE-2024-9407 and CVE-2024-934
## v1.37.3 (2024-09-20)
Do not error on trying to write IMA xattr as rootless

View File

@ -1,3 +1,6 @@
- Changelog for v1.37.4 (2024-10-07)
* Fixed CVE-2024-9407 and CVE-2024-934
- 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

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.3"
Version = "1.37.4"
// DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc"