-
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.
- Loading branch information
Showing
2 changed files
with
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
|
||
Name: buildah | ||
Version: 0.10 | ||
Version: 0.11 | ||
Release: 1.git%{shortcommit}%{?dist} | ||
Summary: A command line tool used to creating OCI Images | ||
License: ASL 2.0 | ||
|
@@ -89,6 +89,14 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Tue Jan 16 2018 Dan Walsh <[email protected]> 0.11-1 | ||
- Add --all to remove containers | ||
- Add --all functionality to rmi | ||
- Show ctrid when doing rm -all | ||
- Ignore sequential duplicate layers when reading v2s1 | ||
- Lots of minor bug fixes | ||
- Vendor in latest containers/image and containers/storage | ||
|
||
* Sat Dec 23 2017 Dan Walsh <[email protected]> 0.10-1 | ||
- Display Config and Manifest as strings | ||
- Bump containers/image | ||
|