Skip to content

Commit

Permalink
Merge pull request #1351 from tesshuflower/version_for_v0.11.0
Browse files Browse the repository at this point in the history
Update version and channels for next release (v0.11.0)
  • Loading branch information
openshift-merge-bot[bot] committed Aug 16, 2024
2 parents 74c0757 + 8fe7730 commit 6719603
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.10
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-0.11
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-07-18T10:12:42Z"
olm.skipRange: '>=0.4.0 <0.10.0'
createdAt: "2024-08-13T15:52:46Z"
olm.skipRange: '>=0.4.0 <0.11.0'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: volsync.v0.10.0
name: volsync.v0.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -612,4 +612,4 @@ spec:
relatedImages:
- image: quay.io/backube/volsync:latest
name: ""
version: 0.10.0
version: 0.11.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.10
operators.operatorframework.io.bundle.channels.v1: stable,stable-0.11
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 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.10.0
VERSION := 0.11.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.10
CHANNELS := stable,stable-0.11
DEFAULT_CHANNEL := stable
MIN_KUBE_VERSION := 1.20.0

Expand Down

0 comments on commit 6719603

Please sign in to comment.