From 2c5da1be1053535bb21ffa226742acdf4800ef68 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Thu, 29 Aug 2019 18:26:36 -0400 Subject: [PATCH 1/2] Bump to v1.11.0 Signed-off-by: TomSweeneyRedHat --- buildah.go | 2 +- changelog.txt | 35 +++++++++++++++++++++++++++++++++++ contrib/rpm/buildah.spec | 37 +++++++++++++++++++++++++++++++++++-- 3 files changed, 71 insertions(+), 3 deletions(-) diff --git a/buildah.go b/buildah.go index 1a290f2623..29e7bf44ff 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.11.0-dev" + Version = "1.11.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 48c67d842c..94f61763e2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,38 @@ +- Changelog for v1.11.0 (2019-08-29) + * tests/bud.bats: add --signature-policy to some tests + * Vendor github.com/openshift/api + * pull/commit/push: pay attention to $BUILD_REGISTRY_SOURCES + * Add `--log-level` command line option and deprecate `--debug` + * add support for cgroupsV2 + * Correctly detect ExitError values from Run() + * Disable empty logrus timestamps to reduce logger noise + * Remove outdated deps Makefile target + * Remove gofmt.sh in favor of golangci-lint + * Remove govet.sh in favor of golangci-lint + * Allow to override build date with SOURCE_DATE_EPOCH + * Update shebangs to take env into consideration + * Fix directory pull image names + * Add --digestfile and Re-add push statement as debug + * README: mention that Podman uses Buildah's API + * Use content digests in ADD/COPY history entries + * add: add a DryRun flag to AddAndCopyOptions + * Fix possible runtime panic on bud + * Add security-related volume options to validator + * use correct path for ginkgo + * Add bud 'without arguments' integration tests + * Update documentation about bud + * add: handle hard links when copying with .dockerignore + * add: teach copyFileWithTar() about symlinks and directories + * Allow buildah bud to be called without arguments + * imagebuilder: fix detection of referenced stage roots + * Touch up go mod instructions in install + * run_linux: fix mounting /sys in a userns + * Vendor Storage v1.13.2 + * Cirrus: Update VM images + * Fix handling of /dev/null masked devices + * Update `bud`/`from` help to contain indicator for `--dns=none` + * Bump back to v1.11.0-dev + - Changelog for v1.10.1 (2019-08-08) * Bump containers/image to v3.0.2 to fix keyring issue * Bug fix for volume minus syntax diff --git a/contrib/rpm/buildah.spec b/contrib/rpm/buildah.spec index f3e86625b2..c4a11a606d 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.11.0-dev +Version: 1.11.0 Release: 1.git%{shortcommit}%{?dist} Summary: A command line tool used to creating OCI Images License: ASL 2.0 @@ -100,7 +100,40 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/* %changelog -* Thu Aug 8, 2019 Tom Sweeney 1.11.0-dev-1 +* Thu Aug 29, 2019 Tom Sweeney 1.11.0-1 +- tests/bud.bats: add --signature-policy to some tests +- Vendor github.com/openshift/api +- pull/commit/push: pay attention to $BUILD_REGISTRY_SOURCES +- Add `--log-level` command line option and deprecate `--debug` +- add support for cgroupsV2 +- Correctly detect ExitError values from Run() +- Disable empty logrus timestamps to reduce logger noise +- Remove outdated deps Makefile target +- Remove gofmt.sh in favor of golangci-lint +- Remove govet.sh in favor of golangci-lint +- Allow to override build date with SOURCE_DATE_EPOCH +- Update shebangs to take env into consideration +- Fix directory pull image names +- Add --digestfile and Re-add push statement as debug +- README: mention that Podman uses Buildah's API +- Use content digests in ADD/COPY history entries +- add: add a DryRun flag to AddAndCopyOptions +- Fix possible runtime panic on bud +- Add security-related volume options to validator +- use correct path for ginkgo +- Add bud 'without arguments' integration tests +- Update documentation about bud +- add: handle hard links when copying with .dockerignore +- add: teach copyFileWithTar() about symlinks and directories +- Allow buildah bud to be called without arguments +- imagebuilder: fix detection of referenced stage roots +- Touch up go mod instructions in install +- run_linux: fix mounting /sys in a userns +- Vendor Storage v1.13.2 +- Cirrus: Update VM images +- Fix handling of /dev/null masked devices +- Update `bud`/`from` help to contain indicator for `--dns=none` +- Bump back to v1.11.0-dev * Thu Aug 8, 2019 Tom Sweeney 1.10.1-1 - Bump containers/image to v3.0.2 to fix keyring issue From 61469c5f16871fb4bc08e35ea907d49628c194d3 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Thu, 29 Aug 2019 18:40:07 -0400 Subject: [PATCH 2/2] Bump to v1.12.0-dev Signed-off-by: TomSweeneyRedHat --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ buildah.go | 2 +- contrib/rpm/buildah.spec | 4 +++- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82248b9019..43f4cd16b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ # Changelog +## v1.11.0 (2019-08-29) + tests/bud.bats: add --signature-policy to some tests + Vendor github.com/openshift/api + pull/commit/push: pay attention to $BUILD_REGISTRY_SOURCES + Add `--log-level` command line option and deprecate `--debug` + add support for cgroupsV2 + Correctly detect ExitError values from Run() + Disable empty logrus timestamps to reduce logger noise + Remove outdated deps Makefile target + Remove gofmt.sh in favor of golangci-lint + Remove govet.sh in favor of golangci-lint + Allow to override build date with SOURCE_DATE_EPOCH + Update shebangs to take env into consideration + Fix directory pull image names + Add --digestfile and Re-add push statement as debug + README: mention that Podman uses Buildah's API + Use content digests in ADD/COPY history entries + add: add a DryRun flag to AddAndCopyOptions + Fix possible runtime panic on bud + Add security-related volume options to validator + use correct path for ginkgo + Add bud 'without arguments' integration tests + Update documentation about bud + add: handle hard links when copying with .dockerignore + add: teach copyFileWithTar() about symlinks and directories + Allow buildah bud to be called without arguments + imagebuilder: fix detection of referenced stage roots + Touch up go mod instructions in install + run_linux: fix mounting /sys in a userns + Vendor Storage v1.13.2 + Cirrus: Update VM images + Fix handling of /dev/null masked devices + Update `bud`/`from` help to contain indicator for `--dns=none` + Bump back to v1.11.0-dev + ## v1.10.1 (2019-08-08) Bump containers/image to v3.0.2 to fix keyring issue Bug fix for volume minus syntax diff --git a/buildah.go b/buildah.go index 29e7bf44ff..fc189ee39f 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.11.0" + Version = "1.12.0-dev" // 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/contrib/rpm/buildah.spec b/contrib/rpm/buildah.spec index c4a11a606d..1014d37e04 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.11.0 +Version: 1.12.0-dev Release: 1.git%{shortcommit}%{?dist} Summary: A command line tool used to creating OCI Images License: ASL 2.0 @@ -100,6 +100,8 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/* %changelog +* Thu Aug 29, 2019 Tom Sweeney 1.12.0-dev-1 + * Thu Aug 29, 2019 Tom Sweeney 1.11.0-1 - tests/bud.bats: add --signature-policy to some tests - Vendor github.com/openshift/api