From 8a88191c844a35cd54048c34bee3a6656ed5df5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 26 Nov 2021 12:00:56 +0100 Subject: [PATCH] Release 1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes a fix for CVE-2021-41190 / GHSA-77vh-xpmg-72qh . - use fedora:latest in contrib/skopeoimage/*/Dockerfile - Fix test bug that prevented useful diagnostics on registry fail - proxy: Add an API to fetch the config upconverted to OCI - proxy: Add support for manifest lists - proxy: Uncapitalize all errors - Cirrus: Bump Fedora to release 35 & Ubuntu to 21.10 - Update to c/image v5.17.0 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 0340790f..121f71f5 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.2-dev" +const Version = "1.5.2"