diff --git a/bundle.Dockerfile b/bundle.Dockerfile index e722aec51..188211463 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ LABEL operators.operatorframework.io.bundle.package.v1=volsync -LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.8 +LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.9 LABEL operators.operatorframework.io.bundle.channel.default.v1=stable LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 diff --git a/bundle/manifests/volsync.clusterserviceversion.yaml b/bundle/manifests/volsync.clusterserviceversion.yaml index 21c121e6d..98e84ae65 100644 --- a/bundle/manifests/volsync.clusterserviceversion.yaml +++ b/bundle/manifests/volsync.clusterserviceversion.yaml @@ -55,11 +55,11 @@ metadata: } ] capabilities: Basic Install - createdAt: "2024-01-23T21:58:58Z" - olm.skipRange: '>=0.4.0 <0.8.0' + createdAt: "2024-02-01T17:22:50Z" + olm.skipRange: '>=0.4.0 <0.9.0' operators.operatorframework.io/builder: operator-sdk-v1.31.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: volsync.v0.8.0 + name: volsync.v0.9.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -610,4 +610,4 @@ spec: relatedImages: - image: quay.io/backube/volsync:latest name: "" - version: 0.8.0 + version: 0.9.0 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 598a2c23b..2b491b946 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -4,7 +4,7 @@ annotations: operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.metadata.v1: metadata/ operators.operatorframework.io.bundle.package.v1: volsync - operators.operatorframework.io.bundle.channels.v1: stable,stable-0.8 + operators.operatorframework.io.bundle.channels.v1: stable,stable-0.9 operators.operatorframework.io.bundle.channel.default.v1: stable operators.operatorframework.io.metrics.builder: operator-sdk-v1.31.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 diff --git a/version.mk b/version.mk index 8a40c5d75..59979676e 100644 --- a/version.mk +++ b/version.mk @@ -9,11 +9,11 @@ # # Bundle Version being built right now and channels to use # -VERSION := 0.8.0 +VERSION := 0.9.0 # REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md) REPLACES_VERSION := OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)' -CHANNELS := stable,stable-0.8 +CHANNELS := stable,stable-0.9 DEFAULT_CHANNEL := stable MIN_KUBE_VERSION := 1.20.0