Skip to content

Commit f5e6f79

Browse files
authored
Merge pull request #301 from 3scale-ops/release/v0.24.0
Release v0.24.0
2 parents 7b02dd1 + 9f5aea3 commit f5e6f79

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
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.24.0-alpha.1
6+
VERSION ?= 0.24.0
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.Dockerfile

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

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.

bundle/metadata/annotations.yaml

Lines changed: 2 additions & 1 deletion
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.24.0-alpha.1
16+
newTag: v0.24.0

docs/api-reference/reference.asciidoc

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

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.24.0-alpha.1"
4+
version string = "v0.24.0"
55
)
66

77
// Current returns the current marin3r operator version

0 commit comments

Comments
 (0)