This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ require (
14
14
k8s.io/client-go v0.17.12
15
15
k8s.io/klog v1.0.0
16
16
k8s.io/utils v0.0.0-20201015054608-420da100c033
17
- sigs.k8s.io/cluster-api v0.3.11
18
- sigs.k8s.io/controller-runtime v0.5.11
17
+ sigs.k8s.io/cluster-api v0.3.12
18
+ sigs.k8s.io/controller-runtime v0.5.14
19
19
)
Original file line number Diff line number Diff line change @@ -697,10 +697,10 @@ modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
697
697
modernc.org/mathutil v1.0.0 /go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k =
698
698
modernc.org/strutil v1.0.0 /go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs =
699
699
modernc.org/xc v1.0.0 /go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I =
700
- sigs.k8s.io/cluster-api v0.3.11 h1:sBXyOCDFAUMlfAL1Z/ttJolfUMsrIjWpyjKFUkADer4 =
701
- sigs.k8s.io/cluster-api v0.3.11 /go.mod h1:bKh9AXgYRu5d3483NpEVlcVJujDN+rBqMXpG5o69Xss =
702
- sigs.k8s.io/controller-runtime v0.5.11 h1:U/FjGJ61aR2T2mCrdlBCxEcWgLEwLmK6YZKf0NC0a24 =
703
- sigs.k8s.io/controller-runtime v0.5.11 /go.mod h1:OTqxLuz7gVcrq+BHGUgedRu6b2VIKCEc7Pu4Jbwui0A =
700
+ sigs.k8s.io/cluster-api v0.3.12 h1:iogA3mXvwRfNU3ZCZXbqM1ZVWUxtWobgu3zRd5IkMTM =
701
+ sigs.k8s.io/cluster-api v0.3.12 /go.mod h1:KuUGKyD9+8TwYIcwoqDaScWKsee74/bpPo2sqQMwy8o =
702
+ sigs.k8s.io/controller-runtime v0.5.14 h1:lmoRaPvLg9877ZOnjFivjtyIdqyLbWfcCEilxHXTEj4 =
703
+ sigs.k8s.io/controller-runtime v0.5.14 /go.mod h1:OTqxLuz7gVcrq+BHGUgedRu6b2VIKCEc7Pu4Jbwui0A =
704
704
sigs.k8s.io/kind v0.7.1-0.20200303021537-981bd80d3802 h1:L6/8hETA7jvdx3xBcbDifrIN2xaYHE7tA58n+Kdp2Zw =
705
705
sigs.k8s.io/kind v0.7.1-0.20200303021537-981bd80d3802 /go.mod h1:HIZ3PWUezpklcjkqpFbnYOqaqsAE1JeCTEwkgvPLXjk =
706
706
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e /go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI =
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ providers:
13
13
- name : cluster-api
14
14
type : CoreProvider
15
15
versions :
16
- - name : v0.3.11
17
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.11 /core-components.yaml"
16
+ - name : v0.3.12
17
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.12 /core-components.yaml"
18
18
type : " url"
19
19
replacements :
20
20
- old : " imagePullPolicy: Always"
@@ -25,8 +25,8 @@ providers:
25
25
- name : kubeadm
26
26
type : BootstrapProvider
27
27
versions :
28
- - name : v0.3.11
29
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.11 /bootstrap-components.yaml"
28
+ - name : v0.3.12
29
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.12 /bootstrap-components.yaml"
30
30
type : " url"
31
31
replacements :
32
32
- old : " imagePullPolicy: Always"
@@ -37,8 +37,8 @@ providers:
37
37
- name : kubeadm
38
38
type : ControlPlaneProvider
39
39
versions :
40
- - name : v0.3.11
41
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.11 /control-plane-components.yaml"
40
+ - name : v0.3.12
41
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.12 /control-plane-components.yaml"
42
42
type : " url"
43
43
replacements :
44
44
- old : " imagePullPolicy: Always"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ providers:
13
13
- name : cluster-api
14
14
type : CoreProvider
15
15
versions :
16
- - name : v0.3.11
17
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.11 /core-components.yaml"
16
+ - name : v0.3.12
17
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.12 /core-components.yaml"
18
18
type : " url"
19
19
replacements :
20
20
- old : " imagePullPolicy: Always"
@@ -25,8 +25,8 @@ providers:
25
25
- name : kubeadm
26
26
type : BootstrapProvider
27
27
versions :
28
- - name : v0.3.11
29
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.11 /bootstrap-components.yaml"
28
+ - name : v0.3.12
29
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.12 /bootstrap-components.yaml"
30
30
type : " url"
31
31
replacements :
32
32
- old : " imagePullPolicy: Always"
@@ -37,8 +37,8 @@ providers:
37
37
- name : kubeadm
38
38
type : ControlPlaneProvider
39
39
versions :
40
- - name : v0.3.11
41
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.11 /control-plane-components.yaml"
40
+ - name : v0.3.12
41
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.12 /control-plane-components.yaml"
42
42
type : " url"
43
43
replacements :
44
44
- old : " imagePullPolicy: Always"
You can’t perform that action at this time.
0 commit comments