Skip to content

Commit 536feb4

Browse files
authored
Merge pull request #5647 from sbueringer/pr-update-migration-doc
📖 Update migration doc with latest changes
2 parents 0b61895 + 4de98ae commit 536feb4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/book/src/developer/providers/v1.0-to-v1.1.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ maintainer of other providers and consumers of our Go API.
1313
are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
1414

1515
- 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)
1619
- sigs.k8s.io/controller-tools: v0.7.x => v0.8.x
1720
- sigs.k8s.io/kind: v0.11.x => v0.11.x
1821

@@ -27,11 +30,11 @@ are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
2730

2831
### API Change
2932

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
3134
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)
3538

3639
### Other
3740

0 commit comments

Comments
 (0)