Skip to content

Commit 7c354a4

Browse files
authored
Merge pull request #3915 from distribution/2.8.2-release-notes
Add v2.8.2 release notes
2 parents 4894d35 + a173a9c commit 7c354a4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ previous = "v2.8.1"
1010
pre_release = false
1111

1212
preface = """\
13-
Welcome to the 2.8.2-beta.2 release of registry!
13+
Welcome to the 2.8.2 release of registry!
1414
15-
The 2.8.2-beta.2 registry release fixes several security vulnerabilities.
15+
The 2.8.2 registry release fixes several security vulnerabilities.
1616
The Go runtime has been bumped to 1.19.
1717
1818
See the changelog below for full list of changes.
@@ -25,6 +25,8 @@ See the changelog below for full list of changes.
2525
2626
* Fix panic in inmemory driver ([#3815](https://github.com/distribution/distribution/pull/3815))
2727
* Add code to handle pagination of parts. Fixes max layer size of 10GB bug ([#3893](https://github.com/distribution/distribution/pull/3893))
28+
* Parse http forbidden as denied ([#3914](https://github.com/distribution/distribution/pull/3914))
29+
* Revert "registry/client: set Accept: identity header when getting layers ([#3783](https://github.com/distribution/distribution/pull/3783))
2830
2931
### Runtime
3032

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var Package = "github.com/docker/distribution"
88
// the latest release tag by hand, always suffixed by "+unknown". During
99
// build, it will be replaced by the actual version. The value here will be
1010
// used if the registry is run after a go get based install.
11-
var Version = "v2.8.2-beta.2+unknown"
11+
var Version = "v2.8.2+unknown"
1212

1313
// Revision is filled with the VCS (e.g. git) revision being used to build
1414
// the program at linking time.

0 commit comments

Comments
 (0)