Skip to content

Commit

Permalink
Merge pull request #1486 from tesshuflower/version_for_v0.12.0
Browse files Browse the repository at this point in the history
update version to v0.12.0 and charts version too for next release
  • Loading branch information
openshift-merge-bot[bot] authored Dec 12, 2024
2 parents 4857868 + 859dab4 commit 07d38e5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.12
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
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/volsync.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-09-30T20:33:48Z"
olm.skipRange: '>=0.4.0 <0.11.0'
createdAt: "2024-12-12T18:04:47Z"
olm.skipRange: '>=0.4.0 <0.12.0'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: volsync.v0.11.0
name: volsync.v0.12.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -493,4 +493,4 @@ spec:
relatedImages:
- image: quay.io/backube/volsync:latest
name: ""
version: 0.11.0
version: 0.12.0
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
operators.operatorframework.io.bundle.channels.v1: stable,stable-0.12
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
Expand Down
4 changes: 2 additions & 2 deletions helm/volsync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,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.11.0"
version: "0.12.0"

# 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.11.0"
appVersion: "0.12.0"
4 changes: 2 additions & 2 deletions version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#
# Bundle Version being built right now and channels to use
#
VERSION := 0.11.0
VERSION := 0.12.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.11
CHANNELS := stable,stable-0.12
DEFAULT_CHANNEL := stable
MIN_KUBE_VERSION := 1.20.0

Expand Down

0 comments on commit 07d38e5

Please sign in to comment.