Skip to content

Commit

Permalink
Add release notes for 2.8.2-beta.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
  • Loading branch information
milosgajdos committed May 9, 2023
1 parent cb840f6 commit 9e7e484
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
24 changes: 6 additions & 18 deletions releases/v2.8.2-beta.toml
Expand Up @@ -5,36 +5,24 @@ project_name = "registry"
github_repo = "distribution/distribution"

# previous release
previous = "v2.8.1"
previous = "v2.8.2-beta.1"

pre_release = false

preface = """\
Welcome to the 2.8.2-beta.1 release of registry!
Welcome to the 2.8.2-beta.2 release of registry!
The 2.8.2-beta.1 registry release fixes several security vulnerabilities.
The Go runtime has been bumped to 1.19.
The 2.8.2-beta.2 registry fixes artifact generation in the release CI workflow.
See the changelog below for full list of changes.
### Bugfixes
### CI
* Fix panic in inmemory driver ([#3815](https://github.com/distribution/distribution/pull/3815))
* Add code to handle pagination of parts. Fixes max layer size of 10GB bug ([#3893](https://github.com/distribution/distribution/pull/3893))
### Runtime
* Update to go1.19.9 ([#3908](https://github.com/distribution/distribution/pull/3908))
* Dockerfile: update xx to v1.2.1 ([#3907](https://github.com/distribution/distribution/pull/3907))
### Security
* Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16 ([#3650](https://github.com/distribution/distribution/pull/3650))
* Fix runaway allocation on /v2/_catalog [`521ea3d9`](https://github.com/distribution/distribution/commit/521ea3d973cb0c7089ebbcdd4ccadc34be941f54)
* Dockerfile: fix filenames of artifacts ([#3911](https://github.com/distribution/distribution/pull/3911))
### Dependency Changes
This release has no dependency changes
Previous release can be found at [v2.8.1](https://github.com/distribution/distribution/releases/tag/v2.8.1)
Previous release can be found at [v2.8.2-beta.1](https://github.com/distribution/distribution/releases/tag/v2.8.2-beta.1)
"""
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -8,7 +8,7 @@ var Package = "github.com/docker/distribution"
// the latest release tag by hand, always suffixed by "+unknown". During
// build, it will be replaced by the actual version. The value here will be
// used if the registry is run after a go get based install.
var Version = "v2.8.2-beta.1+unknown"
var Version = "v2.8.2-beta.2+unknown"

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

0 comments on commit 9e7e484

Please sign in to comment.