Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ebad03

Browse files
committedMar 26, 2024·
[release-1.29] Bump to Buildah 1.29.3
As the title says [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
1 parent 0bafe82 commit 2ebad03

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
# Changelog
44

5+
## v1.29.3 (2024-03-21)
6+
7+
[release-1.29] CVE-2024-1753 container escape fix
8+
[release-1.29] conformance tests: don't break on trailing zeroes in layer blobs
9+
[release-1.29] Bump google.golang.org/protobuf to v1.33.0
10+
bump golang.org/x/crypto to v0.17.0
11+
conformance test: ignore file type bits when comparing layers
12+
513
## v1.29.2 (2023-10-31)
614

715
Mask /sys/devices/virtual/powercap by default

‎changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
- Changelog for v1.29.3 (2024-03-21)
2+
* [release-1.29] CVE-2024-1753 container escape fix
3+
* [release-1.29] conformance tests: don't break on trailing zeroes in layer blobs
4+
* [release-1.29] Bump google.golang.org/protobuf to v1.33.0
5+
* bump golang.org/x/crypto to v0.17.0
6+
* conformance test: ignore file type bits when comparing layers
7+
18
- Changelog for v1.29.2 (2023-10-31)
29
* Mask /sys/devices/virtual/powercap by default
310
* remove registry.centos.org

‎define/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
Package = "buildah"
3131
// Version for the Package. Bump version in contrib/rpm/buildah.spec
3232
// too.
33-
Version = "1.29.2"
33+
Version = "1.29.3"
3434

3535
// DefaultRuntime if containers.conf fails.
3636
DefaultRuntime = "runc"

0 commit comments

Comments
 (0)