From 2eac0f463a6d2d9d8312c4a52c1e30e8bb8bf7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 25 Jul 2022 21:14:44 +0200 Subject: [PATCH 1/2] Release v1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 - Bump github.com/containers/storage from 1.41.0 to 1.42.0 - Update to github.com/containers/image/v5 v5.22.0 - Update to github.com/containers/common v0.49.0 - Stop using deprecated names from c/common/pkg/retry 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 5bffa4d7..23fe8797 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.1-dev" +const Version = "1.9.1" From 63dabfcf8b2961299b97c7511f0aa17c9e6a3c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 25 Jul 2022 21:15:41 +0200 Subject: [PATCH 2/2] Bump to v1.9.2-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 23fe8797..1a66ef29 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.1" +const Version = "1.9.2-dev"