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 @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-ibmcloud
2
2
3
3
go 1.19
4
4
5
- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.4
5
+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.5
6
6
7
7
require (
8
8
github.com/IBM-Cloud/power-go-client v1.2.2
@@ -28,8 +28,8 @@ require (
28
28
k8s.io/client-go v0.25.0
29
29
k8s.io/klog/v2 v2.80.1
30
30
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
31
- sigs.k8s.io/cluster-api v1.3.4
32
- sigs.k8s.io/cluster-api/test v1.3.4
31
+ sigs.k8s.io/cluster-api v1.3.5
32
+ sigs.k8s.io/cluster-api/test v1.3.5
33
33
sigs.k8s.io/controller-runtime v0.13.1
34
34
)
35
35
Original file line number Diff line number Diff line change @@ -1405,10 +1405,10 @@ k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
1405
1405
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
1406
1406
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
1407
1407
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
1408
- sigs.k8s.io/cluster-api v1.3.4 h1:YXxcXu+mhzvOPLHfF+OQ27jYzks3zMH3AxbFckER0Ug =
1409
- sigs.k8s.io/cluster-api v1.3.4 /go.mod h1:9FNHNItE5c+klfDLNG3+ApSTX0H4yGAumdbFJMnk6Vc =
1410
- sigs.k8s.io/cluster-api/test v1.3.4 h1:T2ZThmIB/EZusMlHPdQ4g9VWiFwB6sIk8w65mMjcvkU =
1411
- sigs.k8s.io/cluster-api/test v1.3.4 /go.mod h1:oRc0fAaj3ZPMuV0GTRQbseZ6IrNyDUB8ReKil5lkAtw =
1408
+ sigs.k8s.io/cluster-api v1.3.5 h1:Chg56Piv5ip0AFRN83H1I8uIn6qsdk+mr9hdq5Cxkf0 =
1409
+ sigs.k8s.io/cluster-api v1.3.5 /go.mod h1:9FNHNItE5c+klfDLNG3+ApSTX0H4yGAumdbFJMnk6Vc =
1410
+ sigs.k8s.io/cluster-api/test v1.3.5 h1:+uY+oMwIK5NOH1S/VPCl5gl9TuUBRRdr/qiji4r1B7I =
1411
+ sigs.k8s.io/cluster-api/test v1.3.5 /go.mod h1:oRc0fAaj3ZPMuV0GTRQbseZ6IrNyDUB8ReKil5lkAtw =
1412
1412
sigs.k8s.io/controller-runtime v0.13.1 h1:tUsRCSJVM1QQOOeViGeX3GMT3dQF1eePPw6sEE3xSlg =
1413
1413
sigs.k8s.io/controller-runtime v0.13.1 /go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI =
1414
1414
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.3.4
5
+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.5
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.6.0
14
14
gotest.tools/gotestsum v1.8.2
15
15
k8s.io/code-generator v0.25.0
16
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230228182620-26d03d294353
16
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230302154855-58770484dee6
17
17
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9
18
18
sigs.k8s.io/controller-tools v0.10.0
19
19
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
Original file line number Diff line number Diff line change @@ -1210,10 +1210,10 @@ mvdan.cc/unparam v0.0.0-20220706161116-678bad134442/go.mod h1:F/Cxw/6mVrNKqrR2Yj
1210
1210
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
1211
1211
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
1212
1212
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
1213
- sigs.k8s.io/cluster-api v1.3.4 h1:YXxcXu+mhzvOPLHfF+OQ27jYzks3zMH3AxbFckER0Ug =
1214
- sigs.k8s.io/cluster-api v1.3.4 /go.mod h1:9FNHNItE5c+klfDLNG3+ApSTX0H4yGAumdbFJMnk6Vc =
1215
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230228182620-26d03d294353 h1:bha4SUiDOjwoX7YCpPsn50GEvKgDcK/SCt9QeWSyt0E =
1216
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230228182620-26d03d294353 /go.mod h1:odctE5j0T+gmXEAkLNXH6Sv4CE0cgHkdIDPqhTgg6IY =
1213
+ sigs.k8s.io/cluster-api v1.3.5 h1:Chg56Piv5ip0AFRN83H1I8uIn6qsdk+mr9hdq5Cxkf0 =
1214
+ sigs.k8s.io/cluster-api v1.3.5 /go.mod h1:9FNHNItE5c+klfDLNG3+ApSTX0H4yGAumdbFJMnk6Vc =
1215
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230302154855-58770484dee6 h1:qh/HPtXjl7PJsjY5SoWuQJ5jb+lJXK37t6jOYocczEI =
1216
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230302154855-58770484dee6 /go.mod h1:odctE5j0T+gmXEAkLNXH6Sv4CE0cgHkdIDPqhTgg6IY =
1217
1217
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 h1:ylYUI5uaq/guUFerFRVG81FHSA5/3+fERCE1RQbQUZ4 =
1218
1218
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 /go.mod h1:+sJcI1F0QI0Cv+8fp5rH5B2fK1LxzrAQqYnaPx9nY8I =
1219
1219
sigs.k8s.io/controller-tools v0.10.0 h1:0L5DTDTFB67jm9DkfrONgTGmfc/zYow0ZaHyppizU2U =
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.3.4
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.4 /core-components.yaml
12
+ - name : v1.3.5
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /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.3.4
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.4 /bootstrap-components.yaml
20
+ - name : v1.3.5
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /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.3.4
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.4 /control-plane-components.yaml
28
+ - name : v1.3.5
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /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.3.4
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.4 /core-components.yaml
12
+ - name : v1.3.5
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /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.3.4
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.4 /bootstrap-components.yaml
20
+ - name : v1.3.5
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /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.3.4
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.4 /control-plane-components.yaml
28
+ - name : v1.3.5
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /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