File tree Expand file tree Collapse file tree 6 files changed +28
-28
lines changed Expand file tree Collapse file tree 6 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ toolchain go1.22.9
88replace (
99 github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.21.0
1010 github.com/onsi/gomega => github.com/onsi/gomega v1.35.1
11- sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4
11+ sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.5
1212)
1313
1414require (
@@ -43,9 +43,9 @@ require (
4343 k8s.io/component-base v0.31.3
4444 k8s.io/klog/v2 v2.130.1
4545 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
46- sigs.k8s.io/cluster-api v1.9.4
47- sigs.k8s.io/cluster-api/test v1.9.4
48- sigs.k8s.io/controller-runtime v0.19.4
46+ sigs.k8s.io/cluster-api v1.9.5
47+ sigs.k8s.io/cluster-api/test v1.9.5
48+ sigs.k8s.io/controller-runtime v0.19.6
4949 sigs.k8s.io/yaml v1.4.0
5050)
5151
Original file line number Diff line number Diff line change @@ -506,12 +506,12 @@ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1
506506k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
507507sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 h1:2770sDpzrjjsAtVhSeUFseziht227YAWYHLGNM8QPwY =
508508sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 /go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw =
509- sigs.k8s.io/cluster-api v1.9.4 h1:pa2Ho50F9Js/Vv/Jy11TcpmGiqY2ukXCoDj/dY25Y7M =
510- sigs.k8s.io/cluster-api v1.9.4 /go.mod h1:9DjpPCxJJo7/mH+KceINNJHr9c5X9S9HEp2B8JG3Uv8 =
511- sigs.k8s.io/cluster-api/test v1.9.4 h1:ZZ+IPK/lfyc4d/QPtompt+cxXYC6tGJ4kTHhhocgbIM =
512- sigs.k8s.io/cluster-api/test v1.9.4 /go.mod h1:dHLUcNc9vBNyQyY6NTcqcfpFvIiXmcL5Iqe2sETFD1c =
513- sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo =
514- sigs.k8s.io/controller-runtime v0.19.4 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
509+ sigs.k8s.io/cluster-api v1.9.5 h1:68164Q201Y5ANVkhyrOZenoMbfL2SEBjVYZs/ihhSro =
510+ sigs.k8s.io/cluster-api v1.9.5 /go.mod h1:DyqyZ4jRvKGKewDRn1Q4OCHaVjsdTogymbO6mrgHEDI =
511+ sigs.k8s.io/cluster-api/test v1.9.5 h1:DtiiDWCIGaWhp4cA7xzGPWeM796XIRQwOptLATe0yFg =
512+ sigs.k8s.io/cluster-api/test v1.9.5 /go.mod h1:YL2wANe8TFWFBka9CDkxjPj7KALqUtK+PtKa4ChNIok =
513+ sigs.k8s.io/controller-runtime v0.19.6 h1:fuq53qTLQ7aJTA7aNsklNnu7eQtSFqJUomOyM+phPLk =
514+ sigs.k8s.io/controller-runtime v0.19.6 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
515515sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
516516sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
517517sigs.k8s.io/kind v0.25.0 h1:ugUvgesHKKA0yKmD6QtYTiEev+kPUpGxdTPbMGf8VTU =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-ibmcloud/hack/tools
22
33go 1.22.9
44
5- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4
5+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.5
66
77require (
88 github.com/aquasecurity/trivy v0.58.2
@@ -15,7 +15,7 @@ require (
1515 golang.org/x/vuln v1.1.4
1616 gotest.tools/gotestsum v1.12.0
1717 k8s.io/code-generator v0.31.3
18- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250121131638-79e6731b0d20
18+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250214153822-068c0f3c8ed3
1919 sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387
2020 sigs.k8s.io/controller-tools v0.16.5
2121 sigs.k8s.io/kustomize/kustomize/v5 v5.4.3
Original file line number Diff line number Diff line change @@ -2521,10 +2521,10 @@ oras.land/oras-go v1.2.5/go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo=
25212521rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
25222522rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
25232523rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
2524- sigs.k8s.io/cluster-api v1.9.4 h1:pa2Ho50F9Js/Vv/Jy11TcpmGiqY2ukXCoDj/dY25Y7M =
2525- sigs.k8s.io/cluster-api v1.9.4 /go.mod h1:9DjpPCxJJo7/mH+KceINNJHr9c5X9S9HEp2B8JG3Uv8 =
2526- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250121131638-79e6731b0d20 h1:9PYmnSYryJaJK8x4k0fjNj893ew3tAI1v/vylyTf0dI =
2527- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250121131638-79e6731b0d20 /go.mod h1:iUWzwkv2bBp+Hvcq4UQ9kXQdlwx9+54KQ0Hz416LEUg =
2524+ sigs.k8s.io/cluster-api v1.9.5 h1:68164Q201Y5ANVkhyrOZenoMbfL2SEBjVYZs/ihhSro =
2525+ sigs.k8s.io/cluster-api v1.9.5 /go.mod h1:DyqyZ4jRvKGKewDRn1Q4OCHaVjsdTogymbO6mrgHEDI =
2526+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250214153822-068c0f3c8ed3 h1:hwNplANgZMQ2k0lYe8vgTJCUVpfmC+sUaM8dlY3p86A =
2527+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250214153822-068c0f3c8ed3 /go.mod h1:c+mz4WRKrXZhOlfdEFe6PC1Xwo2QkYx4mlOrnqR9kW0 =
25282528sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387 h1:WVCytp5VYi3EbLI/tKmjQ3zgEWdQrMAARVUtmqAmf48 =
25292529sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387 /go.mod h1:IaDsO8xSPRxRG1/rm9CP7+jPmj0nMNAuNi/yiHnLX8k =
25302530sigs.k8s.io/controller-tools v0.16.5 h1:5k9FNRqziBPwqr17AMEPPV/En39ZBplLAdOwwQHruP4 =
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ providers:
99 - name : cluster-api
1010 type : CoreProvider
1111 versions :
12- - name : v1.9.4
13- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.4 /core-components.yaml
12+ - name : v1.9.5
13+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /core-components.yaml
1414 type : url
1515 files :
1616 - sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
1717 - name : kubeadm
1818 type : BootstrapProvider
1919 versions :
20- - name : v1.9.4
21- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.4 /bootstrap-components.yaml
20+ - name : v1.9.5
21+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /bootstrap-components.yaml
2222 type : url
2323 files :
2424 - sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
2525 - name : kubeadm
2626 type : ControlPlaneProvider
2727 versions :
28- - name : v1.9.4
29- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.4 /control-plane-components.yaml
28+ - name : v1.9.5
29+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /control-plane-components.yaml
3030 type : url
3131 files :
3232 - sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ providers:
99 - name : cluster-api
1010 type : CoreProvider
1111 versions :
12- - name : v1.9.4
13- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.4 /core-components.yaml
12+ - name : v1.9.5
13+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /core-components.yaml
1414 type : url
1515 files :
1616 - sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
1717 - name : kubeadm
1818 type : BootstrapProvider
1919 versions :
20- - name : v1.9.4
21- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.4 /bootstrap-components.yaml
20+ - name : v1.9.5
21+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /bootstrap-components.yaml
2222 type : url
2323 files :
2424 - sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
2525 - name : kubeadm
2626 type : ControlPlaneProvider
2727 versions :
28- - name : v1.9.4
29- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.4 /control-plane-components.yaml
28+ - name : v1.9.5
29+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5 /control-plane-components.yaml
3030 type : url
3131 files :
3232 - sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
You can’t perform that action at this time.
0 commit comments