Skip to content

Commit 213b3aa

Browse files
build(deps): Bump github.com/containers/image/v5 from 5.36.0 to 5.36.1 (#967)
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.36.0 to 5.36.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.36.1</h2> <h2>What's Changed</h2> <ul> <li>[release-5.36] Update the CI image, to match Skopeo's updated test code by <a href="https://github.com/TomSweeneyRedHat"><code>@​TomSweeneyRedHat</code></a> in <a href="https://redirect.github.com/containers/image/pull/2913">containers/image#2913</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/containers/image/compare/v5.36.0...v5.36.1">https://github.com/containers/image/compare/v5.36.0...v5.36.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containers/image/commit/f6ca2da2ec9e4b86231ea7a27499e2a0b35b0d8c"><code>f6ca2da</code></a> [release-5.36] Bump to c/image v5.36.1</li> <li><a href="https://github.com/containers/image/commit/d18da19eb5fea63888ae40c3a15f71ed91b2598f"><code>d18da19</code></a> [release-5.36] Bump c/storage to v1.59.1</li> <li><a href="https://github.com/containers/image/commit/ae0c9f3d762192bf920dfa45869f9eec1925359a"><code>ae0c9f3</code></a> Merge pull request <a href="https://redirect.github.com/containers/image/issues/2913">#2913</a> from TomSweeneyRedHat/dev/tsweeney/cherrypick2907</li> <li><a href="https://github.com/containers/image/commit/40d10270ef5ead65fb0ddc84bb1dbdae8c237a60"><code>40d1027</code></a> [release-5.36] Update the CI image, to match Skopeo's updated test code</li> <li>See full diff in <a href="https://github.com/containers/image/compare/v5.36.0...v5.36.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.36.0&new-version=5.36.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 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 388a751 commit 213b3aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go/artifactregistry v1.17.1
77
github.com/alitto/pond v1.9.2
88
github.com/aws/aws-sdk-go v1.55.7
9-
github.com/containers/image/v5 v5.36.0
9+
github.com/containers/image/v5 v5.36.1
1010
github.com/dgraph-io/ristretto v0.2.0
1111
github.com/evanphx/json-patch v5.9.11+incompatible
1212
github.com/go-co-op/gocron v1.37.0
@@ -89,7 +89,7 @@ require (
8989
github.com/containerd/typeurl/v2 v2.2.3 // indirect
9090
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
9191
github.com/containers/ocicrypt v1.2.1 // indirect
92-
github.com/containers/storage v1.59.0 // indirect
92+
github.com/containers/storage v1.59.1 // indirect
9393
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
9494
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
9595
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ github.com/containerd/stargz-snapshotter/estargz v0.16.3 h1:7evrXtoh1mSbGj/pfRcc
135135
github.com/containerd/stargz-snapshotter/estargz v0.16.3/go.mod h1:uyr4BfYfOj3G9WBVE8cOlQmXAbPN9VEQpBBeJIuOipU=
136136
github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++dYSw40=
137137
github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk=
138-
github.com/containers/image/v5 v5.36.0 h1:Zh+xFcLjRmicnOT5AFPHH/xj+e3s9ojDN/9X2Kx1+Jo=
139-
github.com/containers/image/v5 v5.36.0/go.mod h1:VZ6cyDHbxZoOt4dklUJ+WNEH9FrgSgfH3qUBYKFlcT0=
138+
github.com/containers/image/v5 v5.36.1 h1:6zpXBqR59UcAzoKpa/By5XekeqFV+htWYfr65+Cgjqo=
139+
github.com/containers/image/v5 v5.36.1/go.mod h1:b4GMKH2z/5t6/09utbse2ZiLK/c72GuGLFdp7K69eA4=
140140
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
141141
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
142142
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=
143143
github.com/containers/ocicrypt v1.2.1/go.mod h1:aD0AAqfMp0MtwqWgHM1bUwe1anx0VazI108CRrSKINQ=
144-
github.com/containers/storage v1.59.0 h1:r2pYSTzQpJTROZbjJQ54Z0GT+rUC6+wHzlSY8yPjsXk=
145-
github.com/containers/storage v1.59.0/go.mod h1:KoAYHnAjP3/cTsRS+mmWZGkufSY2GACiKQ4V3ZLQnR0=
144+
github.com/containers/storage v1.59.1 h1:11Zu68MXsEQGBBd+GadPrHPpWeqjKS8hJDGiAHgIqDs=
145+
github.com/containers/storage v1.59.1/go.mod h1:KoAYHnAjP3/cTsRS+mmWZGkufSY2GACiKQ4V3ZLQnR0=
146146
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
147147
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
148148
github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

0 commit comments

Comments
 (0)