Skip to content

Commit 84f4d18

Browse files
build(deps): Bump github.com/containers/image/v5 from 5.23.0 to 5.23.1 (#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>
1 parent af00594 commit 84f4d18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/alitto/pond v1.8.2
77
github.com/aws/aws-sdk-go v1.44.126
8-
github.com/containers/image/v5 v5.23.0
8+
github.com/containers/image/v5 v5.23.1
99
github.com/dgraph-io/ristretto v0.1.1
1010
github.com/evanphx/json-patch v5.6.0+incompatible
1111
github.com/go-co-op/gocron v1.18.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ github.com/containernetworking/cni v0.8.0/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ
272272
github.com/containernetworking/cni v0.8.1/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY=
273273
github.com/containernetworking/plugins v0.8.6/go.mod h1:qnw5mN19D8fIwkqW7oHHYDHVlzhJpcY6TQxn/fUyDDM=
274274
github.com/containernetworking/plugins v0.9.1/go.mod h1:xP/idU2ldlzN6m4p5LmGiwRDjeJr6FLK6vuiUwoH7P8=
275-
github.com/containers/image/v5 v5.23.0 h1:Uv/n8zsHVUBBJK2rfBUHbN4CutHHmsQeyi4f80lAOf8=
276-
github.com/containers/image/v5 v5.23.0/go.mod h1:EXFFGEsL99S6aqLqK2mQJ3yrNh6Q05UCHt4mhF9JNoM=
275+
github.com/containers/image/v5 v5.23.1 h1:dUK9p5xfd38iTQXJEgMsUGqIHXbkDugrleZtd3zB+Wg=
276+
github.com/containers/image/v5 v5.23.1/go.mod h1:EXFFGEsL99S6aqLqK2mQJ3yrNh6Q05UCHt4mhF9JNoM=
277277
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a h1:spAGlqziZjCJL25C6F1zsQY05tfCKE9F5YwtEWWe6hU=
278278
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
279279
github.com/containers/ocicrypt v1.0.1/go.mod h1:MeJDzk1RJHv89LjsH0Sp5KTY3ZYkjXO/C+bKAeWFIrc=

0 commit comments

Comments
 (0)