Commit 7a703de
authored
Bump github.com/google/go-containerregistry from 0.20.2 to 0.20.3 (#191)
Bumps
[github.com/google/go-containerregistry](https://github.com/google/go-containerregistry)
from 0.20.2 to 0.20.3.
<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.20.3</h2>
<h2>What's Changed</h2>
<ul>
<li>remote/transport: Make bearer transport go-routine-safe by <a
href="https://github.com/2opremio"><code>@2opremio</code></a> in <a
href="https://redirect.github.com/google/go-containerregistry/pull/1806">google/go-containerregistry#1806</a></li>
<li>Expose compare package by <a
href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a>
in <a
href="https://redirect.github.com/google/go-containerregistry/pull/2001">google/go-containerregistry#2001</a></li>
<li>fix: redact.URL uses (*URL).Redacted to omit basic-auth password by
<a href="https://github.com/bmoylan"><code>@bmoylan</code></a> in <a
href="https://redirect.github.com/google/go-containerregistry/pull/1947">google/go-containerregistry#1947</a></li>
<li>bump actions to latest by <a
href="https://github.com/ajayk"><code>@ajayk</code></a> in <a
href="https://redirect.github.com/google/go-containerregistry/pull/2011">google/go-containerregistry#2011</a></li>
<li>don't pin chainguard-dev/actions by <a
href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a
href="https://redirect.github.com/google/go-containerregistry/pull/2025">google/go-containerregistry#2025</a></li>
<li>Check for 406 status code when handling referrers API endpoint
response by <a
href="https://github.com/malancas"><code>@malancas</code></a> in <a
href="https://redirect.github.com/google/go-containerregistry/pull/2026">google/go-containerregistry#2026</a></li>
<li>mutate: Create a defensive annotations copy by <a
href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a>
in <a
href="https://redirect.github.com/google/go-containerregistry/pull/2030">google/go-containerregistry#2030</a></li>
<li>Detect zstd in crane append by <a
href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a>
in <a
href="https://redirect.github.com/google/go-containerregistry/pull/2023">google/go-containerregistry#2023</a></li>
<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/2042">google/go-containerregistry#2042</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bmoylan"><code>@bmoylan</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/go-containerregistry/pull/1947">google/go-containerregistry#1947</a></li>
<li><a href="https://github.com/ajayk"><code>@ajayk</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/go-containerregistry/pull/2011">google/go-containerregistry#2011</a></li>
<li><a href="https://github.com/malancas"><code>@malancas</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/go-containerregistry/pull/2026">google/go-containerregistry#2026</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/go-containerregistry/compare/v0.20.2...v0.20.3">https://github.com/google/go-containerregistry/compare/v0.20.2...v0.20.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/go-containerregistry/commit/c4dd792fa06c1f8b780ad90c8ab4f38b4eac05bd"><code>c4dd792</code></a>
bump deps using hack/bump-deps.sh (<a
href="https://redirect.github.com/google/go-containerregistry/issues/2042">#2042</a>)</li>
<li><a
href="https://github.com/google/go-containerregistry/commit/6bce25ecf0297c1aa9072bc665b5cf58d53e1c54"><code>6bce25e</code></a>
Detect zstd in crane append (<a
href="https://redirect.github.com/google/go-containerregistry/issues/2023">#2023</a>)</li>
<li><a
href="https://github.com/google/go-containerregistry/commit/06dcd8501c83d5b98c4e3c26ea9c9ec77c08def1"><code>06dcd85</code></a>
mutate: Create a defensive annotations copy (<a
href="https://redirect.github.com/google/go-containerregistry/issues/2030">#2030</a>)</li>
<li><a
href="https://github.com/google/go-containerregistry/commit/a9a53a8ed535e262e7fd26e98937274984dd715c"><code>a9a53a8</code></a>
check for 406 status code when handling referrers endpoint response (<a
href="https://redirect.github.com/google/go-containerregistry/issues/2026">#2026</a>)</li>
<li><a
href="https://github.com/google/go-containerregistry/commit/4630c4040dfa7e6ed3ce2d1bcdafb40e9e55b6b7"><code>4630c40</code></a>
don't pin chainguard-dev/actions (<a
href="https://redirect.github.com/google/go-containerregistry/issues/2025">#2025</a>)</li>
<li><a
href="https://github.com/google/go-containerregistry/commit/808e3548ee866e772d1332488cd8b94eb5df9b28"><code>808e354</code></a>
bump actions to latest (<a
href="https://redirect.github.com/google/go-containerregistry/issues/2011">#2011</a>)</li>
<li><a
href="https://github.com/google/go-containerregistry/commit/a07d1cab8700a9875699d2e7052f47acec30399d"><code>a07d1ca</code></a>
fix: redact.URL uses (*URL).Redacted to omit basic-auth password (<a
href="https://redirect.github.com/google/go-containerregistry/issues/1947">#1947</a>)</li>
<li><a
href="https://github.com/google/go-containerregistry/commit/00f182b8d3070d2c0a0334657fd58a284778ef83"><code>00f182b</code></a>
Expose compare package (<a
href="https://redirect.github.com/google/go-containerregistry/issues/2001">#2001</a>)</li>
<li><a
href="https://github.com/google/go-containerregistry/commit/b8e87ed57b8042c56cc4875aa99e79906b7b9ad5"><code>b8e87ed</code></a>
remote/transport: Make bearer transport go-routine-safe (<a
href="https://redirect.github.com/google/go-containerregistry/issues/1806">#1806</a>)</li>
<li>See full diff in <a
href="https://github.com/google/go-containerregistry/compare/v0.20.2...v0.20.3">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5e066ed commit 7a703de
2 files changed
+56
-66
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
0 commit comments