From 155ce56a2cd2d5608cf43c998f1728af5e7a499b Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Thu, 9 Apr 2020 13:15:46 -0400 Subject: [PATCH] Bump to v1.14.8 Signed-off-by: TomSweeneyRedHat --- CHANGELOG.md | 8 ++++++++ buildah.go | 2 +- changelog.txt | 8 ++++++++ contrib/rpm/buildah.spec | 10 ++++++++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 941a35535f0..ed4ba39673f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ # Changelog +## v1.14.8 (2020-04-09) + Run (make vendor) + Run (make -C tests/tools vendor) + Run (go mod tidy) before (go mod vendor) again + Fix (make vendor) + Bump validation + Bump back to v1.15.0-dev + ## v1.14.7 (2020-04-07) Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3 make vendor: run `tidy` after `vendor` diff --git a/buildah.go b/buildah.go index 2ece11acdb4..6cfbbb73f47 100644 --- a/buildah.go +++ b/buildah.go @@ -27,7 +27,7 @@ const ( Package = "buildah" // Version for the Package. Bump version in contrib/rpm/buildah.spec // too. - Version = "1.15.0-dev" + Version = "1.14.8" // 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 ebbfa5a64b5..4cd9a18dff6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +- Changelog for v1.14.8 (2020-04-09) + * Run (make vendor) + * Run (make -C tests/tools vendor) + * Run (go mod tidy) before (go mod vendor) again + * Fix (make vendor) + * Bump validation + * Bump back to v1.15.0-dev + - Changelog for v1.14.7 (2020-04-07) * Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3 * make vendor: run `tidy` after `vendor` diff --git a/contrib/rpm/buildah.spec b/contrib/rpm/buildah.spec index ea6f7e15dcc..c0cf0a8e30b 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.15.0-dev +Version: 1.14.8 Release: 1.git%{shortcommit}%{?dist} Summary: A command line tool used to creating OCI Images License: ASL 2.0 @@ -99,7 +99,13 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/* %changelog -* Tue Apr 7, 2020 Tom Sweeney 1.15.0-dev-1 +* Thu Apr 9, 2020 Tom Sweeney 1.14.8-1 +- Run (make vendor) +- Run (make -C tests/tools vendor) +- Run (go mod tidy) before (go mod vendor) again +- Fix (make vendor) +- Bump validation +- Bump back to v1.15.0-dev * Tue Apr 7, 2020 Tom Sweeney 1.14.7-1 - Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3