Skip to content

Commit

Permalink
[release-1.33] Bump Buildah to v1.33.10
Browse files Browse the repository at this point in the history
As the title says.  Helps to fix CVE-2024-9675
in RHEL 9.4/8.10

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Oct 18, 2024
1 parent d9a8979 commit 482d9e4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Changelog

## v1.33.10 (2024-10-17)

[release-1.33] Properly validate cache IDs and sources
vendor: update c/common to v0.57.7
[release-1.33] Bump to v1.33.9
[release-1.33] Fixes Listing tags in JFrog Artifactory may fail
Cross-build on Fedora

## v1.33.9 (2024-07-16)

[release-1.33] Fixes Listing tags in JFrog Artifactory may fail
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- Changelog for v1.33.10 (2024-10-17)
* [release-1.33] Properly validate cache IDs and sources
* vendor: update c/common to v0.57.7
* [release-1.33] Bump to v1.33.9
* [release-1.33] Fixes Listing tags in JFrog Artifactory may fail
* Cross-build on Fedora

- Changelog for v1.33.9 (2024-07-16)
* [release-1.33] Fixes Listing tags in JFrog Artifactory may fail

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.33.9"
Version = "1.33.10"

// DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc"
Expand Down

0 comments on commit 482d9e4

Please sign in to comment.