Skip to content

Commit

Permalink
[release-1.29] Bump to v1.29.3
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 26, 2024
1 parent 51859ab commit 79aede6
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.29.3 (2024-03-26)

[release-1.29] Bump google.golang.org/protobuf to v1.33.0
[release-1.29] conformance tests: don't break on trailing zeroes
[release-1.29] CVE-2024-1753 container escape fix
bump golang.org/x/crypto to v0.17.0
conformance test: ignore file type bits when comparing layers

## v1.29.2 (2023-10-31)

Mask /sys/devices/virtual/powercap by default
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.29.3 (2024-03-26)
* [release-1.29] Bump google.golang.org/protobuf to v1.33.0
* [release-1.29] conformance tests: don't break on trailing zeroes
* [release-1.29] CVE-2024-1753 container escape fix
* bump golang.org/x/crypto to v0.17.0
* conformance test: ignore file type bits when comparing layers

- Changelog for v1.29.2 (2023-10-31)
* Mask /sys/devices/virtual/powercap by default
* remove registry.centos.org
Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.29.2"
Version = "1.29.3"

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

0 comments on commit 79aede6

Please sign in to comment.