-
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.
Signed-off-by: TomSweeneyRedHat <[email protected]>
- Loading branch information
1 parent
3117f5e
commit 5a3e9fb
Showing
3 changed files
with
36 additions
and
7 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 |
---|---|---|
@@ -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 | ||
|
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.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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|