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:
commit
86250fac88
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue