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 oras.land/oras-go/v2 from 2.0.0-rc.6 to 2.0.0 #248

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps oras.land/oras-go/v2 from 2.0.0-rc.6 to 2.0.0.

Release notes

Sourced from oras.land/oras-go/v2's releases.

v2.0.0

Brand New V2 Library

What's New

In version v2, ORAS Go library has been completely refreshed with:

  • More unified interfaces
  • Notably fewer dependencies
  • Higher test coverage
  • Better documentation
  • Balanced security and performance

Besides, ORAS Go v2 is now a registry client conforming image-spec v1.1.0-rc.2 and distribution-spec v1.1.0-rc1.

In ORAS Go v2, artifacts are modeled as Directed Acyclic Graphs (DAGs) stored in Content-Addressable Storages (CASs). Copying artifacts across repositories or generic targets is implemented as copying single-rooted DAGs across CASs. By extending the copy operation, ORAS Go v2 further supports copying underlying DAGs identified by a specific node. For instance, copying a signed artifact with its signatures across repositories.

Documentation and examples are available at pkg.go.dev.

Deprecation

Docker based key management is no longer supported. Credentials are required to be supplied to auth.Client for authentication. Related discussion can be found at #413.

Migration From v1

See MIGRATION_GUIDE.md.

What's Changed Since RC.6

New Features

Bug Fixes

  • fix #395: oras.Tag() and oras.TagN() should return a descriptor
  • fix #402: file.Store fails to extract folder containing symbolic links
  • fix #404: oci.Store and file.Store should record an absolute path instead of a relative path for root

Deprecation

  • BREAKING CHANGE: Interface registry.ReferrerFinder is renamed to registry.ReferrerLister
  • BREAKING CHANGE: Remove file.PackFiles()

Other Changes

... (truncated)

Commits
  • 96a37c2 doc: Update README and clean up godoc comments (#418)
  • 5a2e692 feat!: retryable http client (#398)
  • 39ce054 test: improve the symlink unit tests for file store (#414)
  • 05595eb fix!: use absolute path for OCI root (#412)
  • 9867c6a fix!: fix error when extracting folder containing symbolic links (#411)
  • 1484139 build: add dependabot for v1 branch, add GitHub Actions (#399)
  • 76382aa doc: Remove @​main from the godoc URLs in README (#403)
  • 2950902 remove!: Remove file.PackFiles() and add an example instead (#400)
  • aa4bd09 refactor: optimize performance for Extended Copy (#397)
  • 7ec22cb feat!: implement Tags for package content/oci (#394)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) from 2.0.0-rc.6 to 2.0.0.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.0.0-rc.6...v2.0.0)

---
updated-dependencies:
- dependency-name: oras.land/oras-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 23, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #248 (60e3864) into main (36d97f7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #248   +/-   ##
=======================================
  Coverage   73.25%   73.25%           
=======================================
  Files          23       23           
  Lines        1761     1761           
=======================================
  Hits         1290     1290           
  Misses        376      376           
  Partials       95       95           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@priteshbandi priteshbandi left a comment

Choose a reason for hiding this comment

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

LGTM

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 e8f14a5 into main Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/oras.land/oras-go/v2-2.0.0 branch January 30, 2023 10:43
priteshbandi pushed a commit to priteshbandi/notation-go that referenced this pull request Feb 1, 2023
priteshbandi pushed a commit to priteshbandi/notation-go that referenced this pull request Feb 1, 2023
priteshbandi pushed a commit to priteshbandi/notation-go that referenced this pull request Feb 3, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants