2022-02-24 11:22:04 +00:00
|
|
|
# commit to be tagged for new release
|
|
|
|
commit = "HEAD"
|
|
|
|
|
|
|
|
project_name = "registry"
|
|
|
|
github_repo = "distribution/distribution"
|
|
|
|
|
|
|
|
# previous release
|
|
|
|
previous = "v2.8.0"
|
|
|
|
|
|
|
|
pre_release = false
|
|
|
|
|
|
|
|
preface = """\
|
|
|
|
The 2.8.1 registry release fixes the Go module issues that have popped up in the v2.8.0
|
|
|
|
|
2022-03-08 17:14:24 +00:00
|
|
|
There have been no changes made in the released binaries other than the bump of the Go runtime.
|
2022-02-24 11:22:04 +00:00
|
|
|
|
|
|
|
See changelog below for full list of changes.
|
|
|
|
|
|
|
|
### CI
|
|
|
|
* ci: use proper git ref for versioning [#3595](https://github.com/distribution/distribution/pull/3595)
|
2022-03-08 17:10:22 +00:00
|
|
|
* Go: make Go version explicit and pin it to the latest 1.16 release [3604](https://github.com/distribution/distribution/pull/3604)
|
2022-02-24 11:22:04 +00:00
|
|
|
|
|
|
|
### Dependency Changes
|
|
|
|
|
|
|
|
This release has no dependency changes
|
|
|
|
|
|
|
|
Previous release can be found at [v2.8.0](https://github.com/distribution/distribution/releases/tag/v2.8.0)
|
|
|
|
"""
|