Skip to content

Commit 5f5946e

Browse files
authored
Merge pull request #7698 from VibhorChinda/add-release-1.4-migration-doc
📖 add v1.3 -> v1.4 migration doc
2 parents 95c7b7f + 3329070 commit 5f5946e

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
@@ -85,6 +85,7 @@
8585
- [v1.0 to v1.1](./developer/providers/v1.0-to-v1.1.md)
8686
- [v1.1 to v1.2](./developer/providers/v1.1-to-v1.2.md)
8787
- [v1.2 to v1.3](./developer/providers/v1.2-to-v1.3.md)
88+
- [v1.3 to v1.4](./developer/providers/v1.3-to-v1.4.md)
8889
- [Provider contracts](./developer/providers/contracts.md)
8990
- [Cluster Infrastructure](./developer/providers/cluster-infrastructure.md)
9091
- [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.3 compared to v1.4
2+
3+
This document provides an overview over relevant changes between Cluster API v1.3 and v1.4 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.19.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)