From 5a3e9fb262d0f0e32049062bce11fd6cdb5e7c19 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Fri, 2 Aug 2019 11:14:12 -0400 Subject: [PATCH] Bump to v1.10.0 Signed-off-by: TomSweeneyRedHat --- buildah.go | 2 +- changelog.txt | 16 ++++++++++++++++ contrib/rpm/buildah.spec | 25 +++++++++++++++++++------ 3 files changed, 36 insertions(+), 7 deletions(-) diff --git a/buildah.go b/buildah.go index e68fd83b97a..585016843d9 100644 --- a/buildah.go +++ b/buildah.go @@ -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 diff --git a/changelog.txt b/changelog.txt index 9f64f903b61..490886c6e1c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,19 @@ +- Changelog for v1.10.0 (2019-08-02) + * vendor github.com/containers/image@v3.0.0 + * 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/image@v2.0.1 + * Added '-' syntax to remove volume config option + * delete `successfully pushed` message + * Add golint linter and apply fixes + * vendor github.com/containers/storage@v1.12.15 + * 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 diff --git a/contrib/rpm/buildah.spec b/contrib/rpm/buildah.spec index 8c8def4eac4..f957c12d423 100644 --- a/contrib/rpm/buildah.spec +++ b/contrib/rpm/buildah.spec @@ -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 1.9.3-dev-1 --- Bump to 1.9.2-dev +* Fri Aug 2, 2019 Tom Sweeney 1.10.0-1 +- vendor github.com/containers/image@v3.0.0 +- 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/image@v2.0.1 +- Added '-' syntax to remove volume config option +- delete `successfully pushed` message +- Add golint linter and apply fixes +- vendor github.com/containers/storage@v1.12.15 +- 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 1.9.2-1 +* Fri Jul 19, 2019 Dan Walsh 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 1.9.1-1 +* Fri Jul 12, 2019 Dan Walsh 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 1.9.0-1 +* Sat Jun 15, 2019 Dan Walsh 1.9.0 - Fix crash and bump major version * Thu Jun 13, 2019 Dan Walsh 1.8.4