Skip to content

Commit 320d6a1

Browse files
authored
Merge pull request #3912 from distribution/2.8.2-beta.2-release-notes
Add 2.8.2 beta.2 release notes
2 parents cb840f6 + 5f3ca1b commit 320d6a1

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

releases/v2.8.2-beta.toml

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

1212
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!
1414
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.
1616
The Go runtime has been bumped to 1.19.
1717
1818
See the changelog below for full list of changes.
1919
20+
### CI
21+
22+
* Dockerfile: fix filenames of artifacts ([#3911](https://github.com/distribution/distribution/pull/3911))
23+
2024
### Bugfixes
2125
2226
* 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.
2933
3034
### Security
3135
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)
3438
3539
### Dependency Changes
3640

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.1+unknown"
11+
var Version = "v2.8.2-beta.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)