File tree 4 files changed +48
-2
lines changed
4 files changed +48
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
5
+ ## v1.24.7 (2024-04-01)
6
+
7
+ [release-1.24] conformance tests: don't break on trailing zeroes
8
+ [release-1.24] CVE-2024-1753 container escape fix
9
+ [release-1.24] Cirrus: disable cross_build task
10
+ Hack: Replace golang with 1.17 for security update
11
+ bump golang.org/x/crypto to v0.17.0
12
+ conformance test: ignore file type bits when comparing layers
13
+ Mask /sys/devices/virtual/powercap by default
14
+ [release-1.24] Explicitly ref. quay images for CI
15
+ [release-1.24] remove registry.centos.org
16
+ [CI:BUILD] Cirrus: Migrate OSX task to M1
17
+ Define and use a safe, reliable test image
18
+ define.downloadToDirectory: fail early if bad HTTP response
19
+ add: fail on bad http response instead of writing to container
20
+
5
21
## v1.24.6 (2022-09-20)
6
22
7
23
run: add container gid to additional groups
Original file line number Diff line number Diff line change
1
+ - Changelog for v1.24.7 (2024-04-01)
2
+ * [release-1.24] conformance tests: don't break on trailing zeroes
3
+ * [release-1.24] CVE-2024-1753 container escape fix
4
+ * [release-1.24] Cirrus: disable cross_build task
5
+ * Hack: Replace golang with 1.17 for security update
6
+ * bump golang.org/x/crypto to v0.17.0
7
+ * conformance test: ignore file type bits when comparing layers
8
+ * Mask /sys/devices/virtual/powercap by default
9
+ * [release-1.24] Explicitly ref. quay images for CI
10
+ * [release-1.24] remove registry.centos.org
11
+ * [CI:BUILD] Cirrus: Migrate OSX task to M1
12
+ * Define and use a safe, reliable test image
13
+ * define.downloadToDirectory: fail early if bad HTTP response
14
+ * add: fail on bad http response instead of writing to container
15
+
1
16
- Changelog for v1.24.6 (2022-09-20)
2
17
* run: add container gid to additional groups
3
18
Original file line number Diff line number Diff line change 26
26
27
27
Name: buildah
28
28
# Bump version in define/types.go too
29
- Version: 1.24.6
29
+ Version: 1.24.7
30
30
Release: 1.git%{shortcommit }%{?dist }
31
31
Summary: A command line tool used to creating OCI Images
32
32
License: ASL 2.0
@@ -100,6 +100,21 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
100
100
%{_datadir }/bash-completion/completions/*
101
101
102
102
%changelog
103
+ *
Mon Apr 01 2024 Tom Sweeney <[email protected] > 1.24.7-1
104
+ - [release-1.24] conformance tests: don't break on trailing zeroes
105
+ - [release-1.24] CVE-2024-1753 container escape fix
106
+ - [release-1.24] Cirrus: disable cross_build task
107
+ - Hack: Replace golang with 1.17 for security update
108
+ - bump golang.org/x/crypto to v0.17.0
109
+ - conformance test: ignore file type bits when comparing layers
110
+ - Mask /sys/devices/virtual/powercap by default
111
+ - [release-1.24] Explicitly ref. quay images for CI
112
+ - [release-1.24] remove registry.centos.org
113
+ - [CI:BUILD] Cirrus: Migrate OSX task to M1
114
+ - Define and use a safe, reliable test image
115
+ - define.downloadToDirectory: fail early if bad HTTP response
116
+ - add: fail on bad http response instead of writing to container
117
+
103
118
*
Tue Sep 20 2022 Nalin Dahyabhai <[email protected] > 1.24.6-1
104
119
- run: add container gid to additional groups
105
120
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const (
29
29
Package = "buildah"
30
30
// Version for the Package. Bump version in contrib/rpm/buildah.spec
31
31
// too.
32
- Version = "1.24.6 "
32
+ Version = "1.24.7 "
33
33
34
34
// DefaultRuntime if containers.conf fails.
35
35
DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments