Skip to content

Commit f0febe4

Browse files
committed
Add v1.10 migration guide
Signed-off-by: chandankumar4 <[email protected]>
1 parent 7f2a8cd commit f0febe4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
- [v1.6 to v1.7](./developer/providers/migrations/v1.6-to-v1.7.md)
106106
- [v1.7 to v1.8](./developer/providers/migrations/v1.7-to-v1.8.md)
107107
- [v1.8 to v1.9](./developer/providers/migrations/v1.8-to-v1.9.md)
108+
- [v1.9 to v1.10](./developer/providers/migrations/v1.9-to-v1.10.md)
108109
- [Troubleshooting](./user/troubleshooting.md)
109110
- [Reference](./reference/reference.md)
110111
- [API Reference](./reference/api/reference.md)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Cluster API v1.9 compared to v1.10
2+
3+
This document provides an overview over relevant changes between Cluster API v1.9 and v1.10 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.23.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

0 commit comments

Comments
 (0)