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.15.2 to 0.16.1 (#4229)
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.15.2 to 0.16.1. <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.16.1</h2> <p>Release is broken due to goreleaser error, 0.16.1 has the fix</p> <h2>What's Changed</h2> <ul> <li>bump deps using ./hack/bump-deps.sh by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1702">google/go-containerregistry#1702</a></li> <li>Allow crane to export schema 1 images by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1704">google/go-containerregistry#1704</a></li> <li>fixed a goroutine leak by <a href="https://github.com/ktarplee"><code>@ktarplee</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1705">google/go-containerregistry#1705</a></li> <li>retry HTTP 522 errors by default by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1707">google/go-containerregistry#1707</a></li> <li>Limit size of manifest by <a href="https://github.com/AdamKorcz"><code>@AdamKorcz</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1711">google/go-containerregistry#1711</a></li> <li>Add crane auth token by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1709">google/go-containerregistry#1709</a></li> <li>Bump codecov/codecov-action from 3.1.3 to 3.1.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1710">google/go-containerregistry#1710</a></li> <li>Pass scopes through crane auth token by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1713">google/go-containerregistry#1713</a></li> <li>fix: add bounds checking to addendum layer mutations to prevent panic by <a href="https://github.com/aaron-prindle"><code>@aaron-prindle</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1715">google/go-containerregistry#1715</a></li> <li>Surface better error messages in crane index by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1722">google/go-containerregistry#1722</a></li> <li>crane: add missing name option in crane index commands by <a href="https://github.com/HubertZhang"><code>@HubertZhang</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1723">google/go-containerregistry#1723</a></li> <li>crane: Respect cmd.OutOrStdout by <a href="https://github.com/kyleconroy"><code>@kyleconroy</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1728">google/go-containerregistry#1728</a></li> <li>Make ErrSchema1 checkable via errors.Is() by <a href="https://github.com/Laitr0n"><code>@Laitr0n</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1721">google/go-containerregistry#1721</a></li> <li>Don't load into daemon if the image already exists by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1724">google/go-containerregistry#1724</a></li> <li>add --blobs-to-disk to 'crane registry serve' by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1731">google/go-containerregistry#1731</a></li> <li>Correct crane registry help text by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1732">google/go-containerregistry#1732</a></li> <li>Allow concurrent blob Sets, use RWMutex by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1733">google/go-containerregistry#1733</a></li> <li>Use RWLock, limit scope of locking, write digest first by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1734">google/go-containerregistry#1734</a></li> <li>Let the filesystem handle atomicity by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1735">google/go-containerregistry#1735</a></li> <li>Don't try cross-origin mounting against dockerhub by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1743">google/go-containerregistry#1743</a></li> <li>Drop localhost to support crane registry serve in a container by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1746">google/go-containerregistry#1746</a></li> <li>Return OCI Index content-type for referrers response by <a href="https://github.com/jdolitsky"><code>@jdolitsky</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1762">google/go-containerregistry#1762</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/AdamKorcz"><code>@AdamKorcz</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/1711">google/go-containerregistry#1711</a></li> <li><a href="https://github.com/HubertZhang"><code>@HubertZhang</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/1723">google/go-containerregistry#1723</a></li> <li><a href="https://github.com/kyleconroy"><code>@kyleconroy</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/1728">google/go-containerregistry#1728</a></li> <li><a href="https://github.com/Laitr0n"><code>@Laitr0n</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/1721">google/go-containerregistry#1721</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/go-containerregistry/compare/v0.15.2...v0.16.1">https://github.com/google/go-containerregistry/compare/v0.15.2...v0.16.1</a></p> <h3>Container Images</h3> <p><a href="https://gcr.io/go-containerregistry/crane:v0.16.1">https://gcr.io/go-containerregistry/crane:v0.16.1</a> <a href="https://gcr.io/go-containerregistry/gcrane:v0.16.1">https://gcr.io/go-containerregistry/gcrane:v0.16.1</a></p> <p>For example:</p> <pre><code>docker pull gcr.io/go-containerregistry/crane:v0.16.1 docker pull gcr.io/go-containerregistry/gcrane:v0.16.1 </code></pre> <h2>v0.16.0</h2> <p>Release is broken due to goreleaser error, 0.16.1 has the fix</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a54d64203c
"><code>a54d642</code></a> fix: pin to goreleaser v1.18 to unblock release (<a href="https://redirect.github.com/google/go-containerregistry/issues/1763">#1763</a>)</li> <li><a href="ea19b57966
"><code>ea19b57</code></a> Return OCI Index content-type for referrers response (<a href="https://redirect.github.com/google/go-containerregistry/issues/1762">#1762</a>)</li> <li><a href="b850480338
"><code>b850480</code></a> Drop localhost to support crane registry serve in a container (<a href="https://redirect.github.com/google/go-containerregistry/issues/1746">#1746</a>)</li> <li><a href="fe268b7c97
"><code>fe268b7</code></a> Don't try cross-origin mounting against dockerhub (<a href="https://redirect.github.com/google/go-containerregistry/issues/1743">#1743</a>)</li> <li><a href="2472cbbbf2
"><code>2472cbb</code></a> Let the filesystem handle atomicity (<a href="https://redirect.github.com/google/go-containerregistry/issues/1735">#1735</a>)</li> <li><a href="db818dce39
"><code>db818dc</code></a> Use RWLock, limit scope of locking, write digest first (<a href="https://redirect.github.com/google/go-containerregistry/issues/1734">#1734</a>)</li> <li><a href="44a6e2ebcc
"><code>44a6e2e</code></a> Allow concurrent blob Sets, use RWMutex (<a href="https://redirect.github.com/google/go-containerregistry/issues/1733">#1733</a>)</li> <li><a href="9010ce1fe2
"><code>9010ce1</code></a> Correct crane registry help text (<a href="https://redirect.github.com/google/go-containerregistry/issues/1732">#1732</a>)</li> <li><a href="03ad2ac196
"><code>03ad2ac</code></a> add --blobs-to-disk to 'crane registry serve' (<a href="https://redirect.github.com/google/go-containerregistry/issues/1731">#1731</a>)</li> <li><a href="4e4b03ab89
"><code>4e4b03a</code></a> Don't load into daemon if the image already exists (<a href="https://redirect.github.com/google/go-containerregistry/issues/1724">#1724</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/go-containerregistry/compare/v0.15.2...v0.16.1">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 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
9e5d6458b3
commit
b242ed0fb7
6
go.mod
6
go.mod
@ -23,7 +23,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.15.2
|
||||
github.com/google/go-containerregistry v0.16.1
|
||||
github.com/google/go-github/v53 v53.2.0
|
||||
github.com/google/ko v0.14.1
|
||||
github.com/google/uuid v1.3.0
|
||||
@ -131,7 +131,7 @@ require (
|
||||
github.com/dimchansky/utfbom v1.1.1 // indirect
|
||||
github.com/disgoorg/json v1.1.0 // indirect
|
||||
github.com/disgoorg/log v1.2.0 // indirect
|
||||
github.com/docker/cli v23.0.5+incompatible // indirect
|
||||
github.com/docker/cli v24.0.0+incompatible // indirect
|
||||
github.com/docker/distribution v2.8.2+incompatible // indirect
|
||||
github.com/docker/docker v24.0.2+incompatible // indirect
|
||||
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
||||
@ -222,7 +222,7 @@ require (
|
||||
github.com/sigstore/cosign/v2 v2.0.3-0.20230523133326-0544abd8fc8a // indirect
|
||||
github.com/sigstore/rekor v1.2.0 // indirect
|
||||
github.com/sigstore/sigstore v1.6.4 // indirect
|
||||
github.com/sirupsen/logrus v1.9.0 // indirect
|
||||
github.com/sirupsen/logrus v1.9.1 // indirect
|
||||
github.com/skeema/knownhosts v1.1.1 // indirect
|
||||
github.com/spf13/afero v1.9.5 // indirect
|
||||
github.com/spf13/cast v1.5.1 // indirect
|
||||
|
11
go.sum
11
go.sum
@ -291,8 +291,8 @@ github.com/disgoorg/snowflake/v2 v2.0.1/go.mod h1:SPU9c2CNn5DSyb86QcKtdZgix9osEt
|
||||
github.com/distribution/distribution/v3 v3.0.0-20221021092657-c47a966fded8 h1:zuxvqNfQKyGNH3a1yFh1ofD4Y7ycgdwQhHX6QRH+Cwo=
|
||||
github.com/distribution/distribution/v3 v3.0.0-20221021092657-c47a966fded8/go.mod h1:6rIc5NMSjXjjnwzWWy3HAm9gDBu+X7aCzL8VrHIKgxM=
|
||||
github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=
|
||||
github.com/docker/cli v23.0.5+incompatible h1:ufWmAOuD3Vmr7JP2G5K3cyuNC4YZWiAsuDEvFVVDafE=
|
||||
github.com/docker/cli v23.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
|
||||
github.com/docker/cli v24.0.0+incompatible h1:0+1VshNwBQzQAx9lOl+OYCTCEAD8fKs/qeXMx3O0wqM=
|
||||
github.com/docker/cli v24.0.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
|
||||
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
|
||||
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
|
||||
github.com/docker/docker v24.0.2+incompatible h1:eATx+oLz9WdNVkQrr0qjQ8HvRJ4bOOxfzEo8R+dA3cg=
|
||||
@ -472,8 +472,8 @@ github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8
|
||||
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
||||
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
|
||||
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
||||
github.com/google/go-containerregistry v0.15.2 h1:MMkSh+tjSdnmJZO7ljvEqV1DjfekB6VUEAZgy3a+TQE=
|
||||
github.com/google/go-containerregistry v0.15.2/go.mod h1:wWK+LnOv4jXMM23IT/F1wdYftGWGr47Is8CG+pmHK1Q=
|
||||
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-github/v53 v53.2.0 h1:wvz3FyF53v4BK+AsnvCmeNhf8AkTaeh2SoYu/XUvTtI=
|
||||
github.com/google/go-github/v53 v53.2.0/go.mod h1:XhFRObz+m/l+UCm9b7KSIC3lT3NWSXGt7mOsAWEloao=
|
||||
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
|
||||
@ -759,8 +759,9 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
|
||||
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
|
||||
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
|
||||
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
|
||||
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
|
||||
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
|
||||
github.com/sirupsen/logrus v1.9.1 h1:Ou41VVR3nMWWmTiEUnj0OlsgOSCUFgsPAOl6jRIcVtQ=
|
||||
github.com/sirupsen/logrus v1.9.1/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
|
||||
github.com/skeema/knownhosts v1.1.1 h1:MTk78x9FPgDFVFkDLTrsnnfCJl7g1C/nnKvePgrIngE=
|
||||
github.com/skeema/knownhosts v1.1.1/go.mod h1:g4fPeYpque7P0xefxtGzV81ihjC8sX2IqpAoNkjxbMo=
|
||||
github.com/slack-go/slack v0.12.2 h1:x3OppyMyGIbbiyFhsBmpf9pwkUzMhthJMRNmNlA4LaQ=
|
||||
|
Loading…
x
Reference in New Issue
Block a user