Skip to content

Commit

Permalink
add missing v1.9 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Sep 26, 2024
1 parent 26b1081 commit 0e81594
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/data/shared/capi/v1.8/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 1
minor: 9
contract: v1beta1
- major: 1
minor: 8
contract: v1beta1
Expand Down
38 changes: 38 additions & 0 deletions test/e2e/data/shared/capi/v1.9/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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: 9
contract: v1beta1
- 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

0 comments on commit 0e81594

Please sign in to comment.