From a11babf49cf3da33b4fe9c9e0379d9041106282c Mon Sep 17 00:00:00 2001 From: Tesshu Flower Date: Thu, 13 Jul 2023 09:41:04 -0400 Subject: [PATCH] v0.6.3 - for downstream to pkg with updated rbac-proxy img Signed-off-by: Tesshu Flower --- bundle/manifests/volsync.clusterserviceversion.yaml | 8 ++++---- version.mk | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundle/manifests/volsync.clusterserviceversion.yaml b/bundle/manifests/volsync.clusterserviceversion.yaml index e3b3de2af..64d43ab1f 100644 --- a/bundle/manifests/volsync.clusterserviceversion.yaml +++ b/bundle/manifests/volsync.clusterserviceversion.yaml @@ -41,10 +41,10 @@ metadata: } ] capabilities: Basic Install - olm.skipRange: '>=0.4.0 <0.6.2' + olm.skipRange: '>=0.4.0 <0.6.3' operators.operatorframework.io/builder: operator-sdk-v1.22.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: volsync.v0.6.2 + name: volsync.v0.6.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -535,5 +535,5 @@ spec: name: restic-container - image: quay.io/backube/volsync-mover-syncthing:latest name: syncthing-container - replaces: volsync.v0.6.1 - version: 0.6.2 + replaces: volsync.v0.6.2 + version: 0.6.3 diff --git a/version.mk b/version.mk index 2f8b881af..c92eb3070 100644 --- a/version.mk +++ b/version.mk @@ -9,9 +9,9 @@ # # Bundle Version being built right now and channels to use # -VERSION := 0.6.2 +VERSION := 0.6.3 # REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md) -REPLACES_VERSION := 0.6.1 +REPLACES_VERSION := 0.6.2 OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)' CHANNELS := acm-2.7 DEFAULT_CHANNEL := stable