Skip to content

Commit cb3da10

Browse files
authored
Merge pull request #2632 from jackfrancis/fix-apiversion-upgrade
add back 0.5 metadata contract for v1alpha4
2 parents 456786f + c91f978 commit cb3da10

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/book/src/developers/releasing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ For example, if the latest stable API version of capz that we run E2E tests agai
2121
```yaml
2222
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
2323
releaseSeries:
24+
- major: 0
25+
minor: 5
26+
contract: v1alpha4
2427
- major: 1
2528
minor: 5
2629
contract: v1beta1

test/e2e/data/shared/v1beta1_provider/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# one capz version at a time against one API version
88
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
99
releaseSeries:
10+
- major: 0
11+
minor: 5
12+
contract: v1alpha4
1013
- major: 1
1114
minor: 5
1215
contract: v1beta1

0 commit comments

Comments
 (0)