-
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 [email protected]
- Loading branch information
1 parent
5dc0ab2
commit 0dd3fbd
Showing
7 changed files
with
40 additions
and
589 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
2 changes: 1 addition & 1 deletion
2
...veloper/providers/v1alpha3-to-v1alpha4.md → ...k/src/developer/providers/v0.3-to-v0.4.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Cluster API v1alpha3 compared to v1alpha4 | ||
# Cluster API v0.3 compared to v0.4 | ||
|
||
## Minimum Go version | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...eveloper/providers/v1alpha4-to-v1beta1.md → ...k/src/developer/providers/v0.4-to-v1.0.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Cluster API v1alpha4 compared to v1beta1 | ||
# Cluster API v0.4 compared to v1.0 | ||
|
||
## Minimum Go version | ||
|
||
|
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,33 @@ | ||
# Cluster API v1.1 compared to v1.2 | ||
|
||
This document provides an overview over relevant changes between ClusterAPI v1.1 and v1.2 for | ||
maintainers of providers and consumers of our Go API. | ||
|
||
## Minimum Go version | ||
|
||
* The Go version used by Cluster API is now Go 1.17.x | ||
|
||
## Dependencies | ||
|
||
**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies | ||
in ClusterAPI are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`. | ||
|
||
- | ||
|
||
## Changes by Kind | ||
|
||
### Deprecation | ||
|
||
- | ||
|
||
### Removals | ||
|
||
- | ||
|
||
### API Changes | ||
|
||
- | ||
|
||
### Other | ||
|
||
- |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.