From be6146b0a8471b02e776134119a2c37dfb70d414 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 28 Oct 2019 17:14:34 +0100 Subject: [PATCH 1/2] release skopeo v0.1.40 * vendor containers/image v5.0.0 * copy: add a --all/-a flag * System tests: various fixes * Temporarily work around auth.json location confusion * systemtest: copy: docker->storage->oci-archive * systemtest/010-inspect.bats: require only PATH * systemtest: add simple env test in inspect.bats * bash completion: add comments to keep scattered options in sync * bash completion: use read -r instead of disabling SC2207 * bash completion: support --opt arg completion * bash-completion: use replacement instead of sed * bash completion: disable shellcheck SC2207 * bash completion: double-quote to avoid re-splitting * bash completions: use bash replacement instead of sed * bash completion: remove unused variable * bash-completions: split decl and assignment to avoid masking retvals * bash completion: double-quote fixes * bash completion: hard-set PROG=skopeo * bash completion: remove unused variable * bash completion: use `||` instead of `-o` * bash completion: rm eval on assigned variable * copy: add --dest-compress-format and --dest-compress-level * flag: add optionalIntValue * Makefile: use go proxy * inspect --raw: skip the NewImage() step * update OCI image-spec to 775207bd45b6cb8153ce218cc59351799217451f * inspect.go: inspect env variables * ostree: use both image and & storage buildtags 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 2a1ed866..8a47de7d 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.40-dev" +const Version = "0.1.40" From a18a5eaecd7ad1586ddb1c537a0d49c4faf126fa Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 28 Oct 2019 17:15:41 +0100 Subject: [PATCH 2/2] bump version to v0.1.41-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 8a47de7d..232a6773 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.40" +const Version = "0.1.41-dev"