v3.0.0-rc.1
Welcome to the v3.0.0-rc.1 release of registry!
This is the the first release candidate of registry!
See the changelog below for full list of changes.
Deprecated
Notable Changes
- Attempt HeadObject on Stat call first before failing over to List in S3 driver 4401
- Use a consistent multipart chunk size in S3 driver 4424
- Build artifacts and images for linux/riscv64 4444
- Fix token verification chain in auth 4415
- Support custom exec-based credential helper in proxy mode https://github.com/distribution/distribution/pull/4438
What's Changed
- vendor: github.com/opencontainers/image-spec v1.1.0 by @thaJeztah in https://github.com/distribution/distribution/pull/3889
- Descriptor: do not implement Describable interface by @thaJeztah in https://github.com/distribution/distribution/pull/3886
- S3 driver: Attempt HeadObject on Stat first, fail over to List by @milosgajdos in https://github.com/distribution/distribution/pull/4401
- manifest: slight cleanup of init / registration by @thaJeztah in https://github.com/distribution/distribution/pull/4403
- ci:bump Go version by @milosgajdos in https://github.com/distribution/distribution/pull/4402
- deprecate Versioned in favor of oci.Versioned by @thaJeztah in https://github.com/distribution/distribution/pull/3887
- fix logic for handling regionEndpoint by @Ankurk99 in https://github.com/distribution/distribution/pull/4341
- fix nil pointer in s3 list api by @jkroepke in https://github.com/distribution/distribution/pull/4412
- build(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/distribution/distribution/pull/4407
- build(deps): bump docker/bake-action from 4 to 5 by @dependabot in https://github.com/distribution/distribution/pull/4410
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in https://github.com/distribution/distribution/pull/4416
- chore: fix typos returned in some errors by @milosgajdos in https://github.com/distribution/distribution/pull/4414
- auth: fix token verification chain by @milosgajdos in https://github.com/distribution/distribution/pull/4415
- build(deps): bump github/codeql-action from 2.22.12 to 3.25.15 by @dependabot in https://github.com/distribution/distribution/pull/4426
- build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in https://github.com/distribution/distribution/pull/4422
- build(deps): bump actions/configure-pages from 4 to 5 by @dependabot in https://github.com/distribution/distribution/pull/4409
- fix: skip removing layer's link file when '--dry-run' option specified by @microyahoo in https://github.com/distribution/distribution/pull/4425
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.5 by @dependabot in https://github.com/distribution/distribution/pull/4428
- Use
x.y.0format for the go module version by @ialidzhikov in https://github.com/distribution/distribution/pull/4423 - build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in https://github.com/distribution/distribution/pull/4430
- build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in https://github.com/distribution/distribution/pull/4431
- build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by @dependabot in https://github.com/distribution/distribution/pull/4434
New Contributors
- @Ankurk99 made their first contribution in https://github.com/distribution/distribution/pull/4341
- @jkroepke made their first contribution in https://github.com/distribution/distribution/pull/4412
- @macabu made their first contribution in https://github.com/distribution/distribution/pull/4444
- @tiborrr made their first contribution in https://github.com/distribution/distribution/pull/4459
- @Felixoid made their first contribution in https://github.com/distribution/distribution/pull/4466
- @josegomezr made their first contribution in https://github.com/distribution/distribution/pull/4471
- @yamoyamoto made their first contribution in https://github.com/distribution/distribution/pull/4476
- @pratik-parikh01 made their first contribution in https://github.com/distribution/distribution/pull/4481
- @uhthomas made their first contribution in https://github.com/distribution/distribution/pull/4424
- @chhsia0 made their first contribution in https://github.com/distribution/distribution/pull/4438
Full Changelog: https://github.com/distribution/distribution/compare/v3.0.0-beta.1...v3.0.0-rc.1