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
6
6
replace (
7
7
github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.23.3
8
8
github.com/onsi/gomega => github.com/onsi/gomega v1.36.3
9
- sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.10.0
9
+ sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.10.1
10
10
)
11
11
12
12
require (
@@ -40,8 +40,8 @@ require (
40
40
k8s.io/component-base v0.32.3
41
41
k8s.io/klog/v2 v2.130.1
42
42
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
43
- sigs.k8s.io/cluster-api v1.10.0
44
- sigs.k8s.io/cluster-api/test v1.10.0
43
+ sigs.k8s.io/cluster-api v1.10.1
44
+ sigs.k8s.io/cluster-api/test v1.10.1
45
45
sigs.k8s.io/controller-runtime v0.20.4
46
46
sigs.k8s.io/yaml v1.4.0
47
47
)
Original file line number Diff line number Diff line change @@ -505,10 +505,10 @@ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6J
505
505
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
506
506
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 h1:CPT0ExVicCzcpeN4baWEV2ko2Z/AsiZgEdwgcfwLgMo =
507
507
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 /go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw =
508
- sigs.k8s.io/cluster-api v1.10.0 h1:Jcmr8aEDI4/MCqNmvjj9YQlW7r4qTUpTnL6T9UUrVuQ =
509
- sigs.k8s.io/cluster-api v1.10.0 /go.mod h1:aiPMrNPoaJc/GuJ4TCpWX8bVe11+iCJ4HI0f3c9QiJg =
510
- sigs.k8s.io/cluster-api/test v1.10.0 h1:UAip3TgR/J+KV7ykJCAVP4C3UHMVoakl4hXd84kwVOI =
511
- sigs.k8s.io/cluster-api/test v1.10.0 /go.mod h1:CYFajf4HhV5zhoiPl+m5Omk0a3WtnyXHtFVPqWIcUy4 =
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 =
512
512
sigs.k8s.io/controller-runtime v0.20.4 h1:X3c+Odnxz+iPTRobG4tp092+CvBU9UK0t/bRf+n0DGU =
513
513
sigs.k8s.io/controller-runtime v0.20.4 /go.mod h1:xg2XB0K5ShQzAgsoujxuKN4LNXR2LfwwHsPj7Iaw+XY =
514
514
sigs.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
2
2
3
3
go 1.23.0
4
4
5
- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.10.0
5
+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.10.1
6
6
7
7
require (
8
8
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
@@ -15,7 +15,7 @@ require (
15
15
gotest.tools/gotestsum v1.12.1
16
16
k8s.io/code-generator v0.32.3
17
17
k8s.io/release v0.16.9
18
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250416152108-4eeaa5719065
18
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250429160156-647a1b741bc8
19
19
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387
20
20
sigs.k8s.io/controller-tools v0.17.0
21
21
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
1476
1476
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f /go.mod h1:RSLa7mKKCNeTTMHBw5Hsy2rfJmd6O2ivt9Dw9ZqCQpQ =
1477
1477
sigs.k8s.io/bom v0.6.0 h1:IPMPHx6XdmMeW2oEeF66DgNyP5d4RxfuXwiC1qn+n9o =
1478
1478
sigs.k8s.io/bom v0.6.0 /go.mod h1:MV0D3vdGlkaPgi5EwpwMBeQ8n8QS8Q2u1lJ5LyE7RLM =
1479
- sigs.k8s.io/cluster-api v1.10.0 h1:Jcmr8aEDI4/MCqNmvjj9YQlW7r4qTUpTnL6T9UUrVuQ =
1480
- sigs.k8s.io/cluster-api v1.10.0 /go.mod h1:aiPMrNPoaJc/GuJ4TCpWX8bVe11+iCJ4HI0f3c9QiJg =
1481
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250416152108-4eeaa5719065 h1:qWcht2Ck+nnQ4SYqOxifxm9jFkwSgqrFlDU0M+G6E04 =
1482
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250416152108-4eeaa5719065 /go.mod h1:h/ye+xQHISNgakWvrTQpQ0IIrV8PIkHVw+Q4AaqTrYo =
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 =
1483
1483
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387 h1:WVCytp5VYi3EbLI/tKmjQ3zgEWdQrMAARVUtmqAmf48 =
1484
1484
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241202165100-3e6681045387 /go.mod h1:IaDsO8xSPRxRG1/rm9CP7+jPmj0nMNAuNi/yiHnLX8k =
1485
1485
sigs.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:
9
9
- name : cluster-api
10
10
type : CoreProvider
11
11
versions :
12
- - name : v1.10.0
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.0 /core-components.yaml
12
+ - name : v1.10.1
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /core-components.yaml
14
14
type : url
15
15
files :
16
16
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
17
17
- name : kubeadm
18
18
type : BootstrapProvider
19
19
versions :
20
- - name : v1.10.0
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.0 /bootstrap-components.yaml
20
+ - name : v1.10.1
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /bootstrap-components.yaml
22
22
type : url
23
23
files :
24
24
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
25
25
- name : kubeadm
26
26
type : ControlPlaneProvider
27
27
versions :
28
- - name : v1.10.0
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.0 /control-plane-components.yaml
28
+ - name : v1.10.1
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /control-plane-components.yaml
30
30
type : url
31
31
files :
32
32
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ providers:
9
9
- name : cluster-api
10
10
type : CoreProvider
11
11
versions :
12
- - name : v1.10.0
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.0 /core-components.yaml
12
+ - name : v1.10.1
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /core-components.yaml
14
14
type : url
15
15
files :
16
16
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
17
17
- name : kubeadm
18
18
type : BootstrapProvider
19
19
versions :
20
- - name : v1.10.0
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.0 /bootstrap-components.yaml
20
+ - name : v1.10.1
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /bootstrap-components.yaml
22
22
type : url
23
23
files :
24
24
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
25
25
- name : kubeadm
26
26
type : ControlPlaneProvider
27
27
versions :
28
- - name : v1.10.0
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.0 /control-plane-components.yaml
28
+ - name : v1.10.1
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.1 /control-plane-components.yaml
30
30
type : url
31
31
files :
32
32
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
You can’t perform that action at this time.
0 commit comments