-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9868 from willie-yao/add-release-1.7-migration-doc
📖 Add v1.6 -> v1.7 migration doc
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
docs/book/src/developer/providers/migrations/v1.6-to-v1.7.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Cluster API v1.6 compared to v1.7 | ||
|
||
This document provides an overview over relevant changes between Cluster API v1.6 and v1.7 for | ||
maintainers of providers and consumers of our Go API. | ||
|
||
## Go version | ||
|
||
- The Go version used by Cluster API is Go 1.20.x | ||
|
||
## Dependencies | ||
|
||
**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`. | ||
|
||
|
||
## Changes by Kind | ||
|
||
### Deprecation | ||
|
||
### Removals | ||
|
||
- API version `v1alpha4` is now completely removed. | ||
|
||
### API Changes | ||
|
||
### Other | ||
|
||
### Suggested changes for providers |