From 7d080caaa32327ca063276f477a64af0fd4617ba Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Fri, 7 Feb 2020 12:18:04 +0100 Subject: [PATCH 1/2] v0.1.41 * Bump github.com/containers/image/v5 from 5.2.0 to 5.2.1 * Bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8 * Bump github.com/containers/common from 0.0.7 to 0.1.4 * Remove the reference to openshift/api * vendor github.com/containers/image/v5@v5.2.0 * Manually update buildah to v1.13.1 * add specific authfile options to copy (and sync) command. * Bump github.com/containers/buildah from 1.11.6 to 1.12.0 * Add context to --encryption-key / --decryption-key processing failures * Bump github.com/containers/storage from 1.15.2 to 1.15.3 * Bump github.com/containers/buildah from 1.11.5 to 1.11.6 * remove direct reference on c/image/storage * Makefile: set GOBIN * Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.7 * Bump github.com/containers/storage from 1.15.1 to 1.15.2 * Introduce the sync command * openshift cluster: remove .docker directory on teardown * Bump github.com/containers/storage from 1.14.0 to 1.15.1 * document installation via apk on alpine * Fix typos in doc for image encryption * Image encryption/decryption support in skopeo * make vendor-in-container * Bump github.com/containers/buildah from 1.11.4 to 1.11.5 * Travis: use go v1.13 * Use a Windows Nano Server image instead of Server Core for multi-arch testing * Increase test timeout to 15 minutes * Run the test-system container without --net=host * Mount /run/systemd/journal/socket into test-system containers * Don't unnecessarily filter out vendor from (go list ./...) output * Use -mod=vendor in (go {list,test,vet}) * Bump github.com/containers/buildah from 1.8.4 to 1.11.4 * Bump github.com/urfave/cli from 1.20.0 to 1.22.1 * skopeo: drop support for ostree * Don't critically fail on a 403 when listing tags * Revert "Temporarily work around auth.json location confusion" * Remove references to atomic * Remove references to storage.conf * Dockerfile: use golang-github-cpuguy83-go-md2man * bump version to v0.1.41-dev * systemtest: inspect container image different from current platform arch Signed-off-by: Valentin Rothberg --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 232a6773..dc3648cd 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.1.41-dev" +const Version = "0.1.41" From 759dc98b32a94c24e9c4d0ffc909faaecdf34f06 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Fri, 7 Feb 2020 12:18:42 +0100 Subject: [PATCH 2/2] bump to v0.1.42-dev Signed-off-by: Valentin Rothberg --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index dc3648cd..8badb721 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.1.41" +const Version = "0.1.42-dev"