From ee60474d5a4d99745aac9855797ad4b26510d786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 30 Sep 2022 20:39:56 +0200 Subject: [PATCH 1/2] Release v1.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (skopeo inspect) now provides more information about individual layers. The default /etc/containers/registries.d/default.yaml now has all entries commented-out, to use built-in defaults; that can change the default for lookaside-staging to use an unprivileged users' home directory instead of a path in /var/. - GHA: Re-use identical workflow from buildah repo - Optimize upstream skopeo container image build - Fix running tests on macOS - Reformat with Go 1.19's gofmt - Fix a comment - Fix looking for commands with GNU make 4.2.1 - Talk about "registry repositories" in (skopeo sync) documentation - Point at --all in the --preserve-digests option documentation - Remove unused GIT_BRANCH definition - Don't include git commit from a parent directory in the --version output - Update for c/image's update of github.com/gobuffalo/pop - Merge pull request #1737 from mtrmac/pop-v5-override - Stop using docker/docker/pkg/homedir in tests - add inspect layersData - Don't abort sync if the registry returns invalid tags - warn users about --dest-compress and --dest-decompress misuse - document imageDestOptions.warnAboutIneffectiveOptions() - warn about ineffective destination opts in sync cmd - default.yaml should have all options commented - Fix documentation in the default registries.d content. - [CI:DOCS] Add quay-description update reminder - Revert addition of -compat=1.17 to (go mod tidy) - Update for https://github.com/klauspost/pgzip/pull/50 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 3b125135..8f5988bc 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.9.3-dev" +const Version = "1.10.0" From 5eace4078fe37422c8471e46369d0a89b8ce048a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 30 Sep 2022 20:43:02 +0200 Subject: [PATCH 2/2] Bump to v1.10.1-dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 8f5988bc..541c0f9e 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.10.0" +const Version = "1.10.1-dev"