Skip to content

Commit 3f7cdce

Browse files
Merge pull request #237 from adambkaplan/bump-version-v0.15
Bump main version to v0.15.0
2 parents b07eb64 + b1b878e commit 3f7cdce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.14.0-rc0
6+
VERSION ?= 0.15.0-rc0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle/manifests/shipwright-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
2525
repository: https://github.com/shipwright-io/operator
2626
support: The Shipwright Contributors
27-
name: shipwright-operator.v0.14.0-rc0
27+
name: shipwright-operator.v0.15.0-rc0
2828
namespace: placeholder
2929
spec:
3030
apiservicedefinitions: {}
@@ -785,4 +785,4 @@ spec:
785785
provider:
786786
name: The Shipwright Contributors
787787
url: https://shipwright.io
788-
version: 0.14.0-rc0
788+
version: 0.15.0-rc0

0 commit comments

Comments
 (0)