podlike
podlike copied to clipboard
Bump github.com/docker/distribution from 2.6.0-rc.1.0.20180327202408-83389a148052+incompatible to 2.8.2-beta.1+incompatible
Bumps github.com/docker/distribution from 2.6.0-rc.1.0.20180327202408-83389a148052+incompatible to 2.8.2-beta.1+incompatible.
Release notes
Sourced from github.com/docker/distribution's releases.
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
There have been no changes made in the released binaries other than the bump of the Go runtime.
See the changelog below for a full list of changes.
CI
- ci: use proper git ref for versioning #3595
- Go: make Go version explicit and pin it to the latest 1.16 release #3604
Contributors
- CrazyMax
- Milos Gajdos
Changes
96cc1fdb
FIx typoe744906f
Update 2.8.1. release notes- Prepare for v2.8.1 release (#3596)
6736d188
Prepare for v2.8.1 release- [2.8 backport] ci: use proper git ref for versioning (#3595)
80acbdf0
ci: use proper git ref for versioningDependency Changes
This release has no dependency changes
The previous release can be found at v2.8.0
... (truncated)
Commits
- See full diff 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.