-
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.
Signed-off-by: Stefan Büringer buringerst@vmware.com
- Loading branch information
1 parent
6dc0819
commit edab569
Showing
7 changed files
with
292 additions
and
285 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
docs/book/src/developer/providers/migrations/v1.5-to-v1.6.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,36 @@ | ||
# Cluster API v1.5 compared to v1.6 | ||
|
||
This document provides an overview over relevant changes between Cluster API v1.5 and v1.6 for | ||
maintainers of providers and consumers of our Go API. | ||
|
||
## Go version | ||
|
||
- The Go version used by Cluster API is Go 1.20.x (FIXME(sbueringer): will likely change to 1.21 until this PR is merged) | ||
|
||
## 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`. | ||
|
||
- sigs.k8s.io/controller-runtime: v0.15.x => v0.16.x | ||
|
||
## Changes by Kind | ||
|
||
### Deprecation | ||
|
||
- | ||
|
||
### Removals | ||
|
||
- | ||
|
||
### API Changes | ||
|
||
- | ||
|
||
### Other | ||
|
||
- | ||
|
||
### Suggested changes for providers | ||
|
||
- |
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
Oops, something went wrong.