Skip to content

Commit 285c49d

Browse files
Merge pull request #1905 from tesshuflower/version-for-release-0.16
version for next release (v0.16.0)
2 parents 7112c64 + ab323e9 commit 285c49d

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
OPERATOR_IMAGE: "quay.io/backube/volsync"
2020
CUSTOM_SCORECARD_IMAGE: "quay.io/backube/volsync-custom-scorecard-tests"
2121
DOCKER_BUILDKIT: "1"
22-
FFWD_RELEASE_BRANCH: "release-0.15" # set to "" to skip ffwding from main to this branch
22+
FFWD_RELEASE_BRANCH: "release-0.16" # set to "" to skip ffwding from main to this branch
2323

2424
jobs:
2525
lint:

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=volsync
8-
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.15
8+
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.16
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.42.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1

bundle/manifests/volsync.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ metadata:
5555
}
5656
]
5757
capabilities: Basic Install
58-
createdAt: "2026-01-21T22:16:56Z"
59-
olm.skipRange: '>=0.4.0 <0.15.0'
58+
createdAt: "2026-02-10T17:09:35Z"
59+
olm.skipRange: '>=0.4.0 <0.16.0'
6060
operators.operatorframework.io/builder: operator-sdk-v1.42.0
6161
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
62-
name: volsync.v0.15.0
62+
name: volsync.v0.16.0
6363
namespace: placeholder
6464
spec:
6565
apiservicedefinitions: {}
@@ -476,4 +476,4 @@ spec:
476476
relatedImages:
477477
- image: quay.io/backube/volsync:latest
478478
name: ""
479-
version: 0.15.0
479+
version: 0.16.0

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ annotations:
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: volsync
7-
operators.operatorframework.io.bundle.channels.v1: stable,stable-0.15
7+
operators.operatorframework.io.bundle.channels.v1: stable,stable-0.16
88
operators.operatorframework.io.bundle.channel.default.v1: stable
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.42.0
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1

helm/volsync/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ kubeVersion: "^1.20.0-0"
5858
# This is the chart version. This version number should be incremented each time
5959
# you make changes to the chart and its templates, including the app version.
6060
# Versions are expected to follow Semantic Versioning (https://semver.org/)
61-
version: "0.15.0"
61+
version: "0.16.0"
6262

6363
# This is the version number of the application being deployed. This version
6464
# number should be incremented each time you make changes to the application.
6565
# Versions are not expected to follow Semantic Versioning. They should reflect
6666
# the version the application is using. It is recommended to use it with quotes.
67-
appVersion: "0.15.0"
67+
appVersion: "0.16.0"

version.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
#
1010
# Bundle Version being built right now and channels to use
1111
#
12-
VERSION := 0.15.0
12+
VERSION := 0.16.0
1313
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
1414
REPLACES_VERSION :=
1515
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
16-
CHANNELS := stable,stable-0.15
16+
CHANNELS := stable,stable-0.16
1717
DEFAULT_CHANNEL := stable
1818
MIN_KUBE_VERSION := 1.20.0
1919

0 commit comments

Comments
 (0)