Skip to content

Commit

Permalink
Merge pull request #5647 from sbueringer/pr-update-migration-doc
Browse files Browse the repository at this point in the history
📖 Update migration doc with latest changes
  • Loading branch information
k8s-ci-robot authored Nov 15, 2021
2 parents 0b61895 + 4de98ae commit 536feb4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/book/src/developer/providers/v1.0-to-v1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ maintainer of other providers and consumers of our Go API.
are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.

- sigs.k8s.io/controller-runtime: v0.10.x => v0.11.x
- k8s.io/*: v0.22.x => v0.23.x (derived from controller-runtime)
- github.com/go-logr/logr: v0.4.0 => v1.2.0 (derived from controller-runtime)
- k8s.io/klog/v2: v2.9.0 => v2.30.0 (derived from controller-runtime)
- sigs.k8s.io/controller-tools: v0.7.x => v0.8.x
- sigs.k8s.io/kind: v0.11.x => v0.11.x

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

### API Change

* Some controllers have been moved to internal to reduce there API surface. We now only
* Some controllers have been moved to internal to reduce their API surface. We now only
surface what is necessary, e.g. the reconciler and the `SetupWithManager` func:
* [bootstrap/kubeadm](https://github.com/kubernetes-sigs/cluster-api/pull/5493)
* [test/infrastructure/docker/controllers](https://github.com/kubernetes-sigs/cluster-api/pull/5595)
* [exp/addons](https://github.com/kubernetes-sigs/cluster-api/pull/5639)
* [bootstrap/kubeadm/controllers](https://github.com/kubernetes-sigs/cluster-api/pull/5493)
* [exp/addons/controllers](https://github.com/kubernetes-sigs/cluster-api/pull/5639)
* [test/infrastructure/docker/controllers](https://github.com/kubernetes-sigs/cluster-api/pull/5595)

### Other

Expand Down

0 comments on commit 536feb4

Please sign in to comment.