Skip to content

Commit 0dd3fbd

Browse files
committed
book: add v1.1=>v1.2 migration doc
Signed-off-by: Stefan Büringer [email protected]
1 parent 5dc0ab2 commit 0dd3fbd

File tree

7 files changed

+40
-589
lines changed

7 files changed

+40
-589
lines changed

docs/book/src/SUMMARY.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@
5858
- [Multi-tenancy](./developer/architecture/controllers/multi-tenancy.md)
5959
- [Support multiple instances](./developer/architecture/controllers/support-multiple-instances.md)
6060
- [Provider Implementers](./developer/providers/implementers.md)
61-
- [v1alpha1 to v1alpha2](./developer/providers/v1alpha1-to-v1alpha2.md)
62-
- [v1alpha2 to v1alpha3](./developer/providers/v1alpha2-to-v1alpha3.md)
63-
- [v1alpha3 to v1alpha4](./developer/providers/v1alpha3-to-v1alpha4.md)
64-
- [v1alpha4 to v1beta1](./developer/providers/v1alpha4-to-v1beta1.md)
61+
- [v0.3 to v0.4](./developer/providers/v0.3-to-v0.4.md)
62+
- [v0.4 to v1.0](./developer/providers/v0.4-to-v1.0.md)
6563
- [v1.0 to v1.1](./developer/providers/v1.0-to-v1.1.md)
64+
- [v1.1 to v1.2](./developer/providers/v1.1-to-v1.2.md)
6665
- [Cluster Infrastructure](./developer/providers/cluster-infrastructure.md)
6766
- [Machine Infrastructure](./developer/providers/machine-infrastructure.md)
6867
- [Bootstrap](./developer/providers/bootstrap.md)

docs/book/src/developer/providers/v1alpha3-to-v1alpha4.md renamed to docs/book/src/developer/providers/v0.3-to-v0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cluster API v1alpha3 compared to v1alpha4
1+
# Cluster API v0.3 compared to v0.4
22

33
## Minimum Go version
44

docs/book/src/developer/providers/v1alpha4-to-v1beta1.md renamed to docs/book/src/developer/providers/v0.4-to-v1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cluster API v1alpha4 compared to v1beta1
1+
# Cluster API v0.4 compared to v1.0
22

33
## Minimum Go version
44

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Cluster API v1.1 compared to v1.2
2+
3+
This document provides an overview over relevant changes between ClusterAPI v1.1 and v1.2 for
4+
maintainers of providers and consumers of our Go API.
5+
6+
## Minimum Go version
7+
8+
* The Go version used by Cluster API is now Go 1.17.x
9+
10+
## Dependencies
11+
12+
**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies
13+
in ClusterAPI are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
14+
15+
-
16+
17+
## Changes by Kind
18+
19+
### Deprecation
20+
21+
-
22+
23+
### Removals
24+
25+
-
26+
27+
### API Changes
28+
29+
-
30+
31+
### Other
32+
33+
-

docs/book/src/developer/providers/v1alpha1-to-v1alpha2.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)