Skip to content

Commit

Permalink
[release-1.31] Bump to Buildah v1.31.5
Browse files Browse the repository at this point in the history
As the title says.

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat committed Mar 28, 2024
1 parent 62b7609 commit c59dccf
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.31.5 (2024-03-28)

[release-1.31] CVE-2024-1753 container escape fix
[release-1.31] conformance tests: don't break on trailing zeroes
[release-1.31] Bump google.golang.org/protobuf to v1.33.0
[release-1.31] Bump golang.org/x/crypto v0.17.0

## v1.31.4 (2023-10-30)
Mask /sys/devices/virtual/powercap by default

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.31.5 (2024-03-28)
* [release-1.31] CVE-2024-1753 container escape fix
* [release-1.31] conformance tests: don't break on trailing zeroes
* [release-1.31] Bump google.golang.org/protobuf to v1.33.0
* [release-1.31] Bump golang.org/x/crypto v0.17.0

-Changelog for v1.31.4 (2023-10-30)
* Mask /sys/devices/virtual/powercap by default

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.31.4"
Version = "1.31.5"

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

0 comments on commit c59dccf

Please sign in to comment.