Skip to content

Commit

Permalink
Merge pull request #791 from tesshuflower/v0.7.3
Browse files Browse the repository at this point in the history
versioning for v0.7.3
  • Loading branch information
openshift-merge-robot committed Jul 5, 2023
2 parents c36d7e8 + 47cfc0d commit d4eac1c
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-05-15T12:58:06Z"
olm.skipRange: '>=0.4.0 <0.7.2'
createdAt: "2023-07-05T03:37:20Z"
olm.skipRange: '>=0.4.0 <0.7.3'
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: volsync.v0.7.2
name: volsync.v0.7.3
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.1
version: 0.7.2
replaces: volsync.v0.7.2
version: 0.7.3
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.2
VERSION := 0.7.3
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
REPLACES_VERSION := 0.7.1
REPLACES_VERSION := 0.7.2
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
CHANNELS := stable,stable-0.7
DEFAULT_CHANNEL := stable
Expand Down

0 comments on commit d4eac1c

Please sign in to comment.