You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases/v2.8.2.toml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ previous = "v2.8.1"
10
10
pre_release = false
11
11
12
12
preface = """\
13
-
Welcome to the 2.8.2-beta.2 release of registry!
13
+
Welcome to the 2.8.2 release of registry!
14
14
15
-
The 2.8.2-beta.2 registry release fixes several security vulnerabilities.
15
+
The 2.8.2 registry release fixes several security vulnerabilities.
16
16
The Go runtime has been bumped to 1.19.
17
17
18
18
See the changelog below for full list of changes.
@@ -25,6 +25,8 @@ See the changelog below for full list of changes.
25
25
26
26
* Fix panic in inmemory driver ([#3815](https://github.com/distribution/distribution/pull/3815))
27
27
* 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))
0 commit comments