Skip to content

Commit 249af9a

Browse files
committed
Bump release
1 parent 64ab328 commit 249af9a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.25.0-alpha.4
6+
VERSION ?= 0.25.0-alpha.5
77
# CHANNELS define the bundle channels used in the bundle.
88
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
99
# To re-generate a bundle for other specific channels without changing the standard setup, you can:

bundle/manifests/saas-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/3scale/saas-operator
16-
newTag: v0.25.0-alpha.4
16+
newTag: v0.25.0-alpha.5

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
const (
4-
version string = "v0.25.0-alpha.4"
4+
version string = "v0.25.0-alpha.5"
55
)
66

77
// Current returns the current marin3r operator version

0 commit comments

Comments
 (0)