Skip to content

Commit

Permalink
[release-1.37] Bump Buildah to v1.37.5
Browse files Browse the repository at this point in the history
Bump to v1.37.5 to incoroprate the fixes needed for CVE-2024-3675

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Oct 17, 2024
1 parent 82eb1c4 commit 5fd40b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5fd40b9

Please sign in to comment.