From 7c97335f2c49fdb50bc7785ae7ff5e9ac80bc2d6 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Mon, 11 Nov 2019 13:53:35 -0500 Subject: [PATCH] Bump to v1.11.5 Signed-off-by: TomSweeneyRedHat Closes: #1978 Approved by: rhatdan --- buildah.go | 2 +- changelog.txt | 27 +++++++++++++++++++++++++++ contrib/rpm/buildah.spec | 31 ++++++++++++++++++++++++++++--- 3 files changed, 56 insertions(+), 4 deletions(-) diff --git a/buildah.go b/buildah.go index ec971bcea73..7042590d143 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.12.0-dev" + Version = "1.11.5" // 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 6e98e54050d..098e6d6d4f7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,30 @@ +- Changelog for v1.11.5 (2019-11-11) + * Enhance error on unsafe symbolic link targets + * Add OCIRuntime to info + * Check nonexsit authfile + * Only output image id if running buildah bud --quiet + * Fix --pull=true||false and add --pull-never to bud and from (retry) + * cgroups v2: tweak or skip tests + * Prepwork: new 'skip' helpers for tests + * Handle configuration blobs for manifest lists + * unmarshalConvertedConfig: avoid using the updated image's ref + * Add completions for Manifest commands + * Add disableFips option to secrets pkg + * Update bud.bats test archive test + * Add test for caching based on content digest + * Builder.untarPath(): always evaluate b.ContentDigester.Hash() + * Bump github.com/onsi/ginkgo from 1.10.1 to 1.10.2 + * Fix another broken test: copy-url-mtime + * yet more fixes + * Actual bug fix for 'add' test: fix the expected mode + * BATS tests - lots of mostly minor cleanup + * build: drop support for ostree + * Add support for make vendor-in-container + * imgtype: exit with error if storage fails + * remove XDG_RUNTIME_DIR from default authfile path + * fix troubleshooting redirect instructions + * Bump back to v1.12.0-dev + - Changelog for v1.11.4 (2019-10-28) * buildah: add a "manifest" command * manifests: add the module diff --git a/contrib/rpm/buildah.spec b/contrib/rpm/buildah.spec index da63958537b..e09bb214980 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.12.0-dev +Version: 1.11.5 Release: 1.git%{shortcommit}%{?dist} Summary: A command line tool used to creating OCI Images License: ASL 2.0 @@ -99,9 +99,34 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/* %changelog -* Mon Oct 28, 2019 Tom Sweeney 1.12.0-dev-1 +* Mon Nov 11, 2019 Tom Sweeney 1.11.5-1 +- Enhance error on unsafe symbolic link targets +- Add OCIRuntime to info +- Check nonexsit authfile +- Only output image id if running buildah bud --quiet +- Fix --pull=true||false and add --pull-never to bud and from (retry) +- cgroups v2: tweak or skip tests +- Prepwork: new 'skip' helpers for tests +- Handle configuration blobs for manifest lists +- unmarshalConvertedConfig: avoid using the updated image's ref +- Add completions for Manifest commands +- Add disableFips option to secrets pkg +- Update bud.bats test archive test +- Add test for caching based on content digest +- Builder.untarPath(): always evaluate b.ContentDigester.Hash() +- Bump github.com/onsi/ginkgo from 1.10.1 to 1.10.2 +- Fix another broken test: copy-url-mtime +- yet more fixes +- Actual bug fix for 'add' test: fix the expected mode +- BATS tests - lots of mostly minor cleanup +- build: drop support for ostree +- Add support for make vendor-in-container +- imgtype: exit with error if storage fails +- remove XDG_RUNTIME_DIR from default authfile path +- fix troubleshooting redirect instructions +- Bump back to v1.12.0-dev -* Mon Oct 28, 2019 Tom Sweeney 1.11.4-dev-1 +* Mon Oct 28, 2019 Tom Sweeney 1.11.4-1 - buildah: add a "manifest" command - manifests: add the module - pkg/supplemented: add a package for grouping images together