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-beta.toml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,17 @@ previous = "v2.8.1"
10
10
pre_release = false
11
11
12
12
preface = """\
13
-
Welcome to the 2.8.2-beta.1 release of registry!
13
+
Welcome to the 2.8.2-beta.2 release of registry!
14
14
15
-
The 2.8.2-beta.1 registry release fixes several security vulnerabilities.
15
+
The 2.8.2-beta.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.
19
19
20
+
### CI
21
+
22
+
* Dockerfile: fix filenames of artifacts ([#3911](https://github.com/distribution/distribution/pull/3911))
23
+
20
24
### Bugfixes
21
25
22
26
* Fix panic in inmemory driver ([#3815](https://github.com/distribution/distribution/pull/3815))
@@ -29,8 +33,8 @@ See the changelog below for full list of changes.
29
33
30
34
### Security
31
35
32
-
* Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16 ([#3650](https://github.com/distribution/distribution/pull/3650))
33
-
* Fix runaway allocation on /v2/_catalog [`521ea3d9`](https://github.com/distribution/distribution/commit/521ea3d973cb0c7089ebbcdd4ccadc34be941f54)
36
+
* Fix [CVE-2022-28391](https://www.cve.org/CVERecord?id=CVE-2022-28391) by bumping alpine from 3.14 to 3.16 ([#3650](https://github.com/distribution/distribution/pull/3650))
37
+
* Fix [CVE-2023-2253](https://www.cve.org/CVERecord?id=CVE-2023-2253) runaway allocation on /v2/_catalog [`521ea3d9`](https://github.com/distribution/distribution/commit/521ea3d973cb0c7089ebbcdd4ccadc34be941f54)
0 commit comments