-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5942 from dashea/dshea-release-1.26.9
[release-1.26] Bump version to 1.26.9
- Loading branch information
Showing
5 changed files
with
43 additions
and
3 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
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.8 | ||
Version: 1.26.9 | ||
Release: 1.git%{shortcommit}%{?dist} | ||
Summary: A command line tool used to creating OCI Images | ||
License: ASL 2.0 | ||
|
@@ -100,6 +100,19 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Fri Jan 24 2025 David Shea <[email protected]> 1.26.9-1 | ||
- Add build-tag comments | ||
- Fix cache locks with multiple mounts | ||
- Disable windows cross compile targets | ||
- Fix TOCTOU error when bind and cache mounts use "src" values | ||
- define.TempDirForURL(): always use an intermediate subdirectory | ||
- internal/volume.GetBindMount(): discard writes in bind mounts | ||
- pkg/overlay: add a MountLabel flag to Options | ||
- pkg/overlay: add a ForceMount flag to Options | ||
- Add internal/volumes.bindFromChroot() | ||
- Add an internal/open package | ||
- Allow cache mounts to be stages or additional build contexts | ||
|
||
* Mon Oct 21 2024 David Shea <[email protected]> 1.26.8-1 | ||
- Properly validate cache IDs and sources | ||
|
||
|
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