You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/01 01:02:57 UTC

[GitHub] [camel-k] dependabot[bot] opened a new pull request, #4438: chore(deps): bump github.com/google/go-containerregistry from 0.13.0 to 0.15.2

dependabot[bot] opened a new pull request, #4438:
URL: https://github.com/apache/camel-k/pull/4438

   Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.13.0 to 0.15.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/google/go-containerregistry/releases">github.com/google/go-containerregistry's releases</a>.</em></p>
   <blockquote>
   <h2>v0.15.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Make 403 non-fatal for manifest existence checks by <a href="https://github.com/jonjohnsonjr"><code>@​jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1691">google/go-containerregistry#1691</a></li>
   <li>Do not reuse pushers for pullers by <a href="https://github.com/jonjohnsonjr"><code>@​jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1701">google/go-containerregistry#1701</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2">https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2</a></p>
   <h2>v0.15.1</h2>
   <h2>Changelog</h2>
   <ul>
   <li>e2620e56 Actually retry retryable status codes (<a href="https://redirect.github.com/google/go-containerregistry/issues/1618">#1618</a>)</li>
   <li>afd15f14 Add --all-tags flag to crane cp (<a href="https://redirect.github.com/google/go-containerregistry/issues/1682">#1682</a>)</li>
   <li>69d1a197 Add <code>mutate</code> <code>--ports</code> option to set the exposed ports (<a href="https://redirect.github.com/google/go-containerregistry/issues/1677">#1677</a>)</li>
   <li>65e78dc8 Add partial.Manifests for lazy index access (<a href="https://redirect.github.com/google/go-containerregistry/issues/1631">#1631</a>)</li>
   <li>3228a601 Add ppc64le to .goreleaser.yml (<a href="https://redirect.github.com/google/go-containerregistry/issues/1680">#1680</a>)</li>
   <li>0b12f56b Add ppc64le to all binaries (<a href="https://redirect.github.com/google/go-containerregistry/issues/1688">#1688</a>)</li>
   <li>d9584448 Add remote.Descriptor.Schema1() (<a href="https://redirect.github.com/google/go-containerregistry/issues/1626">#1626</a>)</li>
   <li>07c767c7 Add remote.Puller (<a href="https://redirect.github.com/google/go-containerregistry/issues/1644">#1644</a>)</li>
   <li>005bb719 Add remote.Reuse for Pusher/Puller (<a href="https://redirect.github.com/google/go-containerregistry/issues/1672">#1672</a>)</li>
   <li>21ac1b24 Adding <code>mutate</code> <code>--workdir</code> option to set the working directory (<a href="https://redirect.github.com/google/go-containerregistry/issues/1615">#1615</a>)</li>
   <li>0962e296 Allow remote config layers to be lazy fetched (<a href="https://redirect.github.com/google/go-containerregistry/issues/1634">#1634</a>)</li>
   <li>53189d33 Bump actions/setup-go from 3 to 4 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1602">#1602</a>)</li>
   <li>54e3f49e Bump actions/stale from 7 to 8 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1616">#1616</a>)</li>
   <li>07eb440c Bump codecov/codecov-action from 3.1.1 to 3.1.2 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1650">#1650</a>)</li>
   <li>58bd35bc Bump codecov/codecov-action from 3.1.2 to 3.1.3 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1668">#1668</a>)</li>
   <li>e055961a Bump peter-evans/create-pull-request from 4 to 5 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1642">#1642</a>)</li>
   <li>b8d1c0a1 Bump slsa-framework/slsa-verifier from 2.0.1 to 2.1.0 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1621">#1621</a>)</li>
   <li>375fb61c Bump slsa-framework/slsa-verifier from 2.1.0 to 2.2.0 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1649">#1649</a>)</li>
   <li>9aa45a1a Change return type of remote.Referrers (<a href="https://redirect.github.com/google/go-containerregistry/issues/1652">#1652</a>)</li>
   <li>2ccd41c4 Cleanup: Switch the debug image to <code>cgr.dev/chainguard/busybox</code> (<a href="https://redirect.github.com/google/go-containerregistry/issues/1638">#1638</a>)</li>
   <li>93be9c42 Don't export whiteouts for single layers (<a href="https://redirect.github.com/google/go-containerregistry/issues/1629">#1629</a>)</li>
   <li>b7c6e9dc Fall back to puller if reusing pusher fails (<a href="https://redirect.github.com/google/go-containerregistry/issues/1676">#1676</a>)</li>
   <li>370e8a5f Fix a few lint issues (<a href="https://redirect.github.com/google/go-containerregistry/issues/1684">#1684</a>)</li>
   <li>bc990d6b Fix fetching referrers error handling (<a href="https://redirect.github.com/google/go-containerregistry/issues/1648">#1648</a>)</li>
   <li>aee00b15 Fix race in mutate (<a href="https://redirect.github.com/google/go-containerregistry/issues/1627">#1627</a>)</li>
   <li>4a79e94b Fix race in stream (<a href="https://redirect.github.com/google/go-containerregistry/issues/1632">#1632</a>)</li>
   <li>6743ec96 Implement remote.Pusher (<a href="https://redirect.github.com/google/go-containerregistry/issues/1633">#1633</a>)</li>
   <li>3120ba58 Keep order of env in crane mutate (<a href="https://redirect.github.com/google/go-containerregistry/issues/1683">#1683</a>)</li>
   <li>6ac92e8a Refactor fetcher, writer, and progress (<a href="https://redirect.github.com/google/go-containerregistry/issues/1625">#1625</a>)</li>
   <li>249d7e1f Refresh authn.DefaultKeychain creds every 5 min (<a href="https://redirect.github.com/google/go-containerregistry/issues/1624">#1624</a>)</li>
   <li>ad695c04 Replace deprecated command with environment file (<a href="https://redirect.github.com/google/go-containerregistry/issues/1667">#1667</a>)</li>
   <li>ed5c185d Retry net.ErrClosed (<a href="https://redirect.github.com/google/go-containerregistry/issues/1637">#1637</a>)</li>
   <li>43710a91 Retry without mount if auth fails (<a href="https://redirect.github.com/google/go-containerregistry/issues/1681">#1681</a>)</li>
   <li>24353209 Revert &quot;Cleanup: Switch the debug image to <code>cgr.dev/chainguard/busybox</code> (<a href="https://redirect.github.com/google/go-containerregistry/issues/1638">#1638</a>)&quot; (<a href="https://redirect.github.com/google/go-containerregistry/issues/1641">#1641</a>)</li>
   <li>27a6ad62 Revert &quot;authn: Add NewConfigKeychain to load a config from explicit path (<a href="https://redirect.github.com/google/go-containerregistry/issues/1603">#1603</a>)&quot; (<a href="https://redirect.github.com/google/go-containerregistry/issues/1664">#1664</a>)</li>
   <li>a34235c8 Support <code>Warning</code> header aggregation and reporting in <code>crane</code> (<a href="https://redirect.github.com/google/go-containerregistry/issues/1604">#1604</a>)</li>
   <li>01bbd539 Update release.yml (<a href="https://redirect.github.com/google/go-containerregistry/issues/1601">#1601</a>)</li>
   <li>df518f95 add crane auth logout (<a href="https://redirect.github.com/google/go-containerregistry/issues/1589">#1589</a>)</li>
   <li>54389485 add registry.Repo(&quot;foo&quot;) (<a href="https://redirect.github.com/google/go-containerregistry/issues/1671">#1671</a>)</li>
   <li>3706061a allow pkg/v1/random to accept a RNG source (<a href="https://redirect.github.com/google/go-containerregistry/issues/1675">#1675</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/google/go-containerregistry/commit/dbecb1de8cfa6cb8b133b5303aef0175b158915e"><code>dbecb1d</code></a> Do not reuse pushers for pullers (<a href="https://redirect.github.com/google/go-containerregistry/issues/1701">#1701</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/a927d7c995a991edeb54e840f66d8cfffcf30d62"><code>a927d7c</code></a> Make 403 non-fatal for manifest existence checks (<a href="https://redirect.github.com/google/go-containerregistry/issues/1691">#1691</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/0b12f56b375240c8534672bb356391ef9a5d8316"><code>0b12f56</code></a> Add ppc64le to all binaries (<a href="https://redirect.github.com/google/go-containerregistry/issues/1688">#1688</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/69d1a1973115827d9f082881efff2cb80581d28f"><code>69d1a19</code></a> Add <code>mutate</code> <code>--ports</code> option to set the exposed ports (<a href="https://redirect.github.com/google/go-containerregistry/issues/1677">#1677</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/691004b417e83c8dab56d542361b812299b426fa"><code>691004b</code></a> bump deps using ./hack/bump-deps.sh (<a href="https://redirect.github.com/google/go-containerregistry/issues/1685">#1685</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/370e8a5f1ff97a143f258de6e38726a9ba9b4031"><code>370e8a5</code></a> Fix a few lint issues (<a href="https://redirect.github.com/google/go-containerregistry/issues/1684">#1684</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/3120ba58644ef26a5233a6323becc6d892b35e73"><code>3120ba5</code></a> Keep order of env in crane mutate (<a href="https://redirect.github.com/google/go-containerregistry/issues/1683">#1683</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/afd15f1431042a855ea90729cc2e22a097cd3e55"><code>afd15f1</code></a> Add --all-tags flag to crane cp (<a href="https://redirect.github.com/google/go-containerregistry/issues/1682">#1682</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/54389485f58b86b250fb1e2dcd5c89eed8ed1234"><code>5438948</code></a> add registry.Repo(&quot;foo&quot;) (<a href="https://redirect.github.com/google/go-containerregistry/issues/1671">#1671</a>)</li>
   <li><a href="https://github.com/google/go-containerregistry/commit/43710a91a713717327167624960d79b8ea321203"><code>43710a9</code></a> Retry without mount if auth fails (<a href="https://redirect.github.com/google/go-containerregistry/issues/1681">#1681</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/google/go-containerregistry/compare/v0.13.0...v0.15.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/go-containerregistry&package-manager=go_modules&previous-version=0.13.0&new-version=0.15.2)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez merged pull request #4438: chore(deps): bump github.com/google/go-containerregistry from 0.13.0 to 0.15.2

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez merged PR #4438:
URL: https://github.com/apache/camel-k/pull/4438


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org