Skip to content

Commit efebb7a

Browse files
committed
Fix for Bug#37202312 Operator: Bump minimal supported server and router version to 8.0.28
Change-Id: Ie4b53ccab5dc99507db004608c794d94409233ea
1 parent a3c8fc1 commit efebb7a

File tree

4 files changed

+3
-19
lines changed

4 files changed

+3
-19
lines changed

helm/mysql-innodbcluster/templates/deployment_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- $disable_lookups:= .Values.disableLookups }}
22
{{- $cluster_name := default "mycluster" .Release.Name }}
33
{{- $use_self_signed := default false ((.Values.tls).useSelfSigned) }}
4-
{{- $minimalVersion := "8.0.27" }}
4+
{{- $minimalVersion := "8.0.28" }}
55
{{- $forbiddenVersions := list "8.0.29" }}
66
{{- $imagePullPolicies := list "ifnotpresent" "always" "never" }}
77
{{- $serverVersion := .Values.serverVersion | default .Chart.AppVersion }}

mysqloperator/controller/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
SHELL_VERSION = DEFAULT_VERSION_TAG
3333

3434
DEFAULT_SERVER_VERSION_TAG = DEFAULT_VERSION_TAG
35-
MIN_SUPPORTED_MYSQL_VERSION = "8.0.27"
35+
MIN_SUPPORTED_MYSQL_VERSION = "8.0.28"
3636
MAX_SUPPORTED_MYSQL_VERSION = DEFAULT_VERSION_TAG
3737

3838
DISABLED_MYSQL_VERSION = {

tests/ci/registry/images-list.txt

-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
community-server:8.0.27
2-
mysql-server:8.0.27
3-
1
4-
---
51
community-server:8.0.28
62
mysql-server:8.0.28
73
1
@@ -78,10 +74,6 @@ community-server:9.2.0
7874
mysql/community-server:9.2.0
7975
1
8076
---
81-
community-router:8.0.27
82-
mysql-router:8.0.27
83-
1
84-
---
8577
community-router:8.0.28
8678
mysql-router:8.0.28
8779
1
@@ -230,10 +222,6 @@ community-operator:latest
230222
mysql-operator:latest
231223
1
232224
---
233-
enterprise-router:8.0.27
234-
mysql-enterprise-router:8.0.27
235-
1
236-
---
237225
enterprise-router:8.0.28
238226
mysql-enterprise-router:8.0.28
239227
1
@@ -350,10 +338,6 @@ enterprise-router:8.4.0-arm64
350338
mysql/enterprise-router:8.4.0-arm64
351339
1
352340
---
353-
enterprise-server:8.0.27
354-
mysql-enterprise-server:8.0.27
355-
1
356-
---
357341
enterprise-server:8.0.28
358342
mysql-enterprise-server:8.0.28
359343
1

tests/setup/defaults.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# version
99
VERSION_TAG = "9.2.0"
1010

11-
MIN_SUPPORTED_VERSION = "8.0.27"
11+
MIN_SUPPORTED_VERSION = "8.0.28"
1212
MAX_SUPPORTED_VERSION = "9.2.0"
1313

1414
# image

0 commit comments

Comments
 (0)