Merge pull request #5768 from nalind/release-v1.37.4
[release-1.37] tag v1.37.4
This commit is contained in:
commit
df9247c59b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue