Skip to content

Commit 8088080

Browse files
authored
feat: prepare metadata.yaml file for release (#506)
1 parent 9589d3b commit 8088080

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LOCAL_PROVIDER_VERSION ?= ${IMG_TAG}
1616

1717
ifeq (${LOCAL_PROVIDER_VERSION},${IMG_TAG})
1818
# TODO(release-blocker): Change this versions after release when required here
19-
LOCAL_PROVIDER_VERSION := v1.5.99
19+
LOCAL_PROVIDER_VERSION := v1.6.99
2020
endif
2121

2222
# PLATFORMS is a list of platforms to build for.

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ releaseSeries:
4040
- major: 1
4141
minor: 5
4242
contract: v1beta1
43+
- major: 1
44+
minor: 6
45+
contract: v1beta1
4346
- major: 0
4447
minor: 0
4548
contract: v1beta1

0 commit comments

Comments
 (0)