File tree Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Expand file tree Collapse file tree 4 files changed +19
-19
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.18
4
4
5
- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.2.3
5
+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.2.4
6
6
7
7
require (
8
8
github.com/IBM-Cloud/power-go-client v1.2.1
@@ -24,8 +24,8 @@ require (
24
24
k8s.io/client-go v0.24.4
25
25
k8s.io/klog/v2 v2.60.1
26
26
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
27
- sigs.k8s.io/cluster-api v1.2.3
28
- sigs.k8s.io/cluster-api/test v1.2.3
27
+ sigs.k8s.io/cluster-api v1.2.4
28
+ sigs.k8s.io/cluster-api/test v1.2.4
29
29
sigs.k8s.io/controller-runtime v0.12.3
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -1452,10 +1452,10 @@ rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8
1452
1452
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
1453
1453
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
1454
1454
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30 /go.mod h1:fEO7lRTdivWO2qYVCVG7dEADOMo/MLDCVr8So2g88Uw =
1455
- sigs.k8s.io/cluster-api v1.2.3 h1:NWtaadQHhl/H1hWp6Z6jXJwZU8o6SDRgN5stkVqk5L8 =
1456
- sigs.k8s.io/cluster-api v1.2.3 /go.mod h1:YaLJOC9mSsIOpdbh7BpthGmC8uxIJADzrMMIGpgahfM =
1457
- sigs.k8s.io/cluster-api/test v1.2.3 h1:B8UKXBwLrEl0GTlzZrHtpQDiZXWXHRKbSHsHI3gYrmI =
1458
- sigs.k8s.io/cluster-api/test v1.2.3 /go.mod h1:C+UT2CXWNu3eAoeI0HHI19ex90pAdzAqR6YjhxRNHyM =
1455
+ sigs.k8s.io/cluster-api v1.2.4 h1:wxfm/p8y+Q3qWVkkIPAIVqabA5lJVvqoRA02Nhup3uk =
1456
+ sigs.k8s.io/cluster-api v1.2.4 /go.mod h1:YaLJOC9mSsIOpdbh7BpthGmC8uxIJADzrMMIGpgahfM =
1457
+ sigs.k8s.io/cluster-api/test v1.2.4 h1:hdYZ8HcQU2kYguE90EreRtzh7Zg6/tG9vW6JafdKX6M =
1458
+ sigs.k8s.io/cluster-api/test v1.2.4 /go.mod h1:C+UT2CXWNu3eAoeI0HHI19ex90pAdzAqR6YjhxRNHyM =
1459
1459
sigs.k8s.io/controller-runtime v0.12.3 h1:FCM8xeY/FI8hoAfh/V4XbbYMY20gElh9yh+A98usMio =
1460
1460
sigs.k8s.io/controller-runtime v0.12.3 /go.mod h1:qKsk4WE6zW2Hfj0G4v10EnNB2jMG1C+NTb8h+DwCoU0 =
1461
1461
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y =
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.2.3
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /core-components.yaml
12
+ - name : v1.2.4
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.4 /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.2.3
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /bootstrap-components.yaml
20
+ - name : v1.2.4
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.4 /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.2.3
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /control-plane-components.yaml
28
+ - name : v1.2.4
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.4 /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.2.3
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /core-components.yaml
12
+ - name : v1.2.4
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.4 /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.2.3
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /bootstrap-components.yaml
20
+ - name : v1.2.4
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.4 /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.2.3
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /control-plane-components.yaml
28
+ - name : v1.2.4
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.4 /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