Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 1884331

Browse files
build(deps): Bump sigs.k8s.io/cluster-api/test from 1.6.2 to 1.6.3 in /hack/third-party/capd (nutanix-cloud-native#434)
Bumps [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) from 1.6.2 to 1.6.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/965ffa1d94230b8127245df750a99f09eab9dd97"><code>965ffa1</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/10260">#10260</a> from k8s-infra-cherrypick-robot/cherry-pick-10257-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/63cbd6c7d98907fb4095671dccdc51995361ab2a"><code>63cbd6c</code></a> Fix flaky link in docs</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/2dedba3c38adfb964754bd08db94e32371458f14"><code>2dedba3</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/10249">#10249</a> from cahillsf/bump-protobuf-dep-release-1.6</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/16c55a4d85d71d2888d527441fde8da990db575b"><code>16c55a4</code></a> bump protobuf to v1.33.0 to address CVEs</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/d37b9cc83db24b851d66eced54e78f1a9d0b7138"><code>d37b9cc</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/10246">#10246</a> from k8s-infra-cherrypick-robot/cherry-pick-10235-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/ff493a4b851c0df6798765eebf61181004d64586"><code>ff493a4</code></a> bump go version to 1.21.8</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/743abcef637ee2b0ec2e14ddeb9b51756527e271"><code>743abce</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/10243">#10243</a> from chrischdi/pr-cp-10099</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/6eff7e1b3618ccb47ce0ccebe7cb79377ab9a640"><code>6eff7e1</code></a> Add provider tab for k0smotron</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/6dae4a0f86e86e68a4aa202277612ac3d2184a45"><code>6dae4a0</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/10241">#10241</a> from k8s-infra-cherrypick-robot/cherry-pick-10239-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/3c79cff5ddafb221a559b60f35e16a9367c7e3e5"><code>3c79cff</code></a> book: Update agenda links w/ shared drive</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.6.2...v1.6.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cluster-api/test&package-manager=go_modules&previous-version=1.6.2&new-version=1.6.3)](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 906e58d commit 1884331

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hack/third-party/capd/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/d2iq-labs/capi-runtime-extensions/external/capd
55

66
go 1.21
77

8-
require sigs.k8s.io/cluster-api/test v1.6.2
8+
require sigs.k8s.io/cluster-api/test v1.6.3
99

1010
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.6.0
1111

@@ -28,7 +28,7 @@ require (
2828
github.com/pkg/errors v0.9.1 // indirect
2929
golang.org/x/net v0.18.0 // indirect
3030
golang.org/x/text v0.14.0 // indirect
31-
google.golang.org/protobuf v1.31.0 // indirect
31+
google.golang.org/protobuf v1.33.0 // indirect
3232
gopkg.in/inf.v0 v0.9.1 // indirect
3333
gopkg.in/yaml.v2 v2.4.0 // indirect
3434
gopkg.in/yaml.v3 v3.0.1 // indirect

hack/third-party/capd/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
9999
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
100100
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
101101
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
102-
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
103-
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
102+
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
103+
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
104104
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
105105
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
106106
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
@@ -126,8 +126,8 @@ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrC
126126
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
127127
sigs.k8s.io/cluster-api v1.6.0 h1:2bhVSnUbtWI8taCjd9lGiHExsRUpKf7Z1fXqi/IwYx4=
128128
sigs.k8s.io/cluster-api v1.6.0/go.mod h1:LB7u/WxiWj4/bbpHNOa1oQ8nq0MQ5iYlD0pGfRSBGLI=
129-
sigs.k8s.io/cluster-api/test v1.6.2 h1:RjrYL8Ag9vBxfv++RWEKy/vgTukQYeYVJBMkWvylASc=
130-
sigs.k8s.io/cluster-api/test v1.6.2/go.mod h1:qfkWBqONPAyOwsPFlS8tsrAq7pjKH55pCpKtjhEbUrk=
129+
sigs.k8s.io/cluster-api/test v1.6.3 h1:ZCboLCTpKWzSbf+f7MpQT7EN8aeH9DNhJC1T9/vAuAM=
130+
sigs.k8s.io/cluster-api/test v1.6.3/go.mod h1:AKs25dgW6AnyGaQBoWuXfWnBs+FT7vJmAI/aox64DEI=
131131
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
132132
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
133133
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=

0 commit comments

Comments
 (0)