File tree Expand file tree Collapse file tree 6 files changed +25
-25
lines changed Expand file tree Collapse file tree 6 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ go 1.23.2
66replace (
77 github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.23.3
88 github.com/onsi/gomega => github.com/onsi/gomega v1.36.3
9- sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.10.1
9+ sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.10.2
1010)
1111
1212require (
@@ -40,8 +40,8 @@ require (
4040 k8s.io/component-base v0.32.3
4141 k8s.io/klog/v2 v2.130.1
4242 k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
43- sigs.k8s.io/cluster-api v1.10.1
44- sigs.k8s.io/cluster-api/test v1.10.1
43+ sigs.k8s.io/cluster-api v1.10.2
44+ sigs.k8s.io/cluster-api/test v1.10.2
4545 sigs.k8s.io/controller-runtime v0.20.4
4646 sigs.k8s.io/yaml v1.4.0
4747)
Original file line number Diff line number Diff line change @@ -505,10 +505,10 @@ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6J
505505k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
506506sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 h1:CPT0ExVicCzcpeN4baWEV2ko2Z/AsiZgEdwgcfwLgMo =
507507sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 /go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw =
508- sigs.k8s.io/cluster-api v1.10.1 h1:5vsLNgQ4SkPudJ1USK532B0SIdJxRsCNKt2DZtBf+ww =
509- sigs.k8s.io/cluster-api v1.10.1 /go.mod h1:aiPMrNPoaJc/GuJ4TCpWX8bVe11+iCJ4HI0f3c9QiJg =
510- sigs.k8s.io/cluster-api/test v1.10.1 h1:cSgbfROhT42+M1YQg6Wj5DQWNjRZtkFQGIDSu6JJjmk =
511- sigs.k8s.io/cluster-api/test v1.10.1 /go.mod h1:CYFajf4HhV5zhoiPl+m5Omk0a3WtnyXHtFVPqWIcUy4 =
508+ sigs.k8s.io/cluster-api v1.10.2 h1:xfvtNu4Fy/41grL0ryH5xSKQjpJEWdO8HiV2lPCCozQ =
509+ sigs.k8s.io/cluster-api v1.10.2 /go.mod h1:/b9Un5Imprib6S7ZOcJitC2ep/5wN72b0pXpMQFfbTw =
510+ sigs.k8s.io/cluster-api/test v1.10.2 h1:y6vSdS9FSAi/DNoFE2fZo2fed0m1cgW+ueBazk1g4i8 =
511+ sigs.k8s.io/cluster-api/test v1.10.2 /go.mod h1:KLeRjNtQS8k5jIPvQF0QxOti/ATu5euwSusb6iFBga8 =
512512sigs.k8s.io/controller-runtime v0.20.4 h1:X3c+Odnxz+iPTRobG4tp092+CvBU9UK0t/bRf+n0DGU =
513513sigs.k8s.io/controller-runtime v0.20.4 /go.mod h1:xg2XB0K5ShQzAgsoujxuKN4LNXR2LfwwHsPj7Iaw+XY =
514514sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8 =
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.23.0
44
5- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.10.1
5+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.10.2
66
77require (
88 github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
@@ -15,7 +15,7 @@ require (
1515 gotest.tools/gotestsum v1.12.2
1616 k8s.io/code-generator v0.32.3
1717 k8s.io/release v0.16.9
18- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250429160156-647a1b741bc8
18+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250520093716-525566440a77
1919 sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387
2020 sigs.k8s.io/controller-tools v0.17.0
2121 sigs.k8s.io/kustomize/kustomize/v5 v5.5.0
Original file line number Diff line number Diff line change @@ -1476,10 +1476,10 @@ mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f h1:lMpcwN6GxNbWtbpI1+xzFLSW8
14761476mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f /go.mod h1:RSLa7mKKCNeTTMHBw5Hsy2rfJmd6O2ivt9Dw9ZqCQpQ =
14771477sigs.k8s.io/bom v0.6.0 h1:IPMPHx6XdmMeW2oEeF66DgNyP5d4RxfuXwiC1qn+n9o =
14781478sigs.k8s.io/bom v0.6.0 /go.mod h1:MV0D3vdGlkaPgi5EwpwMBeQ8n8QS8Q2u1lJ5LyE7RLM =
1479- sigs.k8s.io/cluster-api v1.10.1 h1:5vsLNgQ4SkPudJ1USK532B0SIdJxRsCNKt2DZtBf+ww =
1480- sigs.k8s.io/cluster-api v1.10.1 /go.mod h1:aiPMrNPoaJc/GuJ4TCpWX8bVe11+iCJ4HI0f3c9QiJg =
1481- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250429160156-647a1b741bc8 h1:3TILKTDhWe3LQd6SdP6vebZsKsQsCRuf618jYFvYCjI =
1482- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250429160156-647a1b741bc8 /go.mod h1:h/ye+xQHISNgakWvrTQpQ0IIrV8PIkHVw+Q4AaqTrYo =
1479+ sigs.k8s.io/cluster-api v1.10.2 h1:xfvtNu4Fy/41grL0ryH5xSKQjpJEWdO8HiV2lPCCozQ =
1480+ sigs.k8s.io/cluster-api v1.10.2 /go.mod h1:/b9Un5Imprib6S7ZOcJitC2ep/5wN72b0pXpMQFfbTw =
1481+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250520093716-525566440a77 h1:k1VO2XTDS8yl8e7FlJimeSxpe4cKD8u5IiNKD3J4enY =
1482+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250520093716-525566440a77 /go.mod h1:1G//nbOZnW+4mWs6WWMjEP6f+sFi/KuhtD7JWDuqnjE =
14831483sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387 h1:WVCytp5VYi3EbLI/tKmjQ3zgEWdQrMAARVUtmqAmf48 =
14841484sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387 /go.mod h1:IaDsO8xSPRxRG1/rm9CP7+jPmj0nMNAuNi/yiHnLX8k =
14851485sigs.k8s.io/controller-tools v0.17.0 h1:KaEQZbhrdY6J3zLBHplt+0aKUp8PeIttlhtF2UDo6bI =
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.10.1
13- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /core-components.yaml
12+ - name : v1.10.2
13+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /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.10.1
21- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /bootstrap-components.yaml
20+ - name : v1.10.2
21+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /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.10.1
29- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /control-plane-components.yaml
28+ - name : v1.10.2
29+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /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.10.1
13- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /core-components.yaml
12+ - name : v1.10.2
13+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /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.10.1
21- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /bootstrap-components.yaml
20+ - name : v1.10.2
21+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /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.10.1
29- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /control-plane-components.yaml
28+ - name : v1.10.2
29+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.2 /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