File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
docs/book/src/developer/providers Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ maintainer of other providers and consumers of our Go API.
13
13
are kept in sync with the versions used by ` sigs.k8s.io/controller-runtime ` .
14
14
15
15
- sigs.k8s.io/controller-runtime: v0.10.x => v0.11.x
16
+ - k8s.io/* : v0.22.x => v0.23.x (derived from controller-runtime)
17
+ - github.com/go-logr/logr: v0.4.0 => v1.2.0 (derived from controller-runtime)
18
+ - k8s.io/klog/v2: v2.9.0 => v2.30.0 (derived from controller-runtime)
16
19
- sigs.k8s.io/controller-tools: v0.7.x => v0.8.x
17
20
- sigs.k8s.io/kind: v0.11.x => v0.11.x
18
21
@@ -27,11 +30,11 @@ are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
27
30
28
31
### API Change
29
32
30
- * Some controllers have been moved to internal to reduce there API surface. We now only
33
+ * Some controllers have been moved to internal to reduce their API surface. We now only
31
34
surface what is necessary, e.g. the reconciler and the ` SetupWithManager ` func:
32
- * [ bootstrap/kubeadm] ( https://github.com/kubernetes-sigs/cluster-api/pull/5493 )
33
- * [ test/infrastructure/docker/ controllers] ( https://github.com/kubernetes-sigs/cluster-api/pull/5595 )
34
- * [ exp/addons ] ( https://github.com/kubernetes-sigs/cluster-api/pull/5639 )
35
+ * [ bootstrap/kubeadm/controllers ] ( https://github.com/kubernetes-sigs/cluster-api/pull/5493 )
36
+ * [ exp/addons/ controllers] ( https://github.com/kubernetes-sigs/cluster-api/pull/5639 )
37
+ * [ test/infrastructure/docker/controllers ] ( https://github.com/kubernetes-sigs/cluster-api/pull/5595 )
35
38
36
39
### Other
37
40
You can’t perform that action at this time.
0 commit comments