Skip to content

Commit

Permalink
THREESCALE-10882 bump version to 2.15 in makefile and version
Browse files Browse the repository at this point in the history
  • Loading branch information
austincunningham committed Apr 10, 2024
1 parent 9516454 commit f009c31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
# Current Operator version
VERSION ?= 0.0.1
# Current Threescale version
THREESCALE_VERSION ?= 2.14
THREESCALE_VERSION ?= 2.15
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/3scale-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.2.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/3scale/3scale-operator
rht_backend_redis_requirements: 6.0.0
rht_backend_redis_requirements: 6.2.0
rht_mysql_requirements: 8.0.0
rht_postgres_requirements: 10.0.0
rht_system_redis_requirements: 6.0.0
rht_system_redis_requirements: 6.2.0
support: Red Hat
tectonic-visibility: ocs
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.2.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/3scale/3scale-operator
rht_backend_redis_requirements: 6.0.0
rht_backend_redis_requirements: 6.2.0
rht_mysql_requirements: 8.0.0
rht_postgres_requirements: 10.0.0
rht_system_redis_requirements: 6.0.0
rht_system_redis_requirements: 6.2.0
support: Red Hat
tectonic-visibility: ocs
labels:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
Version = "0.12.1"
threescaleRelease = "2.14.0"
threescaleRelease = "2.15.0"
)

func ThreescaleVersionMajorMinor() string {
Expand Down

0 comments on commit f009c31

Please sign in to comment.