From fab7a54fb3b8ac4112c332839e352b1b0671c5a9 Mon Sep 17 00:00:00 2001 From: Tesshu Flower Date: Thu, 17 Sep 2026 11:21:52 -0400 Subject: [PATCH] versioning for 0.15.3 Signed-off-by: Tesshu Flower --- bundle/manifests/volsync.clusterserviceversion.yaml | 10 +++++----- helm/volsync/Chart.yaml | 4 ++-- version.mk | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bundle/manifests/volsync.clusterserviceversion.yaml b/bundle/manifests/volsync.clusterserviceversion.yaml index 43dab8780..12732866d 100644 --- a/bundle/manifests/volsync.clusterserviceversion.yaml +++ b/bundle/manifests/volsync.clusterserviceversion.yaml @@ -55,11 +55,11 @@ metadata: } ] capabilities: Basic Install - createdAt: "2026-07-16T18:19:00Z" - olm.skipRange: '>=0.4.0 <0.15.2' + createdAt: "2026-09-17T15:17:31Z" + olm.skipRange: '>=0.4.0 <0.15.3' operators.operatorframework.io/builder: operator-sdk-v1.42.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 - name: volsync.v0.15.2 + name: volsync.v0.15.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -476,5 +476,5 @@ spec: relatedImages: - image: quay.io/backube/volsync:latest name: "" - replaces: volsync.v0.15.1 - version: 0.15.2 + replaces: volsync.v0.15.2 + version: 0.15.3 diff --git a/helm/volsync/Chart.yaml b/helm/volsync/Chart.yaml index 4c2777889..e1f8db870 100644 --- a/helm/volsync/Chart.yaml +++ b/helm/volsync/Chart.yaml @@ -52,10 +52,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.15.2" +version: "0.15.3" # 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.15.2" +appVersion: "0.15.3" diff --git a/version.mk b/version.mk index c1938dcd8..925fa058c 100644 --- a/version.mk +++ b/version.mk @@ -9,9 +9,9 @@ # # Bundle Version being built right now and channels to use # -VERSION := 0.15.2 +VERSION := 0.15.3 # REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md) -REPLACES_VERSION := 0.15.1 +REPLACES_VERSION := 0.15.2 OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)' CHANNELS := stable,stable-0.15 DEFAULT_CHANNEL := stable