Skip to content

Commit

Permalink
Bump to version 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatdan committed Jan 16, 2018
1 parent 0925916 commit b6c5945
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildah.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b6c5945

Please sign in to comment.