File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 OPERATOR_IMAGE : " quay.io/backube/volsync"
2020 CUSTOM_SCORECARD_IMAGE : " quay.io/backube/volsync-custom-scorecard-tests"
2121 DOCKER_BUILDKIT : " 1"
22- FFWD_RELEASE_BRANCH : " release-0.15 " # set to "" to skip ffwding from main to this branch
22+ FFWD_RELEASE_BRANCH : " release-0.16 " # set to "" to skip ffwding from main to this branch
2323
2424jobs :
2525 lint :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77LABEL operators.operatorframework.io.bundle.package.v1=volsync
8- LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.15
8+ LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.16
99LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
1010LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.42.0
1111LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ metadata:
5555 }
5656 ]
5757 capabilities : Basic Install
58- createdAt : " 2026-01-21T22:16:56Z "
59- olm.skipRange : ' >=0.4.0 <0.15 .0'
58+ createdAt : " 2026-02-10T17:09:35Z "
59+ olm.skipRange : ' >=0.4.0 <0.16 .0'
6060 operators.operatorframework.io/builder : operator-sdk-v1.42.0
6161 operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
62- name : volsync.v0.15 .0
62+ name : volsync.v0.16 .0
6363 namespace : placeholder
6464spec :
6565 apiservicedefinitions : {}
@@ -476,4 +476,4 @@ spec:
476476 relatedImages :
477477 - image : quay.io/backube/volsync:latest
478478 name : " "
479- version : 0.15 .0
479+ version : 0.16 .0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ annotations:
44 operators.operatorframework.io.bundle.manifests.v1 : manifests/
55 operators.operatorframework.io.bundle.metadata.v1 : metadata/
66 operators.operatorframework.io.bundle.package.v1 : volsync
7- operators.operatorframework.io.bundle.channels.v1 : stable,stable-0.15
7+ operators.operatorframework.io.bundle.channels.v1 : stable,stable-0.16
88 operators.operatorframework.io.bundle.channel.default.v1 : stable
99 operators.operatorframework.io.metrics.builder : operator-sdk-v1.42.0
1010 operators.operatorframework.io.metrics.mediatype.v1 : metrics+v1
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ kubeVersion: "^1.20.0-0"
5858# This is the chart version. This version number should be incremented each time
5959# you make changes to the chart and its templates, including the app version.
6060# Versions are expected to follow Semantic Versioning (https://semver.org/)
61- version : " 0.15 .0"
61+ version : " 0.16 .0"
6262
6363# This is the version number of the application being deployed. This version
6464# number should be incremented each time you make changes to the application.
6565# Versions are not expected to follow Semantic Versioning. They should reflect
6666# the version the application is using. It is recommended to use it with quotes.
67- appVersion : " 0.15 .0"
67+ appVersion : " 0.16 .0"
Original file line number Diff line number Diff line change 99#
1010# Bundle Version being built right now and channels to use
1111#
12- VERSION := 0.15 .0
12+ VERSION := 0.16 .0
1313# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
1414REPLACES_VERSION :=
1515OLM_SKIPRANGE := '>=0.4.0 <$(VERSION ) '
16- CHANNELS := stable,stable-0.15
16+ CHANNELS := stable,stable-0.16
1717DEFAULT_CHANNEL := stable
1818MIN_KUBE_VERSION := 1.20.0
1919
You can’t perform that action at this time.
0 commit comments