We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9589d3b commit 8088080Copy full SHA for 8088080
Makefile
@@ -16,7 +16,7 @@ LOCAL_PROVIDER_VERSION ?= ${IMG_TAG}
16
17
ifeq (${LOCAL_PROVIDER_VERSION},${IMG_TAG})
18
# TODO(release-blocker): Change this versions after release when required here
19
-LOCAL_PROVIDER_VERSION := v1.5.99
+LOCAL_PROVIDER_VERSION := v1.6.99
20
endif
21
22
# PLATFORMS is a list of platforms to build for.
metadata.yaml
@@ -40,6 +40,9 @@ releaseSeries:
40
- major: 1
41
minor: 5
42
contract: v1beta1
43
+ - major: 1
44
+ minor: 6
45
+ contract: v1beta1
46
- major: 0
47
minor: 0
48
0 commit comments