Skip to content

Commit

Permalink
Merge pull request #1382 from tesshuflower/version_v0.10.1
Browse files Browse the repository at this point in the history
version v0.10.1
  • Loading branch information
openshift-merge-bot[bot] committed Sep 10, 2024
2 parents cba1dcd + fea4f36 commit 0e26599
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 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-05-07T13:27:54Z"
olm.skipRange: '>=0.4.0 <0.10.0'
createdAt: "2024-09-06T19:45:16Z"
olm.skipRange: '>=0.4.0 <0.10.1'
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.10.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -612,4 +612,5 @@ spec:
relatedImages:
- image: quay.io/backube/volsync:latest
name: ""
version: 0.10.0
replaces: volsync.v0.10.0
version: 0.10.1
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.10.0
VERSION := 0.10.1
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
REPLACES_VERSION :=
REPLACES_VERSION := 0.10.0
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
CHANNELS := stable,stable-0.10
DEFAULT_CHANNEL := stable
Expand Down

0 comments on commit 0e26599

Please sign in to comment.