Skip to content

Commit

Permalink
[release-1.32] Bump to Bulidah v1.32.3
Browse files Browse the repository at this point in the history
As the title says.  Bumping to v1.32.3 to get a few
CVE fixes in.

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat committed Mar 27, 2024
1 parent ae50fd8 commit 39dbbf2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

# Changelog

## v1.32.3 (2024-03-20)

CVE-2024-1753 container escape fix
[release-1.32] Bump google.golang.org/protobuf to v1.33.0
Fix for CVE-2023-39325

## v1.32.2 (2023-10-30)

Mask /sys/devices/virtual/powercap by default
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
@@ -1,3 +1,8 @@
- Changelog for v1.32.3 (2024-03-20)
* CVE-2024-1753 container escape fix
* [release-1.32] Bump google.golang.org/protobuf to v1.33.0
* Fix for CVE-2023-39325

- Changelog for v1.32.2 (2023-10-30)

* Mask /sys/devices/virtual/powercap by default
Expand Down
2 changes: 1 addition & 1 deletion define/types.go
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.32.2"
Version = "1.32.3"

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

0 comments on commit 39dbbf2

Please sign in to comment.