mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
feat(deps): bump github.com/google/go-containerregistry from 0.16.1 to 0.17.0 (#4452)
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.16.1 to 0.17.0. <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.17.0</h2> <h2>What's Changed</h2> <ul> <li>🦅 Validate index architectures match children 🦅 by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1776">google/go-containerregistry#1776</a></li> <li>Set Content-Length for blob uploads by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1781">google/go-containerregistry#1781</a></li> <li>Don't wrap DefaultKeychain with refreshes by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1791">google/go-containerregistry#1791</a></li> <li>Build releases with Go 1.21 by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1840">google/go-containerregistry#1840</a></li> <li>fix: mimic oci-layout in diskblobhandler by <a href="https://github.com/thesayyn"><code>@thesayyn</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1810">google/go-containerregistry#1810</a></li> <li>tag: add command explanation to the long help by <a href="https://github.com/abitrolly"><code>@abitrolly</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1843">google/go-containerregistry#1843</a></li> <li>feat: implement gc command by <a href="https://github.com/thesayyn"><code>@thesayyn</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1811">google/go-containerregistry#1811</a></li> <li>feat: allow port and disk path to be overriden by <a href="https://github.com/thesayyn"><code>@thesayyn</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1848">google/go-containerregistry#1848</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/go-containerregistry/compare/v0.16.1...v0.17.0">https://github.com/google/go-containerregistry/compare/v0.16.1...v0.17.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4fdaa32ee9
"><code>4fdaa32</code></a> feat: allow port and disk path to be overriden (<a href="https://redirect.github.com/google/go-containerregistry/issues/1848">#1848</a>)</li> <li><a href="ceb0580d9c
"><code>ceb0580</code></a> feat: implement gc command (<a href="https://redirect.github.com/google/go-containerregistry/issues/1811">#1811</a>)</li> <li><a href="5a53a12f09
"><code>5a53a12</code></a> tag: add command explanation to the long help (<a href="https://redirect.github.com/google/go-containerregistry/issues/1843">#1843</a>)</li> <li><a href="c722ce9e66
"><code>c722ce9</code></a> fix: mimic oci-layout (<a href="https://redirect.github.com/google/go-containerregistry/issues/1810">#1810</a>)</li> <li><a href="b2485cb31c
"><code>b2485cb</code></a> Build releases with Go 1.21 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1840">#1840</a>)</li> <li><a href="dbcd01c402
"><code>dbcd01c</code></a> Don't wrap DefaultKeychain with refreshes (<a href="https://redirect.github.com/google/go-containerregistry/issues/1791">#1791</a>)</li> <li><a href="a748190e18
"><code>a748190</code></a> Set Content-Length for blob uploads (<a href="https://redirect.github.com/google/go-containerregistry/issues/1781">#1781</a>)</li> <li><a href="190ad0e4d5
"><code>190ad0e</code></a> Validate index architectures match children (<a href="https://redirect.github.com/google/go-containerregistry/issues/1776">#1776</a>)</li> <li>See full diff in <a href="https://github.com/google/go-containerregistry/compare/v0.16.1...v0.17.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b7be447e0a
commit
3458c7f34e
2
go.mod
2
go.mod
@ -24,7 +24,7 @@ require (
|
||||
github.com/disgoorg/snowflake/v2 v2.0.1
|
||||
github.com/distribution/distribution/v3 v3.0.0-20221021092657-c47a966fded8
|
||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
||||
github.com/google/go-containerregistry v0.16.1
|
||||
github.com/google/go-containerregistry v0.17.0
|
||||
github.com/google/go-github/v56 v56.0.0
|
||||
github.com/google/ko v0.15.1
|
||||
github.com/google/uuid v1.4.0
|
||||
|
4
go.sum
4
go.sum
@ -497,8 +497,8 @@ github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
|
||||
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
||||
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
|
||||
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
||||
github.com/google/go-containerregistry v0.16.1 h1:rUEt426sR6nyrL3gt+18ibRcvYpKYdpsa5ZW7MA08dQ=
|
||||
github.com/google/go-containerregistry v0.16.1/go.mod h1:u0qB2l7mvtWVR5kNcbFIhFY1hLbf8eeGapA+vbFDCtQ=
|
||||
github.com/google/go-containerregistry v0.17.0 h1:5p+zYs/R4VGHkhyvgWurWrpJ2hW4Vv9fQI+GzdcwXLk=
|
||||
github.com/google/go-containerregistry v0.17.0/go.mod h1:u0qB2l7mvtWVR5kNcbFIhFY1hLbf8eeGapA+vbFDCtQ=
|
||||
github.com/google/go-github/v56 v56.0.0 h1:TysL7dMa/r7wsQi44BjqlwaHvwlFlqkK8CtBWCX3gb4=
|
||||
github.com/google/go-github/v56 v56.0.0/go.mod h1:D8cdcX98YWJvi7TLo7zM4/h8ZTx6u6fwGEkCdisopo0=
|
||||
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
|
||||
|
Loading…
x
Reference in New Issue
Block a user