Skip to content

Commit

Permalink
Merge pull request #675 from tesshuflower/version_0.5.3
Browse files Browse the repository at this point in the history
Make v0.5.3 version
  • Loading branch information
openshift-merge-robot committed Mar 14, 2023
2 parents 34c181f + b5cf0b7 commit 39e7179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.5.2'
olm.skipRange: '>=0.4.0 <0.5.3'
operators.operatorframework.io/builder: operator-sdk-v1.22.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: volsync.v0.5.2
name: volsync.v0.5.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -508,5 +508,5 @@ spec:
name: restic-container
- image: quay.io/backube/volsync-mover-syncthing:latest
name: syncthing-container
replaces: volsync.v0.5.1
version: 0.5.2
replaces: volsync.v0.5.2
version: 0.5.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.5.2
VERSION := 0.5.3
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
REPLACES_VERSION := 0.5.1
REPLACES_VERSION := 0.5.2
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
CHANNELS := acm-2.6
DEFAULT_CHANNEL := stable
Expand Down

0 comments on commit 39e7179

Please sign in to comment.