Skip to content

Commit

Permalink
[release-1.24] Bump Buildah to v1.24.7
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 Apr 2, 2024
1 parent 8ede58d commit 7fede6a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

# Changelog

## v1.24.7 (2024-04-01)

[release-1.24] conformance tests: don't break on trailing zeroes
[release-1.24] CVE-2024-1753 container escape fix
[release-1.24] Cirrus: disable cross_build task
Hack: Replace golang with 1.17 for security update
bump golang.org/x/crypto to v0.17.0
conformance test: ignore file type bits when comparing layers
Mask /sys/devices/virtual/powercap by default
[release-1.24] Explicitly ref. quay images for CI
[release-1.24] remove registry.centos.org
[CI:BUILD] Cirrus: Migrate OSX task to M1
Define and use a safe, reliable test image
define.downloadToDirectory: fail early if bad HTTP response
add: fail on bad http response instead of writing to container

## v1.24.6 (2022-09-20)

run: add container gid to additional groups
Expand Down
15 changes: 15 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- Changelog for v1.24.7 (2024-04-01)
* [release-1.24] conformance tests: don't break on trailing zeroes
* [release-1.24] CVE-2024-1753 container escape fix
* [release-1.24] Cirrus: disable cross_build task
* Hack: Replace golang with 1.17 for security update
* bump golang.org/x/crypto to v0.17.0
* conformance test: ignore file type bits when comparing layers
* Mask /sys/devices/virtual/powercap by default
* [release-1.24] Explicitly ref. quay images for CI
* [release-1.24] remove registry.centos.org
* [CI:BUILD] Cirrus: Migrate OSX task to M1
* Define and use a safe, reliable test image
* define.downloadToDirectory: fail early if bad HTTP response
* add: fail on bad http response instead of writing to container

- Changelog for v1.24.6 (2022-09-20)
* run: add container gid to additional groups

Expand Down
17 changes: 16 additions & 1 deletion contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

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

%changelog
* Mon Apr 01 2024 Tom Sweeney <tsweeney@redhat.com> 1.24.7-1
- [release-1.24] conformance tests: don't break on trailing zeroes
- [release-1.24] CVE-2024-1753 container escape fix
- [release-1.24] Cirrus: disable cross_build task
- Hack: Replace golang with 1.17 for security update
- bump golang.org/x/crypto to v0.17.0
- conformance test: ignore file type bits when comparing layers
- Mask /sys/devices/virtual/powercap by default
- [release-1.24] Explicitly ref. quay images for CI
- [release-1.24] remove registry.centos.org
- [CI:BUILD] Cirrus: Migrate OSX task to M1
- Define and use a safe, reliable test image
- define.downloadToDirectory: fail early if bad HTTP response
- add: fail on bad http response instead of writing to container

* Tue Sep 20 2022 Nalin Dahyabhai <nalin@redhat.com> 1.24.6-1
- run: add container gid to additional groups

Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.24.6"
Version = "1.24.7"

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

0 comments on commit 7fede6a

Please sign in to comment.