Skip to content

Commit 7fede6a

Browse files
[release-1.24] Bump Buildah to v1.24.7
As the title says [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent 8ede58d commit 7fede6a

File tree

4 files changed

+48
-2
lines changed

4 files changed

+48
-2
lines changed

CHANGELOG.md

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

33
# Changelog
44

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+
521
## v1.24.6 (2022-09-20)
622

723
run: add container gid to additional groups

changelog.txt

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
- Changelog for v1.24.6 (2022-09-20)
217
* run: add container gid to additional groups
318

contrib/rpm/buildah.spec

+16-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
Name: buildah
2828
# Bump version in define/types.go too
29-
Version: 1.24.6
29+
Version: 1.24.7
3030
Release: 1.git%{shortcommit}%{?dist}
3131
Summary: A command line tool used to creating OCI Images
3232
License: ASL 2.0
@@ -100,6 +100,21 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
100100
%{_datadir}/bash-completion/completions/*
101101

102102
%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+
103118
* Tue Sep 20 2022 Nalin Dahyabhai <[email protected]> 1.24.6-1
104119
- run: add container gid to additional groups
105120

define/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
Package = "buildah"
3030
// Version for the Package. Bump version in contrib/rpm/buildah.spec
3131
// too.
32-
Version = "1.24.6"
32+
Version = "1.24.7"
3333

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

0 commit comments

Comments
 (0)