Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the go group with 7 updates (#118)
Bumps the go group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.53.0` | `0.53.1` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.1` | `0.32.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.1` | `0.32.2` | | [ocm.software/ocm](https://github.com/open-component-model/ocm) | `0.19.1` | `0.20.0` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.1` | `0.20.2` | Updates `github.com/fluxcd/pkg/runtime` from 0.53.0 to 0.53.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/c9112315f9514cc2633a7a43957e6c5e142e424b"><code>c911231</code></a> Merge pull request <a href="https://github.com/fluxcd/pkg/issues/868">#868</a> from fluxcd/fix-panic</li> <li><a href="https://github.com/fluxcd/pkg/commit/51166e72e8635ce2fe72a754a98e22dc907babe8"><code>51166e7</code></a> Fix panic on nil map entry assignment for custom event metadata</li> <li><a href="https://github.com/fluxcd/pkg/commit/7c90c14682b46e34d8e47e5e8e787410601600c8"><code>7c90c14</code></a> Merge pull request <a href="https://github.com/fluxcd/pkg/issues/862">#862</a> from YvanGuidoin/rework-ssa-diffoptions</li> <li><a href="https://github.com/fluxcd/pkg/commit/88a752ef1a9bde9cf1815d7680cfd1736a6790db"><code>88a752e</code></a> Add tests for DiffOptions.IfNotPresentSelector</li> <li><a href="https://github.com/fluxcd/pkg/commit/dd54c6aa61e2af6e8030a609c0ceadd230da1986"><code>dd54c6a</code></a> Align ResourceManager.Diff Skipping resources with ResourceManager.Apply</li> <li><a href="https://github.com/fluxcd/pkg/commit/e454462cfa3e0d4cdb8bff0c8f898ce22eb83a72"><code>e454462</code></a> Merge pull request <a href="https://github.com/fluxcd/pkg/issues/864">#864</a> from fluxcd/internal-deps-bump</li> <li><a href="https://github.com/fluxcd/pkg/commit/2959020a4bb35e0423959760f42d0528208db4cc"><code>2959020</code></a> Update internal dependencies</li> <li>See full diff in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.53.0...runtime/v0.53.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.32.1 to 0.32.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/78094a6f3ff1c3d9185e3d2a13a19ca8f61e511e"><code>78094a6</code></a> Update dependencies to v0.32.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.32.1...v0.32.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/a3cd61d62877a6d2ba5b22fa0e2cffa6d440d63a"><code>a3cd61d</code></a> Update dependencies to v0.32.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.32.1...v0.32.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.32.1...v0.32.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.32.1 to 0.32.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/86ff7a15de4ea0bf6f55107196994dd3f2adda80"><code>86ff7a1</code></a> Update dependencies to v0.32.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.32.1...v0.32.2">compare view</a></li> </ul> </details> <br /> Updates `ocm.software/ocm` from 0.19.1 to 0.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-component-model/ocm/releases">ocm.software/ocm's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🚀 Features</h3> <ul> <li>feat: replace docker client code with oras - take 2 by <a href="https://github.com/Skarlso"><code>@Skarlso</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1184">open-component-model/ocm#1184</a></li> <li>feat: support splitting blobs when stored as OCI layer by <a href="https://github.com/mandelsoft"><code>@mandelsoft</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1140">open-component-model/ocm#1140</a></li> <li>feat: git Access, AccessMethod through BlobAccess by <a href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a> in <a href="https://github.com/open-component-model/ocm/pull/869">open-component-model/ocm#869</a></li> <li>feat(normalisation): jsonNormalisation/v3 and fixes to jsonNormalisation/v1 as well as jsonNormalisation/v2 by <a href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1218">open-component-model/ocm#1218</a></li> <li>feat: jfrog plugin + helm upload handler by <a href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1167">open-component-model/ocm#1167</a></li> </ul> <h3>🐛 Bug Fixes</h3> <!-- raw HTML omitted --> <ul> <li>fix: allow cache push through PAT by <a href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1166">open-component-model/ocm#1166</a></li> <li>fix: replace juju with rogpeppe go internal by <a href="https://github.com/Skarlso"><code>@Skarlso</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1176">open-component-model/ocm#1176</a></li> <li>fix: correct link and add notice file by <a href="https://github.com/morri-son"><code>@morri-son</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1185">open-component-model/ocm#1185</a></li> <li>fix: ocm transfer ignored --enforce when --overwrite is set by <a href="https://github.com/fabianburth"><code>@fabianburth</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1187">open-component-model/ocm#1187</a></li> <li>fix: fix toi doc by <a href="https://github.com/mandelsoft"><code>@mandelsoft</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1196">open-component-model/ocm#1196</a></li> <li>fix: deal with internal error coming from docker registry by <a href="https://github.com/Skarlso"><code>@Skarlso</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1203">open-component-model/ocm#1203</a></li> <li>fix: correct fetch order for manifests and blobs with hints on media type by <a href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1209">open-component-model/ocm#1209</a></li> <li>fix: do not handle root folder and the . folder by <a href="https://github.com/Skarlso"><code>@Skarlso</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1229">open-component-model/ocm#1229</a></li> <li>fix(transfer): accidental extra identity defaulting during transfer by <a href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1236">open-component-model/ocm#1236</a></li> <li>fix: unable to close, unable to unref last: unable to cleanup component version, while unref last: closing component version by <a href="https://github.com/hilmarf"><code>@hilmarf</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1243">open-component-model/ocm#1243</a></li> <li>fix(workaround): allow old norm algos to be hashed with old digest ctxts by <a href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1263">open-component-model/ocm#1263</a></li> </ul> <!-- raw HTML omitted --> <h3>⬆️ Dependencies</h3> <!-- raw HTML omitted --> <ul> <li>chore(deps): bump the go group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1151">open-component-model/ocm#1151</a></li> <li>chore(deps): use mergo vanity url by <a href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1161">open-component-model/ocm#1161</a></li> <li>chore(deps): bump distroless/static-debian12 from to by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1169">open-component-model/ocm#1169</a></li> <li>chore(deps): bump the go group with 10 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1177">open-component-model/ocm#1177</a></li> <li>chore(deps): bump github.com/fluxcd/cli-utils from 0.36.0-flux.9 to 0.36.0-flux.10 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1178">open-component-model/ocm#1178</a></li> <li>chore(deps): bump the go group with 11 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1190">open-component-model/ocm#1190</a></li> <li>chore(deps): bump the go group across 1 directory with 13 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1215">open-component-model/ocm#1215</a></li> <li>chore(deps): bump the go group with 5 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1219">open-component-model/ocm#1219</a></li> <li>chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.1 in the go_modules group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1226">open-component-model/ocm#1226</a></li> <li>chore(deps): bump the go group with 12 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1248">open-component-model/ocm#1248</a></li> <li>chore(deps): bump the go group with 17 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1261">open-component-model/ocm#1261</a></li> <li>chore(deps): bump distroless/static-debian12 from to by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1260">open-component-model/ocm#1260</a></li> </ul> <!-- raw HTML omitted --> <h3>🧰 Maintenance</h3> <!-- raw HTML omitted --> <ul> <li>docs: release process - add follow up section by <a href="https://github.com/hilmarf"><code>@hilmarf</code></a> in <a href="https://github.com/open-component-model/ocm/pull/1141">open-component-model/ocm#1141</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-component-model/ocm/commit/7ad420bc6c0ca02a0fa4ac5f698d03887bf25389"><code>7ad420b</code></a> fix(workaround): allow old norm algos to be hashed with old digest ctxts (<a href="https://github.com/open-component-model/ocm/issues/1263">#1263</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/7ab7eaaf6ec3d8f55fef85e7d86ead3437b0ec8c"><code>7ab7eaa</code></a> chore: update 'flake.nix' (<a href="https://github.com/open-component-model/ocm/issues/1262">#1262</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/2ab9f138f1b6c874385cb4d28b4a3020f12cf3ea"><code>2ab9f13</code></a> chore(deps): bump distroless/static-debian12 from <code>6cd937e</code> to <code>6ec5aa9</code> (<a href="https://github.com/open-component-model/ocm/issues/1260">#1260</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/28bfd87fc4115aa0d1409cde444001d30e06fc73"><code>28bfd87</code></a> chore(deps): bump the go group with 17 updates (<a href="https://github.com/open-component-model/ocm/issues/1261">#1261</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/820cde4f54b47383f84d638c3669e8e3a7a73fe3"><code>820cde4</code></a> delete issue types as move to .github repo (<a href="https://github.com/open-component-model/ocm/issues/1259">#1259</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/c35bea40bda49014d4c6125e73ac52d67e5b9dc2"><code>c35bea4</code></a> docs: update to release process documentation (<a href="https://github.com/open-component-model/ocm/issues/1251">#1251</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/f0103a86a8c42a07a37a2ceb941c6397dee5caf2"><code>f0103a8</code></a> fix: unable to close, unable to unref last: unable to cleanup component versi...</li> <li><a href="https://github.com/open-component-model/ocm/commit/2b764a25cd40394ce84e5ae67c7fa4448ae5926b"><code>2b764a2</code></a> chore(format): executed make format on EVERYTHING (incl. tests) (<a href="https://github.com/open-component-model/ocm/issues/1252">#1252</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/6ce6782e33165e150cc3bd009c0be3dbc1f0d48a"><code>6ce6782</code></a> chore: update 'flake.nix' (<a href="https://github.com/open-component-model/ocm/issues/1249">#1249</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/cfee9b43dbb8b2165abf4aaf0f04fc31004343c5"><code>cfee9b4</code></a> chore(deps): bump the go group with 12 updates (<a href="https://github.com/open-component-model/ocm/issues/1248">#1248</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-component-model/ocm/compare/v0.19.1...v0.20">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/controller-runtime` from 0.20.1 to 0.20.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's releases</a>.</em></p> <blockquote> <h2>v0.20.2</h2> <h2>What's Changed</h2> <ul> <li>✨ Expose all Go runtime metrics by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@k8s-infra-cherrypick-robot</code></a> in <a href="https://github.com/kubernetes-sigs/controller-runtime/pull/3100">kubernetes-sigs/controller-runtime#3100</a></li> <li>🐛Fix behavior of rate limit option in priorityqueue.AddWithOpts by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@k8s-infra-cherrypick-robot</code></a> in <a href="https://github.com/kubernetes-sigs/controller-runtime/pull/3106">kubernetes-sigs/controller-runtime#3106</a></li> <li>🌱 Update dependencies, k8s 1.32.1 by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@k8s-infra-cherrypick-robot</code></a> in <a href="https://github.com/kubernetes-sigs/controller-runtime/pull/3108">kubernetes-sigs/controller-runtime#3108</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.1...v0.20.2">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.1...v0.20.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/52b17917caa97ec546423867d9637f1787830f3e"><code>52b1791</code></a> [release-0.20] 🌱 Update dependencies, k8s 1.32.1 (<a href="https://github.com/kubernetes-sigs/controller-runtime/issues/3108">#3108</a>)</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/ed7d2a48f943692787f41a81193d46876fccee7a"><code>ed7d2a4</code></a> Merge pull request <a href="https://github.com/kubernetes-sigs/controller-runtime/issues/3106">#3106</a> from k8s-infra-cherrypick-robot/cherry-pick-3103-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/cad72fa419af1376359af268dcc94a0a23a99fe8"><code>cad72fa</code></a> Fix behavior of rate limit option in priorityqueue.AddWithOpts</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/fc485839d5c10112642325e7e6df25084553c0e4"><code>fc48583</code></a> [release-0.20] ✨ Expose all Go runtime metrics (<a href="https://github.com/kubernetes-sigs/controller-runtime/issues/3100">#3100</a>)</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.1...v0.20.2">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>
- Loading branch information