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
22
33go 1.19
44
5- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.2
5+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.3
66
77require (
88 github.com/IBM-Cloud/power-go-client v1.2.2
@@ -25,8 +25,8 @@ require (
2525 k8s.io/client-go v0.25.0
2626 k8s.io/klog/v2 v2.80.1
2727 k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
28- sigs.k8s.io/cluster-api v1.3.2
29- sigs.k8s.io/cluster-api/test v1.3.2
28+ sigs.k8s.io/cluster-api v1.3.3
29+ sigs.k8s.io/cluster-api/test v1.3.3
3030 sigs.k8s.io/controller-runtime v0.13.1
3131)
3232
Original file line number Diff line number Diff line change @@ -1399,10 +1399,10 @@ k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
13991399rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
14001400rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
14011401rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
1402- sigs.k8s.io/cluster-api v1.3.2 h1:DkkaVASrxgOP4hT24ndGwfge8+YjHKuAyZBSGJwAlq4 =
1403- sigs.k8s.io/cluster-api v1.3.2 /go.mod h1:nnXmR51rHshpMEXmB4LZIwdiXWKXV6yaooB1KzrL0Qs =
1404- sigs.k8s.io/cluster-api/test v1.3.2 h1:+EH9OwoIJ/UpGntRRhNxwIZkW3hx2pEn6aQrm7pRuJE =
1405- sigs.k8s.io/cluster-api/test v1.3.2 /go.mod h1:HKkh1O4lALo51GsXVIJ1rQNyLRE+CbEVcA+f/1gU5Rw =
1402+ sigs.k8s.io/cluster-api v1.3.3 h1:sHRAbuev6+bz3OAySmdmT62md/D/UUIy0EYwvP38H/4 =
1403+ sigs.k8s.io/cluster-api v1.3.3 /go.mod h1:nnXmR51rHshpMEXmB4LZIwdiXWKXV6yaooB1KzrL0Qs =
1404+ sigs.k8s.io/cluster-api/test v1.3.3 h1:AzX6zWneNOv3umK9PnhON5kjt2MJaw0jvFl39ReWL28 =
1405+ sigs.k8s.io/cluster-api/test v1.3.3 /go.mod h1:HKkh1O4lALo51GsXVIJ1rQNyLRE+CbEVcA+f/1gU5Rw =
14061406sigs.k8s.io/controller-runtime v0.13.1 h1:tUsRCSJVM1QQOOeViGeX3GMT3dQF1eePPw6sEE3xSlg =
14071407sigs.k8s.io/controller-runtime v0.13.1 /go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI =
14081408sigs.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
22
33go 1.19
44
5- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.2
5+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.3
66
77require (
88 github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
@@ -13,7 +13,7 @@ require (
1313 github.com/onsi/ginkgo/v2 v2.6.0
1414 gotest.tools/gotestsum v1.8.2
1515 k8s.io/code-generator v0.25.0
16- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230110112728-18c6e8e6cda0
16+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230126123226-09030092bf1e
1717 sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9
1818 sigs.k8s.io/controller-tools v0.10.0
1919 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
12101210rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
12111211rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
12121212rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
1213- sigs.k8s.io/cluster-api v1.3.2 h1:DkkaVASrxgOP4hT24ndGwfge8+YjHKuAyZBSGJwAlq4 =
1214- sigs.k8s.io/cluster-api v1.3.2 /go.mod h1:nnXmR51rHshpMEXmB4LZIwdiXWKXV6yaooB1KzrL0Qs =
1215- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230110112728-18c6e8e6cda0 h1:8HJeHNNcrjvsWMz7Nsm2Xjg76CnpnFBsWDs4RcwJdCI =
1216- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230110112728-18c6e8e6cda0 /go.mod h1:OCx3ogUBFL/rS2f1oARtr8FP8JmZZKjnUBrHxhAQSBg =
1213+ sigs.k8s.io/cluster-api v1.3.3 h1:sHRAbuev6+bz3OAySmdmT62md/D/UUIy0EYwvP38H/4 =
1214+ sigs.k8s.io/cluster-api v1.3.3 /go.mod h1:nnXmR51rHshpMEXmB4LZIwdiXWKXV6yaooB1KzrL0Qs =
1215+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230126123226-09030092bf1e h1:OQ8eBQcxPYQD3SOqAUVJUyTIcoR5X0ScEBoGZf/RreI =
1216+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20230126123226-09030092bf1e /go.mod h1:OCx3ogUBFL/rS2f1oARtr8FP8JmZZKjnUBrHxhAQSBg =
12171217sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 h1:ylYUI5uaq/guUFerFRVG81FHSA5/3+fERCE1RQbQUZ4 =
12181218sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 /go.mod h1:+sJcI1F0QI0Cv+8fp5rH5B2fK1LxzrAQqYnaPx9nY8I =
12191219sigs.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:
99 - name : cluster-api
1010 type : CoreProvider
1111 versions :
12- - name : v1.3.2
13- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.2 /core-components.yaml
12+ - name : v1.3.3
13+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.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.3.2
21- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.2 /bootstrap-components.yaml
20+ - name : v1.3.3
21+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.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.3.2
29- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.2 /control-plane-components.yaml
28+ - name : v1.3.3
29+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.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.3.2
13- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.2 /core-components.yaml
12+ - name : v1.3.3
13+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.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.3.2
21- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.2 /bootstrap-components.yaml
20+ - name : v1.3.3
21+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.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.3.2
29- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.2 /control-plane-components.yaml
28+ - name : v1.3.3
29+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.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