Sourced from github.com/docker/distribution's releases.
v2.8.2
What's Changed
- Revert registry/client: set
Accept: identity
header when getting layers by@ndeloof
in distribution/distribution#3783- Parse
http
forbidden as denied by@vvoland
in distribution/distribution#3914- Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16 by
@thaJeztah
(#3650)- Fix CVE-2023-2253 runaway allocation on /v2/_catalog by
@josegomezr
521ea3d9
- Fix panic in inmemory driver by
@wy65701436
in distribution/distribution#3815- bump up golang version (alternative) by
@thaJeztah
in distribution/distribution#3903- Dockerfile: update xx to v1.2.1 by
@thaJeztah
in distribution/distribution#3907- update to go1.19.9 by
@thaJeztah
in distribution/distribution#3908- Add code to handle pagination of parts. Fixes max layer size of 10GB bug by
@DavidSpek
in distribution/distribution#3893- Dockerfile: fix filenames of artifacts by
@thaJeztah
in distribution/distribution#3911Full Changelog: https://github.com/distribution/distribution/compare/v2.8.1...v2.8.2
v2.8.2-beta.2
What's Changed
- Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16 by
@thaJeztah
(#3650)- Fix CVE-2023-2253 runaway allocation on /v2/_catalog by
@josegomezr
521ea3d9
- Fix panic in inmemory driver by
@wy65701436
in distribution/distribution#3815- bump up golang version (alternative) by
@thaJeztah
in distribution/distribution#3903- Dockerfile: update xx to v1.2.1 by
@thaJeztah
in distribution/distribution#3907- update to go1.19.9 by
@thaJeztah
in distribution/distribution#3908- Add code to handle pagination of parts. Fixes max layer size of 10GB bug by
@DavidSpek
in distribution/distribution#3893- Dockerfile: fix filenames of artifacts by
@thaJeztah
in distribution/distribution#3911Full Changelog: https://github.com/distribution/distribution/compare/v2.8.1...v2.8.2-beta.2
v2.8.2-beta.1
NOTE: This is a pre-release that does not contain any artifacts!
What's Changed
- Fix runaway allocation on /v2/_catalog by
@josegomezr
521ea3d9
- Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16 by
@thaJeztah
in distribution/distribution#3650- Fix panic in inmemory driver by
@wy65701436
in distribution/distribution#3815- bump up golang version (alternative) by
@thaJeztah
in distribution/distribution#3903- Dockerfile: update xx to v1.2.1 by
@thaJeztah
in distribution/distribution#3907- update to go1.19.9 by
@thaJeztah
in distribution/distribution#3908- Add code to handle pagination of parts. Fixes max layer size of 10GB bug by
@DavidSpek
in distribution/distribution#3893Full Changelog: https://github.com/distribution/distribution/compare/v2.8.1...v2.8.2-beta.1
7c354a4
Merge pull request #3915
from distribution/2.8.2-release-notesa173a9c
Add v2.8.2 release notes4894d35
Merge pull request #3914
from vvoland/handle-forbidden-28f067f66
Merge pull request #3783
from ndeloof/accept-encoding-28483ad69
registry/errors: Parse http forbidden as denied2b0f84d
Revert "registry/client: set Accept: identity header when getting
layers"320d6a1
Merge pull request #3912
from distribution/2.8.2-beta.2-release-notes5f3ca1b
Add release notes for 2.8.2-beta.2 releasecb840f6
Merge pull request #3911
from thaJeztah/2.8_backport_fix_releaser_filenamese884644
Dockerfile: fix filenames of artifacts