-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: distribution/distribution
base: v2.8.1
head repository: distribution/distribution
compare: v2.8.2
Commits on May 26, 2022
-
Fix CVE-2022-28391 by bumping alpine from 3.15 to 3.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 9f2bc25) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 38018ae - Browse repository at this point
Copy the full SHA 38018aeView commit details -
Merge pull request #3650 from thaJeztah/2.8_bump_alpine
[release/2.8 backport] Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16
Configuration menu - View commit details
-
Copy full SHA for dc5b207 - Browse repository at this point
Copy the full SHA dc5b207View commit details
Commits on Dec 4, 2022
-
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
Configuration menu - View commit details
-
Copy full SHA for ad5991d - Browse repository at this point
Copy the full SHA ad5991dView commit details
Commits on Apr 17, 2023
-
Merge pull request #3815 from wy65701436/release/2.8-cp-3615
[release/2.8] Fix panic in inmemory driver
Configuration menu - View commit details
-
Copy full SHA for 82d6c3d - Browse repository at this point
Copy the full SHA 82d6c3dView commit details
Commits on Apr 24, 2023
-
Fix runaway allocation on /v2/_catalog
Introduced a Catalog entry in the configuration struct. With it, it's possible to control the maximum amount of entries returned by /v2/catalog (`GetCatalog` in registry/handlers/catalog.go). It's set to a default value of 1000. `GetCatalog` returns 100 entries by default if no `n` is provided. When provided it will be validated to be between `0` and `MaxEntries` defined in Configuration. When `n` is outside the aforementioned boundary, ErrorCodePaginationNumberInvalid is returned. `GetCatalog` now handles `n=0` gracefully with an empty response as well. Signed-off-by: José D. Gómez R. <1josegomezr@gmail.com> Co-authored-by: Cory Snider <corhere@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 521ea3d - Browse repository at this point
Copy the full SHA 521ea3dView commit details
Commits on May 9, 2023
-
Merge pull request #2815 from bainsy88/issue_2814
Add code to handle pagination of parts. Fixes max layer size of 10GB bug Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1d52366 - Browse repository at this point
Copy the full SHA 1d52366View commit details -
fix(ci): use go install instead of go get
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 22a8050 - Browse repository at this point
Copy the full SHA 22a8050View commit details -
[release/2.8] fix package name in Dockerfile
The 2.8 release is still named github.com/docker/distribution. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 092a219 - Browse repository at this point
Copy the full SHA 092a219View commit details -
Signed-off-by: Wang Yan <wangyan@vmware.com> (cherry picked from commit 3f4c558) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 2392893 - Browse repository at this point
Copy the full SHA 2392893View commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 87f93ed) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 14bd72b - Browse repository at this point
Copy the full SHA 14bd72bView commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 52a88c5) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 19b3feb - Browse repository at this point
Copy the full SHA 19b3febView commit details -
dockerfiles: set ALPINE_VERSION
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit b066451) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 018472d - Browse repository at this point
Copy the full SHA 018472dView commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 0e17e54) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for db1389e - Browse repository at this point
Copy the full SHA db1389eView commit details -
upgrade go version to v1.18.8 Signed-off-by: Wang Yan <wangyan@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 70db3a4 - Browse repository at this point
Copy the full SHA 70db3a4View commit details -
Merge pull request #3903 from thaJeztah/2.8_bump_go_118
[release/2.8] bump up golang version (alternative)
Configuration menu - View commit details
-
Copy full SHA for d3fac54 - Browse repository at this point
Copy the full SHA d3fac54View commit details -
Dockerfile: update xx to v1.2.1
full diff: tonistiigi/xx@v1.1.1...v1.2.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 8c4d2b9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 3d8f3cc - Browse repository at this point
Copy the full SHA 3d8f3ccView commit details -
Merge pull request #3907 from thaJeztah/2.8_backport_update_xx
[release/2.8 backport] Dockerfile: update xx to v1.2.1
Configuration menu - View commit details
-
Copy full SHA for b791fdc - Browse repository at this point
Copy the full SHA b791fdcView commit details -
[release/2.8] ignore deprecation of io/ioutil
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 9c04409 - Browse repository at this point
Copy the full SHA 9c04409View commit details -
Added back minor versions in these, so that we have a somewhat more reproducible state in the repository when tagging releases. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 322eb4e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 3f2a4e2 - Browse repository at this point
Copy the full SHA 3f2a4e2View commit details -
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae58bde - Browse repository at this point
Copy the full SHA ae58bdeView commit details -
Merge pull request #3908 from thaJeztah/2.8_backport_bump_go1.19.9
[release/2.8 backport] update to go1.19.9
Configuration menu - View commit details
-
Copy full SHA for 4a35c45 - Browse repository at this point
Copy the full SHA 4a35c45View commit details -
Merge pull request #3893 from pluralsh/part-pagination
[release/2.8] Add code to handle pagination of parts. Fixes max layer size of 10GB bug
Configuration menu - View commit details
-
Copy full SHA for 08f5645 - Browse repository at this point
Copy the full SHA 08f5645View commit details -
Merge pull request from GHSA-hqxw-f8mx-cpmw
[release/2.8] Fix runaway allocation on /v2/_catalog
Configuration menu - View commit details
-
Copy full SHA for dcb637d - Browse repository at this point
Copy the full SHA dcb637dView commit details -
Add 2.8.2-beta.1 release notes
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac6c72b - Browse repository at this point
Copy the full SHA ac6c72bView commit details -
Merge pull request #3909 from distribution/2.8.2-beta-release-notes
Add 2.8.2-beta.1 release notes
Configuration menu - View commit details
-
Copy full SHA for 963c199 - Browse repository at this point
Copy the full SHA 963c199View commit details -
Dockerfile: fix filenames of artifacts
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 435c7b9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for e884644 - Browse repository at this point
Copy the full SHA e884644View commit details -
Merge pull request #3911 from thaJeztah/2.8_backport_fix_releaser_fil…
…enames [release/2.8 backport] Dockerfile: fix filenames of artifacts
Configuration menu - View commit details
-
Copy full SHA for cb840f6 - Browse repository at this point
Copy the full SHA cb840f6View commit details -
Add release notes for 2.8.2-beta.2 release
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f3ca1b - Browse repository at this point
Copy the full SHA 5f3ca1bView commit details -
Merge pull request #3912 from distribution/2.8.2-beta.2-release-notes
Add 2.8.2 beta.2 release notes
Configuration menu - View commit details
-
Copy full SHA for 320d6a1 - Browse repository at this point
Copy the full SHA 320d6a1View commit details
Commits on May 10, 2023
-
Revert "registry/client: set Accept: identity header when getting lay…
…ers" This reverts commit 16f086a. Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b0f84d - Browse repository at this point
Copy the full SHA 2b0f84dView commit details
Commits on May 11, 2023
-
registry/errors: Parse http forbidden as denied
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> (cherry picked from commit 5f1df02) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 483ad69 - Browse repository at this point
Copy the full SHA 483ad69View commit details -
Merge pull request #3783 from ndeloof/accept-encoding-28
[release/2.8 backport] revert "registry/client: set Accept: identity header when getting layers
Configuration menu - View commit details
-
Copy full SHA for f067f66 - Browse repository at this point
Copy the full SHA f067f66View commit details -
Merge pull request #3914 from vvoland/handle-forbidden-28
[release/2.8 backport] registry/errors: Parse http forbidden as denied
Configuration menu - View commit details
-
Copy full SHA for 4894d35 - Browse repository at this point
Copy the full SHA 4894d35View commit details -
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a173a9c - Browse repository at this point
Copy the full SHA a173a9cView commit details -
Merge pull request #3915 from distribution/2.8.2-release-notes
Add v2.8.2 release notes
Configuration menu - View commit details
-
Copy full SHA for 7c354a4 - Browse repository at this point
Copy the full SHA 7c354a4View commit details
There are no files selected for viewing