Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 320d6a1

Browse filesBrowse 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
Copy full SHA for 320d6a1

File tree

Expand file treeCollapse file tree

2 files changed

+9
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-5
lines changed

‎releases/v2.8.2-beta.toml

Copy file name to clipboardExpand all lines: releases/v2.8.2-beta.toml
+8-4Lines 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

Copy file name to clipboardExpand all lines: version/version.go
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.