-
Notifications
You must be signed in to change notification settings - Fork 787
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 #2949 from containers/bump_to_v.19.3
Bump to v1.19.3
- Loading branch information
Showing
4 changed files
with
51 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 buildah.go too | ||
Version: 1.19.2 | ||
Version: 1.19.3 | ||
Release: 1.git%{shortcommit}%{?dist} | ||
Summary: A command line tool used to creating OCI Images | ||
License: ASL 2.0 | ||
|
@@ -100,11 +100,23 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Thu Jan 28, 2021 Tom Sweeney <[email protected]> 1.19.3-1 | ||
- [ci:docs] Fix man page for buildah push | ||
- Vendor in containers/image v5.10.1 | ||
- Rebuild layer if a change in ARG is detected | ||
- Bump golang.org/x/crypto to latest rel-1.19 | ||
- local image lookup by digest | ||
- Use build-arg ENV val from local environment if set | ||
- Pick default OCI Runtime from containers.conf | ||
|
||
* Fri Jan 15, 2021 Dan Walsh <[email protected]> 1.19.2-1 | ||
- If overlay destination does not exists, do not throw error | ||
- If overlay mount point destination does not exists, do not throw error | ||
- Vendor in containers/common | ||
|
||
* Thu Jan 14, 2021 Dan Walsh <[email protected]> 1.19.1-1 | ||
- Cherry pick localhost fix and update CI configuration for release-1.19 | ||
- use local image name for pull policy checks | ||
- Vendor in common 0.33.1 | ||
|
||
* Fri Jan 8, 2021 Tom Sweeney <[email protected]> 1.19.0-1 | ||
- Update vendor of containers/storage and containers/common | ||
|