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
6
replace (
7
7
github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.9.2
8
8
github.com/onsi/gomega => github.com/onsi/gomega v1.27.5
9
- sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.6
9
+ sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.7
10
10
)
11
11
12
12
require (
@@ -34,8 +34,8 @@ require (
34
34
k8s.io/client-go v0.26.1
35
35
k8s.io/klog/v2 v2.80.1
36
36
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
37
- sigs.k8s.io/cluster-api v1.4.6
38
- sigs.k8s.io/cluster-api/test v1.4.6
37
+ sigs.k8s.io/cluster-api v1.4.7
38
+ sigs.k8s.io/cluster-api/test v1.4.7
39
39
sigs.k8s.io/controller-runtime v0.14.5
40
40
)
41
41
Original file line number Diff line number Diff line change @@ -1199,10 +1199,10 @@ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448/go.mod h1:OLgZIPagt7ERELqWJFomSt
1199
1199
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
1200
1200
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
1201
1201
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
1202
- sigs.k8s.io/cluster-api v1.4.6 h1:ZOAtQsPW7zh2iY7RdvvUozPR7OYRDCPSFEBS0979Vys =
1203
- sigs.k8s.io/cluster-api v1.4.6 /go.mod h1:B+QIe/B4Yp+NqMSd6f36Oh+7pIgalsClAX976rIn9J0 =
1204
- sigs.k8s.io/cluster-api/test v1.4.6 h1:a+sVWioQfir1Bw7fQJbd162RFjgiWX2078Yh3fEm4qw =
1205
- sigs.k8s.io/cluster-api/test v1.4.6 /go.mod h1:SBKZ9SR50acvjQyE/d+tVB88jky7mbVDZ4UURdEkNjk =
1202
+ sigs.k8s.io/cluster-api v1.4.7 h1:24UFXLDy6eiL37wquWSofKJAmFP691PLKBIA9VSUX2A =
1203
+ sigs.k8s.io/cluster-api v1.4.7 /go.mod h1:B+QIe/B4Yp+NqMSd6f36Oh+7pIgalsClAX976rIn9J0 =
1204
+ sigs.k8s.io/cluster-api/test v1.4.7 h1:/RsOGIa17S0Fox3DpgbCvKxMEHLNGjuo6/wF0k6lsqM =
1205
+ sigs.k8s.io/cluster-api/test v1.4.7 /go.mod h1:SBKZ9SR50acvjQyE/d+tVB88jky7mbVDZ4UURdEkNjk =
1206
1206
sigs.k8s.io/controller-runtime v0.14.5 h1:6xaWFqzT5KuAQ9ufgUaj1G/+C4Y1GRkhrxl+BJ9i+5s =
1207
1207
sigs.k8s.io/controller-runtime v0.14.5 /go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0 =
1208
1208
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k =
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.19
4
4
5
- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.6
5
+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.7
6
6
7
7
require (
8
8
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
@@ -13,7 +13,7 @@ require (
13
13
github.com/onsi/ginkgo/v2 v2.9.2
14
14
gotest.tools/gotestsum v1.10.0
15
15
k8s.io/code-generator v0.26.1
16
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230829135722-38a968ff38ac
16
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230925134659-45ebb2c788bd
17
17
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9
18
18
sigs.k8s.io/controller-tools v0.11.4
19
19
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
Original file line number Diff line number Diff line change @@ -1223,10 +1223,10 @@ mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d/go.mod h1:IeHQjmn6TOD+e4Z3RF
1223
1223
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
1224
1224
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
1225
1225
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
1226
- sigs.k8s.io/cluster-api v1.4.6 h1:ZOAtQsPW7zh2iY7RdvvUozPR7OYRDCPSFEBS0979Vys =
1227
- sigs.k8s.io/cluster-api v1.4.6 /go.mod h1:B+QIe/B4Yp+NqMSd6f36Oh+7pIgalsClAX976rIn9J0 =
1228
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230829135722-38a968ff38ac h1:8Q2yrsc9unU7WuWIdQMMo07UPw3FlfrB5F6jy/cTTvU =
1229
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230829135722-38a968ff38ac /go.mod h1:FssBhFuIi5qTeUcKjxSRpR0jIhEfIiaXK63Y+Hiqxok =
1226
+ sigs.k8s.io/cluster-api v1.4.7 h1:24UFXLDy6eiL37wquWSofKJAmFP691PLKBIA9VSUX2A =
1227
+ sigs.k8s.io/cluster-api v1.4.7 /go.mod h1:B+QIe/B4Yp+NqMSd6f36Oh+7pIgalsClAX976rIn9J0 =
1228
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230925134659-45ebb2c788bd h1:vMYvPbcGd7zYfFf7hGhUonu8pb942yXrHpBghKnKNxQ =
1229
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230925134659-45ebb2c788bd /go.mod h1:FssBhFuIi5qTeUcKjxSRpR0jIhEfIiaXK63Y+Hiqxok =
1230
1230
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 h1:ylYUI5uaq/guUFerFRVG81FHSA5/3+fERCE1RQbQUZ4 =
1231
1231
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 /go.mod h1:+sJcI1F0QI0Cv+8fp5rH5B2fK1LxzrAQqYnaPx9nY8I =
1232
1232
sigs.k8s.io/controller-tools v0.11.4 h1:jqXJ/Xb6yBgbgcBbw1YoC3rC+Bt1XZWiLjj0ZHv/GrU =
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.4.6
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.6 /core-components.yaml
12
+ - name : v1.4.7
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.7 /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.4.6
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.6 /bootstrap-components.yaml
20
+ - name : v1.4.7
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.7 /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.4.6
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.6 /control-plane-components.yaml
28
+ - name : v1.4.7
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.7 /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.4.6
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.6 /core-components.yaml
12
+ - name : v1.4.7
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.7 /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.4.6
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.6 /bootstrap-components.yaml
20
+ - name : v1.4.7
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.7 /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.4.6
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.6 /control-plane-components.yaml
28
+ - name : v1.4.7
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.7 /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