File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
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
+
5
13
## v1.29.2 (2023-10-31)
6
14
7
15
Mask /sys/devices/virtual/powercap by default
Original file line number Diff line number Diff line change
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
+
1
8
- Changelog for v1.29.2 (2023-10-31)
2
9
* Mask /sys/devices/virtual/powercap by default
3
10
* remove registry.centos.org
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const (
30
30
Package = "buildah"
31
31
// Version for the Package. Bump version in contrib/rpm/buildah.spec
32
32
// too.
33
- Version = "1.29.2 "
33
+ Version = "1.29.3 "
34
34
35
35
// DefaultRuntime if containers.conf fails.
36
36
DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments