Skip to content

Commit e4b79d7

Browse files
committed
Release v1.6.0
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č <[email protected]>
1 parent bf24ce9 commit e4b79d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the version of the build.
4-
const Version = "1.5.3-dev"
4+
const Version = "1.6.0"

0 commit comments

Comments
 (0)