Skip to content

Commit

Permalink
Merge pull request #1034 from carlkyrillos/THREESCALE-11494
Browse files Browse the repository at this point in the history
THREESCALE-11494 Prepare master for 2.16
  • Loading branch information
carlkyrillos authored Nov 20, 2024
2 parents 801be5d + 3802756 commit 487e8f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.16
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ spec:
com.company: Red_Hat
control-plane: controller-manager
rht.comp: 3scale
rht.comp_ver: "2.14"
rht.comp_ver: "2.16"
rht.prod_name: Red_Hat_Integration
rht.prod_ver: master
rht.subcomp: 3scale_operator
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
rht.prod_name: Red_Hat_Integration
rht.prod_ver: master
rht.comp: 3scale
rht.comp_ver: "2.14"
rht.comp_ver: "2.16"
rht.subcomp: 3scale_operator
rht.subcomp_t: infrastructure
spec:
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
)

var (
Version = "0.11.0"
threescaleRelease = "2.14.0"
Version = "0.13.0"
threescaleRelease = "2.16.0"
)

func ThreescaleVersionMajorMinor() string {
Expand Down

0 comments on commit 487e8f5

Please sign in to comment.