-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.26] Bump Buildah to v1.26.7
As the title says. This will fix Buldah for CVE-2024-1753. [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat <[email protected]>
- Loading branch information
1 parent
2f1a894
commit 301b7b0
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -100,6 +100,13 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Mon Apr 1 2024 Tom Sweeney <[email protected]> 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 <[email protected]> 1.26.6-1 | ||
- copier.Put(): clear up os/syscall mode bit confusion | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters