diff --git a/bundle/manifests/volsync.clusterserviceversion.yaml b/bundle/manifests/volsync.clusterserviceversion.yaml index 290417169..fb3154560 100644 --- a/bundle/manifests/volsync.clusterserviceversion.yaml +++ b/bundle/manifests/volsync.clusterserviceversion.yaml @@ -55,11 +55,11 @@ metadata: } ] capabilities: Basic Install - createdAt: "2023-03-24T13:17:26Z" - olm.skipRange: '>=0.4.0 <0.7.1' + createdAt: "2023-05-15T12:58:06Z" + olm.skipRange: '>=0.4.0 <0.7.2' operators.operatorframework.io/builder: operator-sdk-v1.26.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: volsync.v0.7.1 + name: volsync.v0.7.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -561,5 +561,5 @@ spec: relatedImages: - image: quay.io/backube/volsync:latest name: "" - replaces: volsync.v0.7.0 - version: 0.7.1 + replaces: volsync.v0.7.1 + version: 0.7.2 diff --git a/helm/volsync/Chart.yaml b/helm/volsync/Chart.yaml index 35bc46b5e..9c3d18aa5 100644 --- a/helm/volsync/Chart.yaml +++ b/helm/volsync/Chart.yaml @@ -68,10 +68,10 @@ kubeVersion: "^1.20.0-0" # This is the chart version. This version number should be incremented each time # you make changes to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.7.1" +version: "0.7.2" # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. # Versions are not expected to follow Semantic Versioning. They should reflect # the version the application is using. It is recommended to use it with quotes. -appVersion: "0.7.1" +appVersion: "0.7.2" diff --git a/version.mk b/version.mk index a4e017cb4..3d7102cb3 100644 --- a/version.mk +++ b/version.mk @@ -9,9 +9,9 @@ # # Bundle Version being built right now and channels to use # -VERSION := 0.7.1 +VERSION := 0.7.2 # REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md) -REPLACES_VERSION := 0.7.0 +REPLACES_VERSION := 0.7.1 OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)' CHANNELS := stable,stable-0.7 DEFAULT_CHANNEL := stable