Skip to content

Commit

Permalink
fix: metadata add release series
Browse files Browse the repository at this point in the history
Add the missing release series to the metadata so that the
v0.2.0 release is installable from clusterctl.

Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase committed Jul 1, 2024
1 parent 661bbbe commit fc1228a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 0
minor: 1
contract: v1beta1
- major: 0
minor: 1
contract: v1beta1
- major: 0
minor: 2
contract: v1beta1

0 comments on commit fc1228a

Please sign in to comment.