Skip to content

Commit

Permalink
Merge pull request #689 from tesshuflower/version_for_v0.6.2
Browse files Browse the repository at this point in the history
v0.6.2 for upcoming .z stream release
  • Loading branch information
openshift-merge-robot authored Mar 22, 2023
2 parents cd18f4e + 523c0d7 commit 9c99c52
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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,acm-2.7
LABEL operators.operatorframework.io.bundle.channels.v1=acm-2.7
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.22.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 @@ -41,10 +41,10 @@ metadata:
}
]
capabilities: Basic Install
olm.skipRange: '>=0.4.0 <0.6.1'
olm.skipRange: '>=0.4.0 <0.6.2'
operators.operatorframework.io/builder: operator-sdk-v1.22.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: volsync.v0.6.1
name: volsync.v0.6.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -535,5 +535,5 @@ spec:
name: restic-container
- image: quay.io/backube/volsync-mover-syncthing:latest
name: syncthing-container
replaces: volsync.v0.6.0
version: 0.6.1
replaces: volsync.v0.6.1
version: 0.6.2
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,acm-2.7
operators.operatorframework.io.bundle.channels.v1: acm-2.7
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.22.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 @@ -54,10 +54,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.6.1"
version: "0.6.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.6.1"
appVersion: "0.6.2"
6 changes: 3 additions & 3 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.6.1
VERSION := 0.6.2
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
REPLACES_VERSION := 0.6.0
REPLACES_VERSION := 0.6.1
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
CHANNELS := stable,acm-2.7
CHANNELS := acm-2.7
DEFAULT_CHANNEL := stable
MIN_KUBE_VERSION := 1.20.0

Expand Down

0 comments on commit 9c99c52

Please sign in to comment.