Skip to content

Commit

Permalink
Merge pull request #742 from tesshuflower/version_for_v0.7.2
Browse files Browse the repository at this point in the history
Version v0.7.2
  • Loading branch information
openshift-merge-robot committed May 15, 2023
2 parents 3cd3ce1 + af6f857 commit 750dc2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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: "2023-03-24T13:17:26Z"
olm.skipRange: '>=0.4.0 <0.7.1'
createdAt: "2023-05-15T12:58:06Z"
olm.skipRange: '>=0.4.0 <0.7.2'
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: volsync.v0.7.1
name: volsync.v0.7.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -561,5 +561,5 @@ spec:
relatedImages:
- image: quay.io/backube/volsync:latest
name: ""
replaces: volsync.v0.7.0
version: 0.7.1
replaces: volsync.v0.7.1
version: 0.7.2
4 changes: 2 additions & 2 deletions helm/volsync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,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.7.1"
version: "0.7.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.7.1"
appVersion: "0.7.2"
4 changes: 2 additions & 2 deletions version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#
# Bundle Version being built right now and channels to use
#
VERSION := 0.7.1
VERSION := 0.7.2
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
REPLACES_VERSION := 0.7.0
REPLACES_VERSION := 0.7.1
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
CHANNELS := stable,stable-0.7
DEFAULT_CHANNEL := stable
Expand Down

0 comments on commit 750dc2d

Please sign in to comment.