File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 85
85
- [ v1.0 to v1.1] ( ./developer/providers/v1.0-to-v1.1.md )
86
86
- [ v1.1 to v1.2] ( ./developer/providers/v1.1-to-v1.2.md )
87
87
- [ 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 )
88
89
- [ Provider contracts] ( ./developer/providers/contracts.md )
89
90
- [ Cluster Infrastructure] ( ./developer/providers/cluster-infrastructure.md )
90
91
- [ Machine Infrastructure] ( ./developer/providers/machine-infrastructure.md )
Original file line number Diff line number Diff line change
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
+ -
You can’t perform that action at this time.
0 commit comments