-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 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
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 |