Skip to content

Commit

Permalink
[release-1.33] Bump to Buildah v1.33.8
Browse files Browse the repository at this point in the history
As the title says.  Bumping to create a version with
fixes for a couple of recent CVEs.

[NO NEW TESTS NEEDED]

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

# Changelog

## v1.33.8 (2024-05-17)

[release-1.33] Bump c/image v5.29.3, c/common v0.57.5, CVE-2024-3727
integration test: handle new labels in "bud and test --unsetlabel"
[release-1.33] Bump go-jose CVE-2024-28180
[release-1.33] Bump ocicrypt and go-jose CVE-2024-28180

## v1.33.7 (2024-03-18)

CVE-2024-1753 container escape fix
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- Changelog for v1.33.8 (2024-05-17)
* [release-1.33] Bump c/image v5.29.3, c/common v0.57.5, CVE-2024-3727
* integration test: handle new labels in "bud and test --unsetlabel"
* [release-1.33] Bump go-jose CVE-2024-28180
* [release-1.33] Bump ocicrypt and go-jose CVE-2024-28180

- Changelog for v1.33.7 (2024-03-18)
* CVE-2024-1753 container escape fix
* tests: skip_if_no_unshare(): check for --setuid
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.7"
Version = "1.33.8"

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

0 comments on commit 6daa581

Please sign in to comment.