From bd60ed5c0db3c9c1741c895fa4634d46d1dfc85c Mon Sep 17 00:00:00 2001 From: Tesshu Flower Date: Thu, 17 Sep 2026 11:20:31 -0400 Subject: [PATCH] versioning for 0.16.2 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 a102fcbba..e4fc34de7 100644 --- a/bundle/manifests/volsync.clusterserviceversion.yaml +++ b/bundle/manifests/volsync.clusterserviceversion.yaml @@ -55,11 +55,11 @@ metadata: } ] capabilities: Basic Install - createdAt: "2026-06-24T19:28:52Z" - olm.skipRange: '>=0.4.0 <0.16.1' + createdAt: "2026-09-17T15:16:12Z" + olm.skipRange: '>=0.4.0 <0.16.2' operators.operatorframework.io/builder: operator-sdk-v1.42.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 - name: volsync.v0.16.1 + name: volsync.v0.16.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -484,5 +484,5 @@ spec: relatedImages: - image: quay.io/backube/volsync:latest name: "" - replaces: volsync.v0.16.0 - version: 0.16.1 + replaces: volsync.v0.16.1 + version: 0.16.2 diff --git a/helm/volsync/Chart.yaml b/helm/volsync/Chart.yaml index c9c338ce4..305c65688 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.16.1" +version: "0.16.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.16.1" +appVersion: "0.16.2" diff --git a/version.mk b/version.mk index 0f936d863..fcb4578b9 100644 --- a/version.mk +++ b/version.mk @@ -9,9 +9,9 @@ # # Bundle Version being built right now and channels to use # -VERSION := 0.16.1 +VERSION := 0.16.2 # REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md) -REPLACES_VERSION := 0.16.0 +REPLACES_VERSION := 0.16.1 OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)' CHANNELS := stable,stable-0.16 DEFAULT_CHANNEL := stable