Skip to content

Comments

build(deps): bump oras.land/oras-go/v2 from 2.0.0-rc.3 to 2.0.0#68

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/oras.land/oras-go/v2-2.0.0
Closed

build(deps): bump oras.land/oras-go/v2 from 2.0.0-rc.3 to 2.0.0#68
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/oras.land/oras-go/v2-2.0.0

Conversation

@dependabot
Copy link

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

Bumps oras.land/oras-go/v2 from 2.0.0-rc.3 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

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 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.

Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) from 2.0.0-rc.3 to 2.0.0.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.0.0-rc.3...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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 23, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 4, 2023

Superseded by #84.

@dependabot dependabot bot closed this Sep 4, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/oras.land/oras-go/v2-2.0.0 branch September 4, 2023 14:41
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.

0 participants