Skip to content

Commit 31098b4

Browse files
build(deps): Bump sigs.k8s.io/controller-runtime from 0.19.6 to 0.19.7 in /hack/tools in the all-go-mod-patch-and-minor group across 1 directory (#1094)
Bumps the all-go-mod-patch-and-minor group with 1 update in the /hack/tools directory: [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). Updates `sigs.k8s.io/controller-runtime` from 0.19.6 to 0.19.7 <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.19.7</h2> <h2>What's Changed</h2> <ul> <li>🐛 fix: cache should list out of global cache when present and necessary by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3128">kubernetes-sigs/controller-runtime#3128</a></li> <li>:bug: Fakeclient: Fix dataraces when writing to the scheme by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3146">kubernetes-sigs/controller-runtime#3146</a></li> <li>Revert &quot;✨ Expose all Go runtime metrics&quot; by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3148">kubernetes-sigs/controller-runtime#3148</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.6...v0.19.7">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.6...v0.19.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/5fe7bb3edc86c7eda8c8c455a9116453ee472371"><code>5fe7bb3</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3148">#3148</a> from k8s-infra-cherrypick-robot/cherry-pick-3147-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/97bb1ffeede43378908af5cd38c03d36ac8f977c"><code>97bb1ff</code></a> Revert &quot;[release-0.20] ✨ Expose all Go runtime metrics (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3100">#3100</a>)&quot;</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/56df5533c12652c8f8a5ee215498593c17379e12"><code>56df553</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3146">#3146</a> from k8s-infra-cherrypick-robot/cherry-pick-3143-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/d2145c0a289e73a16f90c610c3bc2f9fbe231cf7"><code>d2145c0</code></a> bug: Fakeclient: Fix dataraces when writing to the scheme</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/13450ba9d76073e18f5d88e22dd4510db3da2213"><code>13450ba</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3128">#3128</a> from k8s-infra-cherrypick-robot/cherry-pick-3126-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/a2a9f545a01901d180d41c24200dd030d0256c61"><code>a2a9f54</code></a> fix: cache should list out of global cache when present and necessary</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.6...v0.19.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/controller-runtime&package-manager=go_modules&previous-version=0.19.6&new-version=0.19.7)](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 <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: Jimmi Dyson <[email protected]>
1 parent adea1ea commit 31098b4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

hack/tools/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/ha
55

66
go 1.22.5
77

8+
toolchain go1.24.1
9+
810
require (
911
github.com/blang/semver/v4 v4.0.0
1012
github.com/d2iq-labs/helm-list-images v0.12.0
1113
gopkg.in/yaml.v2 v2.4.0
1214
k8s.io/api v0.31.7
1315
k8s.io/apimachinery v0.31.7
1416
sigs.k8s.io/cluster-api v1.9.6
15-
sigs.k8s.io/controller-runtime v0.19.6
17+
sigs.k8s.io/controller-runtime v0.19.7
1618
sigs.k8s.io/yaml v1.4.0
1719
)
1820

hack/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,8 +1490,8 @@ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.19/go.mod h1:LEScyz
14901490
sigs.k8s.io/cluster-api v1.9.6 h1:2jZ434qC0bzrPQzmRDm4/b0PZWVMnOocoCjsAonQN5Q=
14911491
sigs.k8s.io/cluster-api v1.9.6/go.mod h1:DyqyZ4jRvKGKewDRn1Q4OCHaVjsdTogymbO6mrgHEDI=
14921492
sigs.k8s.io/controller-runtime v0.9.5/go.mod h1:q6PpkM5vqQubEKUKOM6qr06oXGzOBcCby1DA9FbyZeA=
1493-
sigs.k8s.io/controller-runtime v0.19.6 h1:fuq53qTLQ7aJTA7aNsklNnu7eQtSFqJUomOyM+phPLk=
1494-
sigs.k8s.io/controller-runtime v0.19.6/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
1493+
sigs.k8s.io/controller-runtime v0.19.7 h1:DLABZfMr20A+AwCZOHhcbcu+TqBXnJZaVBri9K3EO48=
1494+
sigs.k8s.io/controller-runtime v0.19.7/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
14951495
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
14961496
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
14971497
sigs.k8s.io/kustomize/api v0.8.5/go.mod h1:M377apnKT5ZHJS++6H4rQoCHmWtt6qTpp3mbe7p6OLY=

0 commit comments

Comments
 (0)