File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
developer/providers/migrations Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 97
97
- [ v1.4 to v1.5] ( ./developer/providers/migrations/v1.4-to-v1.5.md )
98
98
- [ v1.5 to v1.6] ( ./developer/providers/migrations/v1.5-to-v1.6.md )
99
99
- [ v1.6 to v1.7] ( ./developer/providers/migrations/v1.6-to-v1.7.md )
100
+ - [ v1.7 to v1.8] ( ./developer/providers/migrations/v1.7-to-v1.8.md )
100
101
- [ Provider contracts] ( ./developer/providers/contracts.md )
101
102
- [ Cluster Infrastructure] ( ./developer/providers/cluster-infrastructure.md )
102
103
- [ Machine Infrastructure] ( ./developer/providers/machine-infrastructure.md )
Original file line number Diff line number Diff line change
1
+ # Cluster API v1.7 compared to v1.8
2
+
3
+ This document provides an overview over relevant changes between Cluster API v1.7 and v1.8 for
4
+ maintainers of providers and consumers of our Go API.
5
+
6
+ ## Go version
7
+
8
+ - The Go version used by Cluster API is Go 1.22.x
9
+
10
+ ## Changes by Kind
11
+
12
+ ### Deprecation
13
+
14
+ ### Removals
15
+
16
+ ### API Changes
17
+
18
+ ### Other
19
+
20
+ ### Suggested changes for providers
You can’t perform that action at this time.
0 commit comments