File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed
Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-ibmcloud
22
33go 1.18
44
5- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.2.2
5+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.2.3
66
77require (
88 github.com/IBM-Cloud/power-go-client v1.2.1
@@ -24,8 +24,8 @@ require (
2424 k8s.io/client-go v0.24.4
2525 k8s.io/klog/v2 v2.60.1
2626 k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
27- sigs.k8s.io/cluster-api v1.2.2
28- sigs.k8s.io/cluster-api/test v1.2.2
27+ sigs.k8s.io/cluster-api v1.2.3
28+ sigs.k8s.io/cluster-api/test v1.2.3
2929 sigs.k8s.io/controller-runtime v0.12.3
3030)
3131
Original file line number Diff line number Diff line change @@ -1451,10 +1451,10 @@ rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8
14511451rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
14521452rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
14531453sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30 /go.mod h1:fEO7lRTdivWO2qYVCVG7dEADOMo/MLDCVr8So2g88Uw =
1454- sigs.k8s.io/cluster-api v1.2.2 h1:acx31Eyv5s4xeublsbxWpRFjcQ5h4BmDPI0glm3sEoE =
1455- sigs.k8s.io/cluster-api v1.2.2 /go.mod h1:oiuV+mlCV1QxDnuI+PfElFlAfuXHo9ZGVBojoihVtHY =
1456- sigs.k8s.io/cluster-api/test v1.2.2 h1:DUVmlCVQ0H7zY1doxzS1JuooUjXxTN80i9swc16tZd0 =
1457- sigs.k8s.io/cluster-api/test v1.2.2 /go.mod h1:JdMqpv9rEOFWQVQ8danpBduqxoQkZMiOvpIGJ7v8qjw =
1454+ sigs.k8s.io/cluster-api v1.2.3 h1:NWtaadQHhl/H1hWp6Z6jXJwZU8o6SDRgN5stkVqk5L8 =
1455+ sigs.k8s.io/cluster-api v1.2.3 /go.mod h1:YaLJOC9mSsIOpdbh7BpthGmC8uxIJADzrMMIGpgahfM =
1456+ sigs.k8s.io/cluster-api/test v1.2.3 h1:B8UKXBwLrEl0GTlzZrHtpQDiZXWXHRKbSHsHI3gYrmI =
1457+ sigs.k8s.io/cluster-api/test v1.2.3 /go.mod h1:C+UT2CXWNu3eAoeI0HHI19ex90pAdzAqR6YjhxRNHyM =
14581458sigs.k8s.io/controller-runtime v0.12.3 h1:FCM8xeY/FI8hoAfh/V4XbbYMY20gElh9yh+A98usMio =
14591459sigs.k8s.io/controller-runtime v0.12.3 /go.mod h1:qKsk4WE6zW2Hfj0G4v10EnNB2jMG1C+NTb8h+DwCoU0 =
14601460sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/onsi/ginkgo v1.16.5
1212 gotest.tools/gotestsum v1.8.2
1313 k8s.io/code-generator v0.24.4
14- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20220912130527-3c462340b297
14+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20221010120931-bb377163f141
1515 sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9
1616 sigs.k8s.io/controller-tools v0.9.2
1717 sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
Original file line number Diff line number Diff line change @@ -1426,8 +1426,8 @@ rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8
14261426rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
14271427rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
14281428sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30 /go.mod h1:fEO7lRTdivWO2qYVCVG7dEADOMo/MLDCVr8So2g88Uw =
1429- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20220912130527-3c462340b297 h1:JkS3nNoy++rigFZcACDrjSgBAWehWfypycyaB3/ei38 =
1430- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20220912130527-3c462340b297 /go.mod h1:hJoKANoP/VEDT64J+z5/jL5rsmgGzl7xLXhbsmX6v1Q =
1429+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20221010120931-bb377163f141 h1:oNHSGNGoVWVVdD5zXj2GUy71F2Ma+pDPrYnBRDNPvug =
1430+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20221010120931-bb377163f141 /go.mod h1:hJoKANoP/VEDT64J+z5/jL5rsmgGzl7xLXhbsmX6v1Q =
14311431sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 h1:ylYUI5uaq/guUFerFRVG81FHSA5/3+fERCE1RQbQUZ4 =
14321432sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 /go.mod h1:+sJcI1F0QI0Cv+8fp5rH5B2fK1LxzrAQqYnaPx9nY8I =
14331433sigs.k8s.io/controller-tools v0.9.2 h1:AkTE3QAdz9LS4iD3EJvHyYxBkg/g9fTbgiYsrcsFCcM =
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.2.2
13- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.2 /core-components.yaml
12+ - name : v1.2.3
13+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /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.2.2
21- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.2 /bootstrap-components.yaml
20+ - name : v1.2.3
21+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /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.2.2
29- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.2 /control-plane-components.yaml
28+ - name : v1.2.3
29+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /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.2.2
13- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.2 /core-components.yaml
12+ - name : v1.2.3
13+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /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.2.2
21- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.2 /bootstrap-components.yaml
20+ - name : v1.2.3
21+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /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.2.2
29- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.2 /control-plane-components.yaml
28+ - name : v1.2.3
29+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.3 /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