Skip to content

build(deps): bump oras.land/oras-go/v2 from 2.0.0-rc.5 to 2.0.0-rc.6#488

Merged
priteshbandi merged 1 commit intomainfrom
dependabot/go_modules/oras.land/oras-go/v2-2.0.0-rc.6
Dec 20, 2022
Merged

build(deps): bump oras.land/oras-go/v2 from 2.0.0-rc.5 to 2.0.0-rc.6#488
priteshbandi merged 1 commit intomainfrom
dependabot/go_modules/oras.land/oras-go/v2-2.0.0-rc.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

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

Release notes

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

v2.0.0-rc.6

New Features

Bug Fixes

Other Changes

  • BREAKING CHANGE: Change the type of Concurrency options from int64 to int
  • Improve code quality (#363, #364)
  • Improve the readability of GoDoc

What's Changed

New Contributors

Full Changelog: oras-project/oras-go@v2.0.0-rc.5...v2.0.0-rc.6

Commits
  • 4e58192 refactor: refactor OCI store to fully support Predecessors() and `Resolve()...
  • 4b1d016 fix: use proxy when copying node with successors (#384)
  • 79e13bc feat: skip foreign layers on oras.Copy (#380)
  • 8500e54 feat: change foreign layer error message at repository.Fetch() (#377)
  • 0382be2 feat: support reading OCI layout from tarballs (#379)
  • 04d11f9 feat: support creating read-only OCI store from fs.FS (#367)
  • 253d5ec fix: allow chunked responses via HEAD request fallback (#370)
  • 275b940 refactor!: update the type of Concurrency options to int (#376)
  • a5be49a fix: avoid panic from releasing unacquired semaphore (#363)
  • ff05195 doc: make the default options displayed next to the option type on godoc (#372)
  • 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.5 to 2.0.0-rc.6.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.0.0-rc.5...v2.0.0-rc.6)

---
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 Dec 19, 2022
Copy link
Copy Markdown
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

Copy link
Copy Markdown
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

@priteshbandi priteshbandi merged commit 36c03f7 into main Dec 20, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/oras.land/oras-go/v2-2.0.0-rc.6 branch December 20, 2022 00:16
vaninrao10 pushed a commit to vaninrao10/notation that referenced this pull request Jan 3, 2023
…otaryproject#488)

Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go)
from 2.0.0-rc.5 to 2.0.0-rc.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/oras-project/oras-go/releases">oras.land/oras-go/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0-rc.6</h2>
<h2>New Features</h2>
<ul>
<li>Upgrade package <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci"><code>content/oci</code></a>
<ul>
<li>Support creating <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#ReadOnlyStore">read-only
OCI store</a> from <a
href="https://pkg.go.dev/io/fs#FS"><code>fs.FS</code></a></li>
<li>Support reading <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md">OCI
layout</a> from tar archives
<ul>
<li>Compatible with tar archives generated by <code>docker buildx
build</code> with option <a
href="https://docs.docker.com/engine/reference/commandline/buildx_build/#output"><code>--output=type=oci</code></a></li>
</ul>
</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Resolve">resolving</a>
a digest to a descriptor</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Predecessors">discovering
predecessors</a> that are not tagged in <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md#indexjson-file"><code>index.json</code></a></li>
</ul>
</li>
<li><a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
supports copying images with <a
href="https://github.com/opencontainers/image-spec/blob/main/layer.md#non-distributable-layers">non-distributable</a>
/ <a
href="https://docs.docker.com/registry/spec/manifest-v2-2/#media-types">foreign</a>
layers by skipping.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/368">#368</a>:
Range query is attempted for fetching blob from registries without range
query support</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/374">#374</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/registry/remote#Repository.FetchReference"><code>Repository.FetchReference()</code></a>
fails when registry responds with chunked transfer encoding</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/383">#383</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
may fail when the option <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#CopyGraphOptions"><code>FindSuccessors</code></a>
finds successors from external sources</li>
</ul>
<h2>Other Changes</h2>
<ul>
<li><strong>BREAKING CHANGE</strong>: Change the type of
<code>Concurrency</code> options from <code>int64</code> to
<code>int</code></li>
<li>Improve code quality (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>,
<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/364">#364</a>)</li>
<li>Improve the readability of GoDoc</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>doc: fix testable example name by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/365">oras-project/oras-go#365</a></li>
<li>fix: avoid copying Repository mutex state by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li>fix: attempt range query only if server explicitly supports by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/369">oras-project/oras-go#369</a></li>
<li>doc: make the default options displayed next to the option type on
godoc by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/372">oras-project/oras-go#372</a></li>
<li>fix: avoid panic from releasing unacquired semaphore by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/363">oras-project/oras-go#363</a></li>
<li>refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/376">oras-project/oras-go#376</a></li>
<li>fix: allow chunked responses via HEAD request fallback by <a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
<li>feat: support creating read-only OCI store from <code>fs.FS</code>
by <a href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/367">oras-project/oras-go#367</a></li>
<li>feat: support reading OCI layout from tarballs by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/379">oras-project/oras-go#379</a></li>
<li>feat: change foreign layer error message at repository.Fetch() by <a
href="https://github.com/wangxiaoxuan273"><code>@​wangxiaoxuan273</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/377">oras-project/oras-go#377</a></li>
<li>feat: skip foreign layers on <code>oras.Copy</code> by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/380">oras-project/oras-go#380</a></li>
<li>fix: use proxy when copying node with successors by <a
href="https://github.com/qweeah"><code>@​qweeah</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/384">oras-project/oras-go#384</a></li>
<li>refactor: refactor OCI store to fully support
<code>Predecessors()</code> and <code>Resolve()</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/385">oras-project/oras-go#385</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/abursavich"><code>@​abursavich</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li><a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oras-project/oras-go/commit/4e58192a513ea4cbda458dd696cf804b5d043dce"><code>4e58192</code></a>
refactor: refactor OCI store to fully support
<code>Predecessors()</code> and `Resolve()...</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/4b1d01612d89bb6ab4e613f7fb0ed8ccbef11d99"><code>4b1d016</code></a>
fix: use proxy when copying node with successors (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/384">#384</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/79e13bc490ffd0409ec4d6ce9d7b474c51d28865"><code>79e13bc</code></a>
feat: skip foreign layers on <code>oras.Copy</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/380">#380</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/8500e54ba3ed54925db97a26c5281d699d1a5b79"><code>8500e54</code></a>
feat: change foreign layer error message at repository.Fetch() (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/377">#377</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/0382be2668cdb14b7f2a24fbad0b25e8a0596ae7"><code>0382be2</code></a>
feat: support reading OCI layout from tarballs (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/379">#379</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/04d11f9cc68bfa1b112133368b62fd45ca725976"><code>04d11f9</code></a>
feat: support creating read-only OCI store from <code>fs.FS</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/367">#367</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/253d5ec980bc3a8507a32390970f47d1937fc456"><code>253d5ec</code></a>
fix: allow chunked responses via HEAD request fallback (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/370">#370</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/275b94010ff5d61284718eb78a5e67d1ca99f083"><code>275b940</code></a>
refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/376">#376</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/a5be49a42aed79dc98607660be6db5715e1d6069"><code>a5be49a</code></a>
fix: avoid panic from releasing unacquired semaphore (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/ff0519565c10727ffbd2846b4e3d5c22a585287d"><code>ff05195</code></a>
doc: make the default options displayed next to the option type on godoc
(<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/372">#372</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oras.land/oras-go/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
vaninrao10 pushed a commit to vaninrao10/notation that referenced this pull request Jan 3, 2023
…otaryproject#488)

Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go)
from 2.0.0-rc.5 to 2.0.0-rc.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/oras-project/oras-go/releases">oras.land/oras-go/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0-rc.6</h2>
<h2>New Features</h2>
<ul>
<li>Upgrade package <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci"><code>content/oci</code></a>
<ul>
<li>Support creating <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#ReadOnlyStore">read-only
OCI store</a> from <a
href="https://pkg.go.dev/io/fs#FS"><code>fs.FS</code></a></li>
<li>Support reading <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md">OCI
layout</a> from tar archives
<ul>
<li>Compatible with tar archives generated by <code>docker buildx
build</code> with option <a
href="https://docs.docker.com/engine/reference/commandline/buildx_build/#output"><code>--output=type=oci</code></a></li>
</ul>
</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Resolve">resolving</a>
a digest to a descriptor</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Predecessors">discovering
predecessors</a> that are not tagged in <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md#indexjson-file"><code>index.json</code></a></li>
</ul>
</li>
<li><a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
supports copying images with <a
href="https://github.com/opencontainers/image-spec/blob/main/layer.md#non-distributable-layers">non-distributable</a>
/ <a
href="https://docs.docker.com/registry/spec/manifest-v2-2/#media-types">foreign</a>
layers by skipping.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/368">#368</a>:
Range query is attempted for fetching blob from registries without range
query support</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/374">#374</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/registry/remote#Repository.FetchReference"><code>Repository.FetchReference()</code></a>
fails when registry responds with chunked transfer encoding</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/383">#383</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
may fail when the option <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#CopyGraphOptions"><code>FindSuccessors</code></a>
finds successors from external sources</li>
</ul>
<h2>Other Changes</h2>
<ul>
<li><strong>BREAKING CHANGE</strong>: Change the type of
<code>Concurrency</code> options from <code>int64</code> to
<code>int</code></li>
<li>Improve code quality (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>,
<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/364">#364</a>)</li>
<li>Improve the readability of GoDoc</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>doc: fix testable example name by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/365">oras-project/oras-go#365</a></li>
<li>fix: avoid copying Repository mutex state by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li>fix: attempt range query only if server explicitly supports by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/369">oras-project/oras-go#369</a></li>
<li>doc: make the default options displayed next to the option type on
godoc by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/372">oras-project/oras-go#372</a></li>
<li>fix: avoid panic from releasing unacquired semaphore by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/363">oras-project/oras-go#363</a></li>
<li>refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/376">oras-project/oras-go#376</a></li>
<li>fix: allow chunked responses via HEAD request fallback by <a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
<li>feat: support creating read-only OCI store from <code>fs.FS</code>
by <a href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/367">oras-project/oras-go#367</a></li>
<li>feat: support reading OCI layout from tarballs by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/379">oras-project/oras-go#379</a></li>
<li>feat: change foreign layer error message at repository.Fetch() by <a
href="https://github.com/wangxiaoxuan273"><code>@​wangxiaoxuan273</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/377">oras-project/oras-go#377</a></li>
<li>feat: skip foreign layers on <code>oras.Copy</code> by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/380">oras-project/oras-go#380</a></li>
<li>fix: use proxy when copying node with successors by <a
href="https://github.com/qweeah"><code>@​qweeah</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/384">oras-project/oras-go#384</a></li>
<li>refactor: refactor OCI store to fully support
<code>Predecessors()</code> and <code>Resolve()</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/385">oras-project/oras-go#385</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/abursavich"><code>@​abursavich</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li><a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oras-project/oras-go/commit/4e58192a513ea4cbda458dd696cf804b5d043dce"><code>4e58192</code></a>
refactor: refactor OCI store to fully support
<code>Predecessors()</code> and `Resolve()...</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/4b1d01612d89bb6ab4e613f7fb0ed8ccbef11d99"><code>4b1d016</code></a>
fix: use proxy when copying node with successors (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/384">#384</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/79e13bc490ffd0409ec4d6ce9d7b474c51d28865"><code>79e13bc</code></a>
feat: skip foreign layers on <code>oras.Copy</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/380">#380</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/8500e54ba3ed54925db97a26c5281d699d1a5b79"><code>8500e54</code></a>
feat: change foreign layer error message at repository.Fetch() (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/377">#377</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/0382be2668cdb14b7f2a24fbad0b25e8a0596ae7"><code>0382be2</code></a>
feat: support reading OCI layout from tarballs (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/379">#379</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/04d11f9cc68bfa1b112133368b62fd45ca725976"><code>04d11f9</code></a>
feat: support creating read-only OCI store from <code>fs.FS</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/367">#367</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/253d5ec980bc3a8507a32390970f47d1937fc456"><code>253d5ec</code></a>
fix: allow chunked responses via HEAD request fallback (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/370">#370</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/275b94010ff5d61284718eb78a5e67d1ca99f083"><code>275b940</code></a>
refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/376">#376</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/a5be49a42aed79dc98607660be6db5715e1d6069"><code>a5be49a</code></a>
fix: avoid panic from releasing unacquired semaphore (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/ff0519565c10727ffbd2846b4e3d5c22a585287d"><code>ff05195</code></a>
doc: make the default options displayed next to the option type on godoc
(<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/372">#372</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oras.land/oras-go/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
vaninrao10 pushed a commit to vaninrao10/notation that referenced this pull request Jan 5, 2023
…otaryproject#488)

Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go)
from 2.0.0-rc.5 to 2.0.0-rc.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/oras-project/oras-go/releases">oras.land/oras-go/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0-rc.6</h2>
<h2>New Features</h2>
<ul>
<li>Upgrade package <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci"><code>content/oci</code></a>
<ul>
<li>Support creating <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#ReadOnlyStore">read-only
OCI store</a> from <a
href="https://pkg.go.dev/io/fs#FS"><code>fs.FS</code></a></li>
<li>Support reading <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md">OCI
layout</a> from tar archives
<ul>
<li>Compatible with tar archives generated by <code>docker buildx
build</code> with option <a
href="https://docs.docker.com/engine/reference/commandline/buildx_build/#output"><code>--output=type=oci</code></a></li>
</ul>
</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Resolve">resolving</a>
a digest to a descriptor</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Predecessors">discovering
predecessors</a> that are not tagged in <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md#indexjson-file"><code>index.json</code></a></li>
</ul>
</li>
<li><a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
supports copying images with <a
href="https://github.com/opencontainers/image-spec/blob/main/layer.md#non-distributable-layers">non-distributable</a>
/ <a
href="https://docs.docker.com/registry/spec/manifest-v2-2/#media-types">foreign</a>
layers by skipping.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/368">#368</a>:
Range query is attempted for fetching blob from registries without range
query support</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/374">#374</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/registry/remote#Repository.FetchReference"><code>Repository.FetchReference()</code></a>
fails when registry responds with chunked transfer encoding</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/383">#383</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
may fail when the option <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#CopyGraphOptions"><code>FindSuccessors</code></a>
finds successors from external sources</li>
</ul>
<h2>Other Changes</h2>
<ul>
<li><strong>BREAKING CHANGE</strong>: Change the type of
<code>Concurrency</code> options from <code>int64</code> to
<code>int</code></li>
<li>Improve code quality (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>,
<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/364">#364</a>)</li>
<li>Improve the readability of GoDoc</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>doc: fix testable example name by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/365">oras-project/oras-go#365</a></li>
<li>fix: avoid copying Repository mutex state by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li>fix: attempt range query only if server explicitly supports by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/369">oras-project/oras-go#369</a></li>
<li>doc: make the default options displayed next to the option type on
godoc by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/372">oras-project/oras-go#372</a></li>
<li>fix: avoid panic from releasing unacquired semaphore by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/363">oras-project/oras-go#363</a></li>
<li>refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/376">oras-project/oras-go#376</a></li>
<li>fix: allow chunked responses via HEAD request fallback by <a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
<li>feat: support creating read-only OCI store from <code>fs.FS</code>
by <a href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/367">oras-project/oras-go#367</a></li>
<li>feat: support reading OCI layout from tarballs by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/379">oras-project/oras-go#379</a></li>
<li>feat: change foreign layer error message at repository.Fetch() by <a
href="https://github.com/wangxiaoxuan273"><code>@​wangxiaoxuan273</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/377">oras-project/oras-go#377</a></li>
<li>feat: skip foreign layers on <code>oras.Copy</code> by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/380">oras-project/oras-go#380</a></li>
<li>fix: use proxy when copying node with successors by <a
href="https://github.com/qweeah"><code>@​qweeah</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/384">oras-project/oras-go#384</a></li>
<li>refactor: refactor OCI store to fully support
<code>Predecessors()</code> and <code>Resolve()</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/385">oras-project/oras-go#385</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/abursavich"><code>@​abursavich</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li><a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oras-project/oras-go/commit/4e58192a513ea4cbda458dd696cf804b5d043dce"><code>4e58192</code></a>
refactor: refactor OCI store to fully support
<code>Predecessors()</code> and `Resolve()...</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/4b1d01612d89bb6ab4e613f7fb0ed8ccbef11d99"><code>4b1d016</code></a>
fix: use proxy when copying node with successors (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/384">#384</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/79e13bc490ffd0409ec4d6ce9d7b474c51d28865"><code>79e13bc</code></a>
feat: skip foreign layers on <code>oras.Copy</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/380">#380</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/8500e54ba3ed54925db97a26c5281d699d1a5b79"><code>8500e54</code></a>
feat: change foreign layer error message at repository.Fetch() (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/377">#377</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/0382be2668cdb14b7f2a24fbad0b25e8a0596ae7"><code>0382be2</code></a>
feat: support reading OCI layout from tarballs (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/379">#379</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/04d11f9cc68bfa1b112133368b62fd45ca725976"><code>04d11f9</code></a>
feat: support creating read-only OCI store from <code>fs.FS</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/367">#367</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/253d5ec980bc3a8507a32390970f47d1937fc456"><code>253d5ec</code></a>
fix: allow chunked responses via HEAD request fallback (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/370">#370</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/275b94010ff5d61284718eb78a5e67d1ca99f083"><code>275b940</code></a>
refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/376">#376</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/a5be49a42aed79dc98607660be6db5715e1d6069"><code>a5be49a</code></a>
fix: avoid panic from releasing unacquired semaphore (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/ff0519565c10727ffbd2846b4e3d5c22a585287d"><code>ff05195</code></a>
doc: make the default options displayed next to the option type on godoc
(<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/372">#372</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oras.land/oras-go/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
7h3-3mp7y-m4n pushed a commit to 7h3-3mp7y-m4n/notation that referenced this pull request Mar 29, 2025
…otaryproject#488)

Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go)
from 2.0.0-rc.5 to 2.0.0-rc.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/oras-project/oras-go/releases">oras.land/oras-go/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0-rc.6</h2>
<h2>New Features</h2>
<ul>
<li>Upgrade package <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci"><code>content/oci</code></a>
<ul>
<li>Support creating <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#ReadOnlyStore">read-only
OCI store</a> from <a
href="https://pkg.go.dev/io/fs#FS"><code>fs.FS</code></a></li>
<li>Support reading <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md">OCI
layout</a> from tar archives
<ul>
<li>Compatible with tar archives generated by <code>docker buildx
build</code> with option <a
href="https://docs.docker.com/engine/reference/commandline/buildx_build/#output"><code>--output=type=oci</code></a></li>
</ul>
</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Resolve">resolving</a>
a digest to a descriptor</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Predecessors">discovering
predecessors</a> that are not tagged in <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md#indexjson-file"><code>index.json</code></a></li>
</ul>
</li>
<li><a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
supports copying images with <a
href="https://github.com/opencontainers/image-spec/blob/main/layer.md#non-distributable-layers">non-distributable</a>
/ <a
href="https://docs.docker.com/registry/spec/manifest-v2-2/#media-types">foreign</a>
layers by skipping.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/368">#368</a>:
Range query is attempted for fetching blob from registries without range
query support</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/374">#374</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/registry/remote#Repository.FetchReference"><code>Repository.FetchReference()</code></a>
fails when registry responds with chunked transfer encoding</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/383">#383</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
may fail when the option <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#CopyGraphOptions"><code>FindSuccessors</code></a>
finds successors from external sources</li>
</ul>
<h2>Other Changes</h2>
<ul>
<li><strong>BREAKING CHANGE</strong>: Change the type of
<code>Concurrency</code> options from <code>int64</code> to
<code>int</code></li>
<li>Improve code quality (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>,
<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/364">#364</a>)</li>
<li>Improve the readability of GoDoc</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>doc: fix testable example name by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/365">oras-project/oras-go#365</a></li>
<li>fix: avoid copying Repository mutex state by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li>fix: attempt range query only if server explicitly supports by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/369">oras-project/oras-go#369</a></li>
<li>doc: make the default options displayed next to the option type on
godoc by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/372">oras-project/oras-go#372</a></li>
<li>fix: avoid panic from releasing unacquired semaphore by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/363">oras-project/oras-go#363</a></li>
<li>refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/376">oras-project/oras-go#376</a></li>
<li>fix: allow chunked responses via HEAD request fallback by <a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
<li>feat: support creating read-only OCI store from <code>fs.FS</code>
by <a href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/367">oras-project/oras-go#367</a></li>
<li>feat: support reading OCI layout from tarballs by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/379">oras-project/oras-go#379</a></li>
<li>feat: change foreign layer error message at repository.Fetch() by <a
href="https://github.com/wangxiaoxuan273"><code>@​wangxiaoxuan273</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/377">oras-project/oras-go#377</a></li>
<li>feat: skip foreign layers on <code>oras.Copy</code> by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/380">oras-project/oras-go#380</a></li>
<li>fix: use proxy when copying node with successors by <a
href="https://github.com/qweeah"><code>@​qweeah</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/384">oras-project/oras-go#384</a></li>
<li>refactor: refactor OCI store to fully support
<code>Predecessors()</code> and <code>Resolve()</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/385">oras-project/oras-go#385</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/abursavich"><code>@​abursavich</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li><a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oras-project/oras-go/commit/4e58192a513ea4cbda458dd696cf804b5d043dce"><code>4e58192</code></a>
refactor: refactor OCI store to fully support
<code>Predecessors()</code> and `Resolve()...</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/4b1d01612d89bb6ab4e613f7fb0ed8ccbef11d99"><code>4b1d016</code></a>
fix: use proxy when copying node with successors (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/384">#384</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/79e13bc490ffd0409ec4d6ce9d7b474c51d28865"><code>79e13bc</code></a>
feat: skip foreign layers on <code>oras.Copy</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/380">#380</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/8500e54ba3ed54925db97a26c5281d699d1a5b79"><code>8500e54</code></a>
feat: change foreign layer error message at repository.Fetch() (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/377">#377</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/0382be2668cdb14b7f2a24fbad0b25e8a0596ae7"><code>0382be2</code></a>
feat: support reading OCI layout from tarballs (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/379">#379</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/04d11f9cc68bfa1b112133368b62fd45ca725976"><code>04d11f9</code></a>
feat: support creating read-only OCI store from <code>fs.FS</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/367">#367</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/253d5ec980bc3a8507a32390970f47d1937fc456"><code>253d5ec</code></a>
fix: allow chunked responses via HEAD request fallback (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/370">#370</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/275b94010ff5d61284718eb78a5e67d1ca99f083"><code>275b940</code></a>
refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/376">#376</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/a5be49a42aed79dc98607660be6db5715e1d6069"><code>a5be49a</code></a>
fix: avoid panic from releasing unacquired semaphore (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/ff0519565c10727ffbd2846b4e3d5c22a585287d"><code>ff05195</code></a>
doc: make the default options displayed next to the option type on godoc
(<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/372">#372</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oras.land/oras-go/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
FeynmanZhou pushed a commit to FeynmanZhou/notation that referenced this pull request May 15, 2025
…otaryproject#488)

Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go)
from 2.0.0-rc.5 to 2.0.0-rc.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/oras-project/oras-go/releases">oras.land/oras-go/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0-rc.6</h2>
<h2>New Features</h2>
<ul>
<li>Upgrade package <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci"><code>content/oci</code></a>
<ul>
<li>Support creating <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#ReadOnlyStore">read-only
OCI store</a> from <a
href="https://pkg.go.dev/io/fs#FS"><code>fs.FS</code></a></li>
<li>Support reading <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md">OCI
layout</a> from tar archives
<ul>
<li>Compatible with tar archives generated by <code>docker buildx
build</code> with option <a
href="https://docs.docker.com/engine/reference/commandline/buildx_build/#output"><code>--output=type=oci</code></a></li>
</ul>
</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Resolve">resolving</a>
a digest to a descriptor</li>
<li>Support <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/content/oci#Store.Predecessors">discovering
predecessors</a> that are not tagged in <a
href="https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/image-layout.md#indexjson-file"><code>index.json</code></a></li>
</ul>
</li>
<li><a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
supports copying images with <a
href="https://github.com/opencontainers/image-spec/blob/main/layer.md#non-distributable-layers">non-distributable</a>
/ <a
href="https://docs.docker.com/registry/spec/manifest-v2-2/#media-types">foreign</a>
layers by skipping.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/368">#368</a>:
Range query is attempted for fetching blob from registries without range
query support</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/374">#374</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6/registry/remote#Repository.FetchReference"><code>Repository.FetchReference()</code></a>
fails when registry responds with chunked transfer encoding</li>
<li>fix <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/383">#383</a>:
<a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#Copy"><code>oras.Copy()</code></a>
may fail when the option <a
href="https://pkg.go.dev/oras.land/oras-go/v2@v2.0.0-rc.6#CopyGraphOptions"><code>FindSuccessors</code></a>
finds successors from external sources</li>
</ul>
<h2>Other Changes</h2>
<ul>
<li><strong>BREAKING CHANGE</strong>: Change the type of
<code>Concurrency</code> options from <code>int64</code> to
<code>int</code></li>
<li>Improve code quality (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>,
<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/364">#364</a>)</li>
<li>Improve the readability of GoDoc</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>doc: fix testable example name by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/365">oras-project/oras-go#365</a></li>
<li>fix: avoid copying Repository mutex state by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li>fix: attempt range query only if server explicitly supports by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/369">oras-project/oras-go#369</a></li>
<li>doc: make the default options displayed next to the option type on
godoc by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/372">oras-project/oras-go#372</a></li>
<li>fix: avoid panic from releasing unacquired semaphore by <a
href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/363">oras-project/oras-go#363</a></li>
<li>refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/376">oras-project/oras-go#376</a></li>
<li>fix: allow chunked responses via HEAD request fallback by <a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
<li>feat: support creating read-only OCI store from <code>fs.FS</code>
by <a href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/367">oras-project/oras-go#367</a></li>
<li>feat: support reading OCI layout from tarballs by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/379">oras-project/oras-go#379</a></li>
<li>feat: change foreign layer error message at repository.Fetch() by <a
href="https://github.com/wangxiaoxuan273"><code>@​wangxiaoxuan273</code></a>
in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/377">oras-project/oras-go#377</a></li>
<li>feat: skip foreign layers on <code>oras.Copy</code> by <a
href="https://github.com/shizhMSFT"><code>@​shizhMSFT</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/380">oras-project/oras-go#380</a></li>
<li>fix: use proxy when copying node with successors by <a
href="https://github.com/qweeah"><code>@​qweeah</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/384">oras-project/oras-go#384</a></li>
<li>refactor: refactor OCI store to fully support
<code>Predecessors()</code> and <code>Resolve()</code> by <a
href="https://github.com/Wwwsylvia"><code>@​Wwwsylvia</code></a> in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/385">oras-project/oras-go#385</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/abursavich"><code>@​abursavich</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/364">oras-project/oras-go#364</a></li>
<li><a
href="https://github.com/AaronFriel"><code>@​AaronFriel</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/oras-project/oras-go/pull/370">oras-project/oras-go#370</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oras-project/oras-go/commit/4e58192a513ea4cbda458dd696cf804b5d043dce"><code>4e58192</code></a>
refactor: refactor OCI store to fully support
<code>Predecessors()</code> and `Resolve()...</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/4b1d01612d89bb6ab4e613f7fb0ed8ccbef11d99"><code>4b1d016</code></a>
fix: use proxy when copying node with successors (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/384">#384</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/79e13bc490ffd0409ec4d6ce9d7b474c51d28865"><code>79e13bc</code></a>
feat: skip foreign layers on <code>oras.Copy</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/380">#380</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/8500e54ba3ed54925db97a26c5281d699d1a5b79"><code>8500e54</code></a>
feat: change foreign layer error message at repository.Fetch() (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/377">#377</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/0382be2668cdb14b7f2a24fbad0b25e8a0596ae7"><code>0382be2</code></a>
feat: support reading OCI layout from tarballs (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/379">#379</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/04d11f9cc68bfa1b112133368b62fd45ca725976"><code>04d11f9</code></a>
feat: support creating read-only OCI store from <code>fs.FS</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/367">#367</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/253d5ec980bc3a8507a32390970f47d1937fc456"><code>253d5ec</code></a>
fix: allow chunked responses via HEAD request fallback (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/370">#370</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/275b94010ff5d61284718eb78a5e67d1ca99f083"><code>275b940</code></a>
refactor!: update the type of <code>Concurrency</code> options to
<code>int</code> (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/376">#376</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/a5be49a42aed79dc98607660be6db5715e1d6069"><code>a5be49a</code></a>
fix: avoid panic from releasing unacquired semaphore (<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/363">#363</a>)</li>
<li><a
href="https://github.com/oras-project/oras-go/commit/ff0519565c10727ffbd2846b4e3d5c22a585287d"><code>ff05195</code></a>
doc: make the default options displayed next to the option type on godoc
(<a
href="https://github-redirect.dependabot.com/oras-project/oras-go/issues/372">#372</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/oras-project/oras-go/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oras.land/oras-go/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants