From e744906f090d3fd828984253a3dda07db307e7ca Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Tue, 8 Mar 2022 17:10:22 +0000 Subject: [PATCH 1/2] Update 2.8.1. release notes Signed-off-by: Milos Gajdos --- releases/v2.8.1.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releases/v2.8.1.toml b/releases/v2.8.1.toml index f40271f779..7c857c63ac 100644 --- a/releases/v2.8.1.toml +++ b/releases/v2.8.1.toml @@ -12,12 +12,13 @@ pre_release = false preface = """\ The 2.8.1 registry release fixes the Go module issues that have popped up in the v2.8.0 -There have been no chages made in the released binaries. +There have been no chages made in the released binaries other than the bump of the Go runtime. See changelog below for full list of changes. ### CI * ci: use proper git ref for versioning [#3595](https://github.com/distribution/distribution/pull/3595) +* Go: make Go version explicit and pin it to the latest 1.16 release [3604](https://github.com/distribution/distribution/pull/3604) ### Dependency Changes From 96cc1fdb3cab99df352d6cea3d87e104f0ad8520 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Tue, 8 Mar 2022 17:14:24 +0000 Subject: [PATCH 2/2] FIx typo Signed-off-by: Milos Gajdos --- releases/v2.8.1.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2.8.1.toml b/releases/v2.8.1.toml index 7c857c63ac..54d985d7a4 100644 --- a/releases/v2.8.1.toml +++ b/releases/v2.8.1.toml @@ -12,7 +12,7 @@ pre_release = false preface = """\ The 2.8.1 registry release fixes the Go module issues that have popped up in the v2.8.0 -There have been no chages made in the released binaries other than the bump of the Go runtime. +There have been no changes made in the released binaries other than the bump of the Go runtime. See changelog below for full list of changes.