Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/distribution/distribution/v3 from 3.0.0-20221208165359-362910506bc2 to 3.0.0-alpha.1 #702

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps github.com/distribution/distribution/v3 from 3.0.0-20221208165359-362910506bc2 to 3.0.0-alpha.1.

Release notes

Sourced from github.com/distribution/distribution/v3's releases.

v3.0.0-alpha.1

This is the first major release in years!

It's an accumulation of effort that's bringing major improvements in performance, security and general code quality!

See the abridged changelog below and the full release log here.

Deprecations

  • Image Manifest v2 Schema v1
  • oss and swift storage drivers
  • docker/libtrust has been replaced with go-jose/go-jose
  • reference package has been moved to a dedicated repository (see here)
  • client is no longer supported as a standalone package

Notable Changes

  • reference package has been moved to its own dedicated repository
  • Go module has changed from docker/distribution to distribution/distribution/v3
  • Major performance improvements across all supported storage drivers
  • Major dependencies updates (see the full list below)
  • Online documentation is available at https://distribution.github.io/distribution/

What's Changed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 5, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/v1/github.com/distribution/distribution/v3-3.0.0-alpha.1 branch 3 times, most recently from 4d8df50 to 4fde8f1 Compare February 18, 2024 08:53
@shizhMSFT
Copy link
Contributor

This dependency bump up requires go 1.19 where oras-go v1 is currently at go 1.18.

@shizhMSFT shizhMSFT added this to the v1 milestone Feb 18, 2024
@shizhMSFT shizhMSFT added the v1 Things belongs to version 1.x label Feb 18, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/v1/github.com/distribution/distribution/v3-3.0.0-alpha.1 branch 3 times, most recently from d6d2cc4 to b769475 Compare March 6, 2024 09:11
shizhMSFT pushed a commit that referenced this pull request Mar 8, 2024
To fix failed build of #702

Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
@shizhMSFT
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/v1/github.com/distribution/distribution/v3-3.0.0-alpha.1 branch from b769475 to 0a111e0 Compare March 8, 2024 11:41
@shizhMSFT
Copy link
Contributor

@wangxiaoxuan273 go 1.19 is not sufficient. The build log shows that it requires errors.Join, which is introduced in go 1.20.

@shizhMSFT shizhMSFT removed the request for review from wangxiaoxuan273 March 11, 2024 02:50
shizhMSFT pushed a commit that referenced this pull request Mar 11, 2024
To fix #702

Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
@shizhMSFT
Copy link
Contributor

@dependabot recreate

Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution) from 3.0.0-20221208165359-362910506bc2 to 3.0.0-alpha.1.
- [Release notes](https://github.com/distribution/distribution/releases)
- [Commits](https://github.com/distribution/distribution/commits/v3.0.0-alpha.1)

---
updated-dependencies:
- dependency-name: github.com/distribution/distribution/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/v1/github.com/distribution/distribution/v3-3.0.0-alpha.1 branch from 0a111e0 to a308d55 Compare March 11, 2024 03:52
Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shizhMSFT
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit 3378bfc into v1 Mar 11, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/v1/github.com/distribution/distribution/v3-3.0.0-alpha.1 branch March 11, 2024 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code v1 Things belongs to version 1.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants