Skip to content

Commit 4772604

Browse files
authored
Merge pull request #4088 from distribution/2.8.3-release-notes
Add v2.8.3 release notes
2 parents 1eb2c30 + a4fa699 commit 4772604

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ Hayley Swimelar <[email protected]>
4949
Jose D. Gomez R <[email protected]>
5050
Shengjing Zhu <[email protected]>
5151
Silvin Lubecki <[email protected]>
52+
James Hewitt <[email protected]>
53+
Marcus Pettersen Irgens <[email protected]>
54+
Ben Manuel <[email protected]>

releases/v2.8.3.toml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# commit to be tagged for new release
2+
commit = "HEAD"
3+
4+
project_name = "registry"
5+
github_repo = "distribution/distribution"
6+
7+
# previous release
8+
previous = "v2.8.2"
9+
10+
pre_release = false
11+
12+
preface = """\
13+
Welcome to the 2.8.3 release of registry!
14+
15+
The 2.8.3 registry release fixes a few bugs and makes a few dependency updates.
16+
The Go runtime has been bumped to 1.20.8.
17+
18+
See 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+
40+
Previous release can be found at [v2.8.2](https://github.com/distribution/distribution/releases/tag/v2.8.2)
41+
"""

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