-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test commit for testing with dev env
Signed-off-by: Muhammad Adil Ghaffar <muhammad.adil.ghaffar@est.tech>
- Loading branch information
1 parent
a8629bc
commit 8d08228
Showing
7 changed files
with
107 additions
and
67 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
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
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
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,35 @@ | ||
# maps release series of major.minor to cluster-api contract version | ||
# the contract version may change between minor or major versions, but *not* | ||
# between patch versions. | ||
# | ||
# update this file only when a new major or minor version is released | ||
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3 | ||
kind: Metadata | ||
releaseSeries: | ||
- major: 1 | ||
minor: 8 | ||
contract: v1beta1 | ||
- major: 1 | ||
minor: 7 | ||
contract: v1beta1 | ||
- major: 1 | ||
minor: 6 | ||
contract: v1beta1 | ||
- major: 1 | ||
minor: 5 | ||
contract: v1beta1 | ||
- major: 1 | ||
minor: 4 | ||
contract: v1beta1 | ||
- major: 1 | ||
minor: 3 | ||
contract: v1beta1 | ||
- major: 1 | ||
minor: 2 | ||
contract: v1beta1 | ||
- major: 1 | ||
minor: 1 | ||
contract: v1beta1 | ||
- major: 1 | ||
minor: 0 | ||
contract: v1beta1 |
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
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
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