Skip to content

Commit f082d6c

Browse files
authored
Merge pull request kubernetes-sigs#6698 from ykakarap/add-release-1.3-migration-doc
📖 add v1.2 -> v1.3 migration doc
2 parents 571277e + 223f8b8 commit f082d6c

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
- [v0.4 to v1.0](./developer/providers/v0.4-to-v1.0.md)
6969
- [v1.0 to v1.1](./developer/providers/v1.0-to-v1.1.md)
7070
- [v1.1 to v1.2](./developer/providers/v1.1-to-v1.2.md)
71+
- [v1.2 to v1.3](./developer/providers/v1.2-to-v1.3.md)
7172
- [Provider contracts](./developer/providers/contracts.md)
7273
- [Cluster Infrastructure](./developer/providers/cluster-infrastructure.md)
7374
- [Machine Infrastructure](./developer/providers/machine-infrastructure.md)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Cluster API v1.2 compared to v1.3
2+
3+
This document provides an overview over relevant changes between Cluster API v1.2 and v1.3 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 still Go 1.18.x
9+
10+
## Dependencies
11+
12+
**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies
13+
in Cluster API 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+
-

0 commit comments

Comments
 (0)