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 5cfef00
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 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,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

0 comments on commit 5cfef00

Please sign in to comment.