Skip to content

Commit

Permalink
build(deps): Bump github.com/containers/image/v5 from 5.23.0 to 5.23.1 (
Browse files Browse the repository at this point in the history
#393)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[github.com/containers/image/v5](https://github.com/containers/image)
from 5.23.0 to 5.23.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/containers/image/releases">github.com/containers/image/v5's
releases</a>.</em></p>
<blockquote>
<h2>v5.23.1</h2>
<ul>
<li>Make the pseudo-config used in sigstore attachments a bit more
valid</li>
<li>Recognize invalid error responses of
<code>registry.redhat.io</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/containers/image/commit/a3bfb8695c8e2a6ce73cb5957c646d2243299151"><code>a3bfb86</code></a>
Release 5.23.1</li>
<li><a
href="https://github.com/containers/image/commit/d92bac8cb80798343e7beccf817f9ce3d77f5ba1"><code>d92bac8</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containers/image/issues/1696">#1696</a>
from mtrmac/5.23-backports</li>
<li><a
href="https://github.com/containers/image/commit/52a50cf2d3f2ebd8ff52874e08fe5c469f89c971"><code>52a50cf</code></a>
Recognize invalid error responses of registry.redhat.io</li>
<li><a
href="https://github.com/containers/image/commit/8481ec9861ce15021fb4e4a944609e420a089455"><code>8481ec9</code></a>
Make the pseudo-config used in sigstore attachments a bit more
valid</li>
<li><a
href="https://github.com/containers/image/commit/e8566a45ede5056fda99cc4f924fa46057ea0c5e"><code>e8566a4</code></a>
Update branch configuration for a backport branch</li>
<li><a
href="https://github.com/containers/image/commit/220aeb5d93574780666df387649d2867b8ed6e61"><code>220aeb5</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containers/image/issues/1667">#1667</a>
from mtrmac/v5.23.0</li>
<li><a
href="https://github.com/containers/image/commit/f649a1998850ee92a5e429f71a857b28a7fdfb0a"><code>f649a19</code></a>
Bump to v5.23.1-dev</li>
<li>See full diff in <a
href="https://github.com/containers/image/compare/v5.23.0...v5.23.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containers/image/v5&package-manager=go_modules&previous-version=5.23.0&new-version=5.23.1)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 14, 2022
1 parent af00594 commit 84f4d18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/alitto/pond v1.8.2
github.com/aws/aws-sdk-go v1.44.126
github.com/containers/image/v5 v5.23.0
github.com/containers/image/v5 v5.23.1
github.com/dgraph-io/ristretto v0.1.1
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/go-co-op/gocron v1.18.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ github.com/containernetworking/cni v0.8.0/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ
github.com/containernetworking/cni v0.8.1/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY=
github.com/containernetworking/plugins v0.8.6/go.mod h1:qnw5mN19D8fIwkqW7oHHYDHVlzhJpcY6TQxn/fUyDDM=
github.com/containernetworking/plugins v0.9.1/go.mod h1:xP/idU2ldlzN6m4p5LmGiwRDjeJr6FLK6vuiUwoH7P8=
github.com/containers/image/v5 v5.23.0 h1:Uv/n8zsHVUBBJK2rfBUHbN4CutHHmsQeyi4f80lAOf8=
github.com/containers/image/v5 v5.23.0/go.mod h1:EXFFGEsL99S6aqLqK2mQJ3yrNh6Q05UCHt4mhF9JNoM=
github.com/containers/image/v5 v5.23.1 h1:dUK9p5xfd38iTQXJEgMsUGqIHXbkDugrleZtd3zB+Wg=
github.com/containers/image/v5 v5.23.1/go.mod h1:EXFFGEsL99S6aqLqK2mQJ3yrNh6Q05UCHt4mhF9JNoM=
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a h1:spAGlqziZjCJL25C6F1zsQY05tfCKE9F5YwtEWWe6hU=
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
github.com/containers/ocicrypt v1.0.1/go.mod h1:MeJDzk1RJHv89LjsH0Sp5KTY3ZYkjXO/C+bKAeWFIrc=
Expand Down

0 comments on commit 84f4d18

Please sign in to comment.