diff --git a/buildah.go b/buildah.go index 8f9ba1fbf9..c7a4771242 100644 --- a/buildah.go +++ b/buildah.go @@ -20,7 +20,7 @@ const ( // identify working containers. Package = "buildah" // Version for the Package - Version = "0.10" + Version = "0.11" // The value we use to identify what type of information, currently a // serialized Builder structure, we are using as per-container state. // This should only be changed when we make incompatible changes to diff --git a/contrib/rpm/buildah.spec b/contrib/rpm/buildah.spec index 06995e5a88..b20240db36 100644 --- a/contrib/rpm/buildah.spec +++ b/contrib/rpm/buildah.spec @@ -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 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 0.10-1 - Display Config and Manifest as strings - Bump containers/image