Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Add v1alpha4 to v1beta1 upgrade doc #5264

Merged
merged 1 commit into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- [v1alpha1 to v1alpha2](./developer/providers/v1alpha1-to-v1alpha2.md)
- [v1alpha2 to v1alpha3](./developer/providers/v1alpha2-to-v1alpha3.md)
- [v1alpha3 to v1alpha4](./developer/providers/v1alpha3-to-v1alpha4.md)
- [v1alpha4 to v1beta1](./developer/providers/v1alpha4-to-v1beta1.md)
- [Cluster Infrastructure](./developer/providers/cluster-infrastructure.md)
- [Machine Infrastructure](./developer/providers/machine-infrastructure.md)
- [Bootstrap](./developer/providers/bootstrap.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/developer/providers/v1alpha3-to-v1alpha4.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ and all the objects given as input were initialized with a resource version of "
The behavior of having a resource version in fake client has been fixed in controller-runtime,
and this function isn't needed anymore.

## Required kustomize changes to remove Kubeadm-rbac-proxy
## Required kustomize changes to remove kube-rbac-proxy

NB. instructions assumes "Required kustomize changes to have a single manager watching all namespaces and answer to webhook calls"
should be executed before this changes.
Expand Down
23 changes: 23 additions & 0 deletions docs/book/src/developer/providers/v1alpha4-to-v1beta1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Cluster API v1alpha4 compared to v1beta1

## Minimum Go version

- The Go version used by Cluster API is still Go 1.16+
sbueringer marked this conversation as resolved.
Show resolved Hide resolved

## Controller Runtime version

- The Controller Runtime version is now v0.10.+

## Controller Tools version (if used)

- The Controller Tools version is now v0.7.+

## Kind version

- The KIND version used for this release is still v0.11.x

## Conversion from v1alpha3 and v1alpha4 to v1beta1 types

The core ClusterAPI providers will support upgrade from v1alpha3 **and** v1alpha4 to v1beta1. Thus, conversions of API types
from v1alpha3 and v1alpha4 to v1beta1 have been implemented. If other providers also want to support the upgrade from v1alpha3 **and**
v1alpha4, the same conversions have to be implemented.