Skip to content

Commit

Permalink
Bump to v1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: TomSweeneyRedHat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Aug 2, 2019
1 parent 3117f5e commit 5a3e9fb
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buildah.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.9.3-dev"
Version = "1.10.0"
// 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
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- Changelog for v1.10.0 (2019-08-02)
* vendor github.com/containers/[email protected]
* Remove GO111MODULE in favor of `-mod=vendor`
* Vendor in containers/storage v1.12.16
* Add '-' minus syntax for removal of config values
* tests: enable overlay tests for rootless
* rootless, overlay: use fuse-overlayfs
* vendor github.com/containers/[email protected]
* Added '-' syntax to remove volume config option
* delete `successfully pushed` message
* Add golint linter and apply fixes
* vendor github.com/containers/[email protected]
* Change wait to sleep in buildahimage readme
* Handle ReadOnly images when deleting images
* Add support for listing read/only images

- Changelog for v1.9.2 (2019-07-19)
* from/import: record the base image's digest, if it has one
* Fix CNI version retrieval to not require network connection
Expand Down
25 changes: 19 additions & 6 deletions contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Name: buildah
# Bump version in buildah.go too
Version: 1.9.3
Version: 1.10.0
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -100,10 +100,23 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Fri Jul 19, 2019 Dan Walsh <[email protected]> 1.9.3-dev-1
-- Bump to 1.9.2-dev
* Fri Aug 2, 2019 Tom Sweeney <[email protected]> 1.10.0-1
- vendor github.com/containers/[email protected]
- Remove GO111MODULE in favor of `-mod=vendor`
- Vendor in containers/storage v1.12.16
- Add '-' minus syntax for removal of config values
- tests: enable overlay tests for rootless
- rootless, overlay: use fuse-overlayfs
- vendor github.com/containers/[email protected]
- Added '-' syntax to remove volume config option
- delete `successfully pushed` message
- Add golint linter and apply fixes
- vendor github.com/containers/[email protected]
- Change wait to sleep in buildahimage readme
- Handle ReadOnly images when deleting images
- Add support for listing read/only images

* Fri Jul 19, 2019 Dan Walsh <[email protected]> 1.9.2-1
* Fri Jul 19, 2019 Dan Walsh <[email protected]> 1.9.2
- from/import: record the base image's digest, if it has one
- Fix CNI version retrieval to not require network connection
- Add misspell linter and apply fixes
Expand All @@ -121,7 +134,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
- unshare: add a --mount flag
- fix push check image name is not empty

* Fri Jul 12, 2019 Dan Walsh <[email protected]> 1.9.1-1
* Fri Jul 12, 2019 Dan Walsh <[email protected]> 1.9.1
- add: fix slow copy with no excludes
- Add errcheck linter and fix missing error check
- Improve tests/tools/Makefile parallelism and abstraction
Expand Down Expand Up @@ -184,7 +197,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
- util: use strings.ContainsRune instead of index check
- Cirrus: Initial implementation

* Sat Jun 15, 2019 Dan Walsh <[email protected]> 1.9.0-1
* Sat Jun 15, 2019 Dan Walsh <[email protected]> 1.9.0
- Fix crash and bump major version

* Thu Jun 13, 2019 Dan Walsh <[email protected]> 1.8.4
Expand Down

0 comments on commit 5a3e9fb

Please sign in to comment.