gobench
gobench copied to clipboard
Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible
Bumps github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible.
Release notes
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
v2.8.1
Welcome to the v2.8.1 release of registry!
The 2.8.1 registry release fixes the Go module issues that have popped up in the v2.8.0
... (truncated)
Commits
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- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.