Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
registry_2.8.3_linux_amd64.tar.gz | 2023-10-02 | 6.3 MB | |
registry_2.8.3_linux_amd64.tar.gz.sha256 | 2023-10-02 | 65 Bytes | |
registry_2.8.3_linux_arm64.tar.gz | 2023-10-02 | 5.7 MB | |
registry_2.8.3_linux_arm64.tar.gz.sha256 | 2023-10-02 | 65 Bytes | |
registry_2.8.3_linux_armv6.tar.gz | 2023-10-02 | 5.9 MB | |
registry_2.8.3_linux_armv6.tar.gz.sha256 | 2023-10-02 | 65 Bytes | |
registry_2.8.3_linux_armv7.tar.gz | 2023-10-02 | 5.9 MB | |
registry_2.8.3_linux_armv7.tar.gz.sha256 | 2023-10-02 | 65 Bytes | |
registry_2.8.3_linux_ppc64le.tar.gz | 2023-10-02 | 5.6 MB | |
registry_2.8.3_linux_ppc64le.tar.gz.sha256 | 2023-10-02 | 65 Bytes | |
registry_2.8.3_linux_s390x.tar.gz | 2023-10-02 | 6.2 MB | |
registry_2.8.3_linux_s390x.tar.gz.sha256 | 2023-10-02 | 65 Bytes | |
README.md | 2023-10-02 | 1.5 kB | |
v2.8.3 source code.tar.gz | 2023-10-02 | 2.0 MB | |
v2.8.3 source code.zip | 2023-10-02 | 2.8 MB | |
Totals: 15 Items | 40.4 MB | 0 |
What's Changed
- Pass
BUILDTAGS
argument togo build
by @marcusirgens in https://github.com/distribution/distribution/pull/3926 - Enable Go build tags by @thaJeztah in https://github.com/distribution/distribution/pull/4009
reference
: replace deprecated functionSplitHostname
by @thaJeztah in https://github.com/distribution/distribution/pull/4032- Dont parse errors as JSON unless Content-Type is set to JSON by @thaJeztah in https://github.com/distribution/distribution/pull/4054
- update to go 1.20.8 by @thaJeztah in https://github.com/distribution/distribution/pull/4056
- Set
Content-Type
header in registry clientReadFrom
by @thaJeztah in https://github.com/distribution/distribution/pull/4053 - deprecate reference package, migrate to github.com/distribution/reference by @thaJeztah in https://github.com/distribution/distribution/pull/4063
digestset
: deprecate package in favor ofgo-digest/digestset
by @thaJeztah in https://github.com/distribution/distribution/pull/4064- Do not close HTTP request body in HTTP handler by @milosgajdos in https://github.com/distribution/distribution/pull/4068
- Add v2.8.3 release notes by @milosgajdos in https://github.com/distribution/distribution/pull/4088
New Contributors
- @marcusirgens made their first contribution in https://github.com/distribution/distribution/pull/3926
Full Changelog: https://github.com/distribution/distribution/compare/v2.8.2...v2.8.3