Skip to content

Commit

Permalink
[release-1.26] Bump Buildah to v1.26.7
Browse files Browse the repository at this point in the history
As the title says.  This will fix Buldah for CVE-2024-1753.

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat committed Apr 4, 2024
1 parent 2f1a894 commit 301b7b0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Changelog

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

[release-1.26] conformance tests: don't break on trailing zeroes
[release-1.26] CVE-2024-1753 container escape fix
Mask /sys/devices/virtual/powercap by default
Use docker.io/library/centos instead of the one at registry.centos.org
Run the cross-compile test on M1 MacOS, not Intel

## v1.26.6 (2022-12-08)

copier.Put(): clear up os/syscall mode bit confusion
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- Changelog for v1.26.7 (2024-04-01)
* [release-1.26] conformance tests: don't break on trailing zeroes
* [release-1.26] CVE-2024-1753 container escape fix
* Mask /sys/devices/virtual/powercap by default
* Use docker.io/library/centos instead of the one at registry.centos.org
* Run the cross-compile test on M1 MacOS, not Intel

- Changelog for v1.26.6 (2022-12-08)
* copier.Put(): clear up os/syscall mode bit confusion

Expand Down
9 changes: 8 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.26.6
Version: 1.26.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,13 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Mon Apr 1 2024 Tom Sweeney <tsweeney@redhat.com> 1.26.7-1
- [release-1.26] conformance tests: don't break on trailing zeroes
- [release-1.26] CVE-2024-1753 container escape fix
- Mask /sys/devices/virtual/powercap by default
- Use docker.io/library/centos instead of the one at registry.centos.org
- Run the cross-compile test on M1 MacOS, not Intel

* Thu Dec 8 2022 Nalin Dahyabhai <nalin@redhat.com> 1.26.6-1
- copier.Put(): clear up os/syscall mode bit confusion

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.26.6"
Version = "1.26.7"

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

0 comments on commit 301b7b0

Please sign in to comment.