diff --git a/bundle/manifests/volsync.clusterserviceversion.yaml b/bundle/manifests/volsync.clusterserviceversion.yaml index 8125045de..6ef7481bd 100644 --- a/bundle/manifests/volsync.clusterserviceversion.yaml +++ b/bundle/manifests/volsync.clusterserviceversion.yaml @@ -55,11 +55,11 @@ metadata: } ] capabilities: Basic Install - createdAt: "2023-05-15T12:58:06Z" - olm.skipRange: '>=0.4.0 <0.7.2' + createdAt: "2023-07-05T03:37:20Z" + olm.skipRange: '>=0.4.0 <0.7.3' operators.operatorframework.io/builder: operator-sdk-v1.26.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: volsync.v0.7.2 + name: volsync.v0.7.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -562,5 +562,5 @@ spec: relatedImages: - image: quay.io/backube/volsync:latest name: "" - replaces: volsync.v0.7.1 - version: 0.7.2 + replaces: volsync.v0.7.2 + version: 0.7.3 diff --git a/version.mk b/version.mk index 3d7102cb3..a97df1f9a 100644 --- a/version.mk +++ b/version.mk @@ -9,9 +9,9 @@ # # Bundle Version being built right now and channels to use # -VERSION := 0.7.2 +VERSION := 0.7.3 # REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md) -REPLACES_VERSION := 0.7.1 +REPLACES_VERSION := 0.7.2 OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)' CHANNELS := stable,stable-0.7 DEFAULT_CHANNEL := stable