From e4b79d7741c40434838ece2790be537083fc2a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 2 Feb 2022 22:39:41 +0100 Subject: [PATCH] Release v1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Highlights: - A new sif: transport - New options --multi-arch, --preserve-digests, --sign-passphrase-file - Use a dynamic temp dir for test - Add an option to allow copying image indexes alone - proxy: Add a GetFullConfig method - proxy: Also bump compatible semver - Add option to preserve digests on copy - Run codespell on code - prompt-less signing via passphrase file - add a SIF systemtest - Merge pull request #1550 from vrothberg/sif-test - Improve the documentation of the argument to (skopeo inspect) - Document where various fields of (skopeo inspect) come from - Improve the documentation of boolean flags Signed-off-by: Miloslav Trmač --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index e21c648e1c..900bc0aeb2 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.5.3-dev" +const Version = "1.6.0"