Skip to content

Commit

Permalink
Merge pull request #839 from tesshuflower/release-0.7-v0.7.5
Browse files Browse the repository at this point in the history
version for v0.7.5
  • Loading branch information
openshift-merge-robot committed Aug 25, 2023
2 parents 6a482ff + 94afea9 commit fcca228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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-08-03T14:18:28Z"
olm.skipRange: '>=0.4.0 <0.7.4'
createdAt: "2023-08-24T22:34:30Z"
olm.skipRange: '>=0.4.0 <0.7.5'
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: volsync.v0.7.4
name: volsync.v0.7.5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -562,5 +562,5 @@ spec:
relatedImages:
- image: quay.io/backube/volsync:latest
name: ""
replaces: volsync.v0.7.3
version: 0.7.4
replaces: volsync.v0.7.4
version: 0.7.5
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.4
VERSION := 0.7.5
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
REPLACES_VERSION := 0.7.3
REPLACES_VERSION := 0.7.4
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
CHANNELS := stable,stable-0.7
DEFAULT_CHANNEL := stable
Expand Down

0 comments on commit fcca228

Please sign in to comment.