Skip to content

Commit f04ac1c

Browse files
chore(deps): bump the go group with 3 updates (#716)
Bumps the go group with 3 updates: [github.com/containers/image/v5](https://github.com/containers/image), [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) and [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq). Updates `github.com/containers/image/v5` 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 /> Updates `github.com/fluxcd/pkg/runtime` from 0.78.0 to 0.79.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/f227e67fddd8f2773dce0c4666b9b3eeda88dd6b"><code>f227e67</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1001">#1001</a> from cappyzawa/feat/github-app-support-authmethodsfr...</li> <li><a href="https://github.com/fluxcd/pkg/commit/5f5e254bd2d2992a83f7b206ddd68d2f3c30eadb"><code>5f5e254</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/c3282981b799477aa47f21d1d056797e27ece5d9"><code>c328298</code></a> runtime/secrets: add GitHub App support to AuthMethodsFromSecret</li> <li><a href="https://github.com/fluxcd/pkg/commit/f01e8d6848ee99f4c3218dbad38361c93033a2d1"><code>f01e8d6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/999">#999</a> from abhijith-darshan/feat/gh_app_ca</li> <li><a href="https://github.com/fluxcd/pkg/commit/e77a11bc22795a5b3539a84e5a020f50400ea776"><code>e77a11b</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/9fd962896811baa09788493fb25a12328555f957"><code>9fd9628</code></a> git/github: Add support for mTLS to GitHub App transport</li> <li>See full diff in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.78.0...runtime/v0.79.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/mikefarah/yq/v4` from 4.45.4 to 4.47.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/releases">github.com/mikefarah/yq/v4's releases</a>.</em></p> <blockquote> <h2>v4.47.1 - Merge Anchor fixes (with flag)</h2> <ul> <li>Fixed merge anchor behaviour (<code>&lt;&lt;</code>); <a href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2110">#2110</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2386">#2386</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2178">#2178</a> Huge thanks to <a href="https://github.com/stevenwdv"><code>@​stevenwdv</code></a>! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes</li> <li>Fixed panic for syntax error when creating a map <a href="https://redirect.github.com/mikefarah/yq/issues/2423">#2423</a></li> <li>Bumped dependencies</li> </ul> <h2>v4.46.1 - INI support + bug fixes</h2> <ul> <li>Added INI support</li> <li>Fixed 'add' operator when piped in with no data <a href="https://redirect.github.com/mikefarah/yq/issues/2378">#2378</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2383">#2383</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2384">#2384</a></li> <li>Fixed delete after slice problem (bad node path) <a href="https://redirect.github.com/mikefarah/yq/issues/2387">#2387</a> Thanks <a href="https://github.com/antoinedeschenes"><code>@​antoinedeschenes</code></a></li> <li>Fixed yq small build Thanks <a href="https://github.com/imzue"><code>@​imzue</code></a></li> <li>Switched to YAML org supported go-yaml!</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">github.com/mikefarah/yq/v4's changelog</a>.</em></p> <blockquote> <p>4.47.1:</p> <ul> <li>Fixed merge anchor behaviour (<code>&lt;&lt;</code>); <a href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2110">#2110</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2386">#2386</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2178">#2178</a> Huge thanks to <a href="https://github.com/stevenwdv"><code>@​stevenwdv</code></a>! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes</li> <li>Fixed panic for syntax error when creating a map <a href="https://redirect.github.com/mikefarah/yq/issues/2423">#2423</a></li> <li>Bumped dependencies</li> </ul> <p>4.46.1:</p> <ul> <li>Added INI support</li> <li>Fixed 'add' operator when piped in with no data <a href="https://redirect.github.com/mikefarah/yq/issues/2378">#2378</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2383">#2383</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2384">#2384</a></li> <li>Fixed delete after slice problem (bad node path) <a href="https://redirect.github.com/mikefarah/yq/issues/2387">#2387</a> Thanks <a href="https://github.com/antoinedeschenes"><code>@​antoinedeschenes</code></a></li> <li>Fixed yq small build Thanks <a href="https://github.com/imzue"><code>@​imzue</code></a></li> <li>Switched to YAML org supported go-yaml!</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikefarah/yq/commit/f03c9dc599c37bfcaf533427211d05e51e6fee64"><code>f03c9dc</code></a> Bumping version</li> <li><a href="https://github.com/mikefarah/yq/commit/023c85e1e2520a087e8b8669583ca7a5141ff745"><code>023c85e</code></a> Adding test for <a href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a></li> <li><a href="https://github.com/mikefarah/yq/commit/a3d9e0172f7ba05312fea7de132e4bd3ff0c32b3"><code>a3d9e01</code></a> Prepping release notes</li> <li><a href="https://github.com/mikefarah/yq/commit/ab3be228dc2949256781ed8a565c2b9e3c9c273f"><code>ab3be22</code></a> Bump github.com/spf13/pflag from 1.0.6 to 1.0.7</li> <li><a href="https://github.com/mikefarah/yq/commit/93fed3fd7aa3607e9c70b1f8032ff5382a1f0642"><code>93fed3f</code></a> Bump golang.org/x/net from 0.41.0 to 0.42.0</li> <li><a href="https://github.com/mikefarah/yq/commit/f42534ea0f83875482ce0bee88a0160f4b3fcc78"><code>f42534e</code></a> Bump github.com/alecthomas/repr from 0.4.0 to 0.5.1</li> <li><a href="https://github.com/mikefarah/yq/commit/b968963ed4d89a65e249ddfa9a1924b197002d58"><code>b968963</code></a> Merge branch 'stevenwdv-merge-anchor-fix'</li> <li><a href="https://github.com/mikefarah/yq/commit/92309b17a470f23bbaca69b6fbdd70706ca37ac4"><code>92309b1</code></a> Fixed test doc gen</li> <li><a href="https://github.com/mikefarah/yq/commit/d5757fc82bbc65955a6c54768e39e5889a85374f"><code>d5757fc</code></a> Working on clarifying docs</li> <li><a href="https://github.com/mikefarah/yq/commit/db2a4550e50d397616a5cef1a35d893b0c0ee418"><code>db2a455</code></a> Fixed tests</li> <li>Additional commits viewable in <a href="https://github.com/mikefarah/yq/compare/v4.45.4...v4.47.1">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hilmar Falkenberg <[email protected]>
1 parent 069f0eb commit f04ac1c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replace (
1414
require (
1515
cuelang.org/go v0.14.0
1616
github.com/Masterminds/semver/v3 v3.4.0
17-
github.com/containers/image/v5 v5.36.0
17+
github.com/containers/image/v5 v5.36.1
1818
github.com/cyphar/filepath-securejoin v0.4.1
1919
github.com/distribution/distribution/v3 v3.0.0
2020
github.com/fluxcd/helm-controller/api v1.3.0
@@ -23,7 +23,7 @@ require (
2323
github.com/fluxcd/pkg/apis/meta v1.18.0
2424
github.com/fluxcd/pkg/http/fetch v0.17.0
2525
github.com/fluxcd/pkg/kustomize v1.19.0
26-
github.com/fluxcd/pkg/runtime v0.78.0
26+
github.com/fluxcd/pkg/runtime v0.79.0
2727
github.com/fluxcd/pkg/tar v0.13.0
2828
github.com/fluxcd/source-controller/api v1.6.2
2929
github.com/go-logr/logr v1.4.3
@@ -144,7 +144,7 @@ require (
144144
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
145145
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
146146
github.com/containers/ocicrypt v1.2.1 // indirect
147-
github.com/containers/storage v1.59.0 // indirect
147+
github.com/containers/storage v1.59.1 // indirect
148148
github.com/coreos/go-oidc/v3 v3.14.1 // indirect
149149
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
150150
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpS
266266
github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw=
267267
github.com/containerd/stargz-snapshotter/estargz v0.16.3 h1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8=
268268
github.com/containerd/stargz-snapshotter/estargz v0.16.3/go.mod h1:uyr4BfYfOj3G9WBVE8cOlQmXAbPN9VEQpBBeJIuOipU=
269-
github.com/containers/image/v5 v5.36.0 h1:Zh+xFcLjRmicnOT5AFPHH/xj+e3s9ojDN/9X2Kx1+Jo=
270-
github.com/containers/image/v5 v5.36.0/go.mod h1:VZ6cyDHbxZoOt4dklUJ+WNEH9FrgSgfH3qUBYKFlcT0=
269+
github.com/containers/image/v5 v5.36.1 h1:6zpXBqR59UcAzoKpa/By5XekeqFV+htWYfr65+Cgjqo=
270+
github.com/containers/image/v5 v5.36.1/go.mod h1:b4GMKH2z/5t6/09utbse2ZiLK/c72GuGLFdp7K69eA4=
271271
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
272272
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
273273
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=
274274
github.com/containers/ocicrypt v1.2.1/go.mod h1:aD0AAqfMp0MtwqWgHM1bUwe1anx0VazI108CRrSKINQ=
275-
github.com/containers/storage v1.59.0 h1:r2pYSTzQpJTROZbjJQ54Z0GT+rUC6+wHzlSY8yPjsXk=
276-
github.com/containers/storage v1.59.0/go.mod h1:KoAYHnAjP3/cTsRS+mmWZGkufSY2GACiKQ4V3ZLQnR0=
275+
github.com/containers/storage v1.59.1 h1:11Zu68MXsEQGBBd+GadPrHPpWeqjKS8hJDGiAHgIqDs=
276+
github.com/containers/storage v1.59.1/go.mod h1:KoAYHnAjP3/cTsRS+mmWZGkufSY2GACiKQ4V3ZLQnR0=
277277
github.com/coreos/go-oidc/v3 v3.14.1 h1:9ePWwfdwC4QKRlCXsJGou56adA/owXczOzwKdOumLqk=
278278
github.com/coreos/go-oidc/v3 v3.14.1/go.mod h1:HaZ3szPaZ0e4r6ebqvsLWlk2Tn+aejfmrfah6hnSYEU=
279279
github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=
@@ -381,8 +381,8 @@ github.com/fluxcd/pkg/http/fetch v0.17.0 h1:U/Fuh+H1cRL2d/EOfdsjJPaPDPtL3pFanPSE
381381
github.com/fluxcd/pkg/http/fetch v0.17.0/go.mod h1:nMozZtiSKtPGwMrR5wGjIJoQmhvFqZ5P4UsM/Lqza2I=
382382
github.com/fluxcd/pkg/kustomize v1.19.0 h1:2eO8lMx0/H/Yyq35LMTAMhxEElOzMW0Yi9zUNZoimlU=
383383
github.com/fluxcd/pkg/kustomize v1.19.0/go.mod h1:OCCW9vU3lStDh3jyg9MM/a29MSdNAVk2wjl0lDos5Fs=
384-
github.com/fluxcd/pkg/runtime v0.78.0 h1:xwNZqnazmgURGuLiHDbzST6BI5K9fvZuNS4eMVY35Es=
385-
github.com/fluxcd/pkg/runtime v0.78.0/go.mod h1:iGhdaEq+lMJQTJNAFEPOU4gUJ7kt3yeDcJPZy7O9IUw=
384+
github.com/fluxcd/pkg/runtime v0.79.0 h1:9tv79EiQDx/QJH9mYDd9kZ9WybCVWBUGoiBHij+eKkc=
385+
github.com/fluxcd/pkg/runtime v0.79.0/go.mod h1:iGhdaEq+lMJQTJNAFEPOU4gUJ7kt3yeDcJPZy7O9IUw=
386386
github.com/fluxcd/pkg/sourceignore v0.13.0 h1:ZvkzX2WsmyZK9cjlqOFFW1onHVzhPZIqDbCh96rPqbU=
387387
github.com/fluxcd/pkg/sourceignore v0.13.0/go.mod h1:Z9H1GoBx0ljOhptnzoV0PL6Nd/UzwKcSphP27lqb4xI=
388388
github.com/fluxcd/pkg/ssa v0.48.0 h1:DW+4DG8L/yZEi30UltOEXPB1d/ZFn4HfVhpJQp5oc2o=

0 commit comments

Comments
 (0)