...
1# commit to be tagged for new release
2commit = "HEAD"
3
4project_name = "registry"
5github_repo = "distribution/distribution"
6
7# previous release
8previous = "v2.8.2"
9
10pre_release = false
11
12preface = """\
13Welcome to the 2.8.3 release of registry!
14
15The 2.8.3 registry release fixes a few bugs and makes a few dependency updates.
16The Go runtime has been bumped to 1.20.8.
17
18See the changelog below for full list of changes.
19
20### Bugfixes
21
22* Do not close HTTP request body in HTTP handler ([#4068](https://github.com/distribution/distribution/pull/4068))
23* Set Content-Type header in registry client ReadFrom ([#4053](https://github.com/distribution/distribution/pull/4053))
24* Do not parse errors as JSON unless Content-Type is set to JSON ([#4054](https://github.com/distribution/distribution/pull/4054))
25* Enable Go build tags ([#4009](https://github.com/distribution/distribution/pull/4009))
26
27### General updates
28
29* replace deprecated function SplitHostname ([#4032](https://github.com/distribution/distribution/pull/4032))
30
31### Runtime
32
33* update to go1.20.8 ([#4056](https://github.com/distribution/distribution/pull/4056))
34
35### Dependency Changes
36
37* deprecate digestset package in favor of go-digest/digestset ([#4064](https://github.com/distribution/distribution/pull/4064))
38* deprecate reference package, migrate to github.com/distribution/reference ([#4063](https://github.com/distribution/distribution/pull/4063))
39
40Previous release can be found at [v2.8.2](https://github.com/distribution/distribution/releases/tag/v2.8.2)
41"""
View as plain text