Skip to content

Commit 8b4c697

Browse files
committed
update E2E InfrastructureProvider API contract
1 parent 891b336 commit 8b4c697

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ providers:
9292
replacements:
9393
- old: "imagePullPolicy: Always"
9494
new: "imagePullPolicy: IfNotPresent"
95-
- name: v1.7.99 # "vNext"; use manifests from local source files
95+
- name: v1.8.99 # "vNext"; use manifests from local source files
9696
value: "${PWD}/config/default"
9797
contract: v1beta1
9898
files:

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@ releaseSeries:
1111
minor: 5
1212
contract: v1alpha4
1313
- major: 1
14-
minor: 5
15-
contract: v1beta1
16-
- major: 1
17-
minor: 6
18-
contract: v1beta1
19-
- major: 1
20-
minor: 7
14+
minor: 8
2115
contract: v1beta1

0 commit comments

Comments
 (0)