Skip to content

Commit d9679f5

Browse files
authored
Merge pull request #2656 from Nordix/lentzi90/metadata-v1beta2
🌱 Add metadata for v0.13 and v1beta2 contract
2 parents f7f2f14 + aef54e4 commit d9679f5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

config/crd/kustomization.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
commonLabels:
2-
cluster.x-k8s.io/v1beta1: v1beta1
1+
labels:
2+
- pairs:
3+
# Mapping from CAPI contract to CAPO API versions.
4+
cluster.x-k8s.io/v1beta1: v1beta1
35

46
# This kustomization.yaml is not intended to be run by itself,
57
# since it depends on service name and namespace that are out of this kustomize package.

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ releaseSeries:
2525
- major: 0
2626
minor: 12
2727
contract: v1beta1
28+
- major: 0
29+
minor: 13
30+
contract: v1beta2

0 commit comments

Comments
 (0)