Skip to content

Commit 5c0b47d

Browse files
authored
chore: mysql add new versions (#2293)
Co-authored-by: xuriwuyun <xuriwuyun@users.noreply.github.com>
1 parent 900fa11 commit 5c0b47d

File tree

3 files changed

+23
-31
lines changed

3 files changed

+23
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ KubeBlocks add-ons.
2424
| minio | minio-2024.6.29<br>minio-2025.10.15 | High Performance, Kubernetes Native Object Storage | ldming |
2525
| mogdb | mogdb-5.0.5 | A Helm chart for Kubernetes | yabinji shanshanying |
2626
| mongodb | mongodb-4.4.29<br>mongodb-5.0.29<br>mongodb-6.0.21<br>mongodb-7.0.18<br>mongodb-8.0.8<br>mongodb-shard-4.4.29<br>mongodb-shard-5.0.29<br>mongodb-shard-6.0.21<br>mongodb-shard-7.0.18<br>mongodb-shard-8.0.8<br>mongos-4.4.29<br>mongos-5.0.29<br>mongos-6.0.21<br>mongos-7.0.18<br>mongos-8.0.8 | MongoDB is a document database designed for ease of application development and scaling. | xuriwuyun |
27-
| mysql | mysql-5.7.44<br>mysql-8.0.30<br>mysql-8.0.31<br>mysql-8.0.32<br>mysql-8.0.33<br>mysql-8.0.34<br>mysql-8.0.35<br>mysql-8.0.36<br>mysql-8.0.37<br>mysql-8.0.38<br>mysql-8.0.39<br>mysql-8.4.0<br>mysql-8.4.1<br>mysql-8.4.2<br>mysql-8.4.3<br>mysql-8.4.7<br>mysql-mgr-8.0.30<br>mysql-mgr-8.0.31<br>mysql-mgr-8.0.32<br>mysql-mgr-8.0.33<br>mysql-mgr-8.0.34<br>mysql-mgr-8.0.35<br>mysql-mgr-8.0.36<br>mysql-mgr-8.0.37<br>mysql-mgr-8.0.38<br>mysql-mgr-8.0.39<br>mysql-mgr-8.4.0<br>mysql-mgr-8.4.1<br>mysql-mgr-8.4.2<br>mysql-orc-5.7.44<br>mysql-orc-8.0.30<br>mysql-orc-8.0.31<br>mysql-orc-8.0.32<br>mysql-orc-8.0.33<br>mysql-orc-8.0.34<br>mysql-orc-8.0.35<br>mysql-orc-8.0.36<br>mysql-orc-8.0.37<br>mysql-orc-8.0.38<br>mysql-orc-8.0.39<br>mysql-proxysql-2.4.4 | MySQL is a widely used, open-source relational database management system (RDBMS) | xuriwuyun |
27+
| mysql | mysql-5.7.44<br>mysql-8.0.33<br>mysql-8.0.34<br>mysql-8.0.35<br>mysql-8.0.36<br>mysql-8.0.37<br>mysql-8.0.38<br>mysql-8.0.39<br>mysql-8.0.41<br>mysql-8.0.44<br>mysql-8.4.0<br>mysql-8.4.1<br>mysql-8.4.2<br>mysql-8.4.3<br>mysql-8.4.7<br>mysql-mgr-8.0.30<br>mysql-mgr-8.0.31<br>mysql-mgr-8.0.32<br>mysql-mgr-8.0.33<br>mysql-mgr-8.0.34<br>mysql-mgr-8.0.35<br>mysql-mgr-8.0.36<br>mysql-mgr-8.0.37<br>mysql-mgr-8.0.38<br>mysql-mgr-8.0.39<br>mysql-mgr-8.4.0<br>mysql-mgr-8.4.1<br>mysql-mgr-8.4.2<br>mysql-orc-5.7.44<br>mysql-orc-8.0.30<br>mysql-orc-8.0.31<br>mysql-orc-8.0.32<br>mysql-orc-8.0.33<br>mysql-orc-8.0.34<br>mysql-orc-8.0.35<br>mysql-orc-8.0.36<br>mysql-orc-8.0.37<br>mysql-orc-8.0.38<br>mysql-orc-8.0.39<br>mysql-proxysql-2.4.4 | MySQL is a widely used, open-source relational database management system (RDBMS) | xuriwuyun |
2828
| nebula | nebula-v3.5.0<br>nebula-v3.8.0 | NebulaGraph is a popular open-source graph database that can handle large volumes of data with milliseconds of latency, scale up quickly, and have the ability to perform fast graph analytics. | shanshanying Xuntao Cheng |
2929
| neo4j | neo4j-4.4.42<br>neo4j-5.26.5 | Neo4j is a highly scalable, robust native graph database. | xuriwuyun |
3030
| neon | neon-broker-1.0.0<br>neon-compute-1.0.0<br>neon-pageserver-1.0.0<br>neon-safekeeper-1.0.0 | Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes. | ApeCloud |

addons-cluster/mysql/values.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"type": "string",
99
"default": "8.0.39",
1010
"enum": [
11+
"8.0.44",
12+
"8.0.41",
1113
"8.0.39",
1214
"8.0.38",
1315
"8.0.37",

addons/mysql/templates/cpmv.yaml

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ spec:
1515
- compDefs:
1616
- {{ include "mysql.componentDefName80" . }}
1717
releases:
18-
- 8.0.30
19-
- 8.0.31
20-
- 8.0.32
2118
- 8.0.33
2219
- 8.0.34
2320
- 8.0.35
2421
- 8.0.36
2522
- 8.0.37
2623
- 8.0.38
2724
- 8.0.39
25+
- 8.0.41
26+
- 8.0.44
2827
- compDefs:
2928
- {{ include "mysql.componentDefName84" . }}
3029
releases:
@@ -42,33 +41,6 @@ spec:
4241
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:5.7.44
4342
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:2.4
4443
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
45-
- name: 8.0.30
46-
changes:
47-
serviceVersion: 8.0.30
48-
images:
49-
mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.30
50-
accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.30
51-
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
52-
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
53-
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
54-
- name: 8.0.31
55-
changes:
56-
serviceVersion: 8.0.31
57-
images:
58-
mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.31
59-
accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.31
60-
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
61-
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
62-
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
63-
- name: 8.0.32
64-
changes:
65-
serviceVersion: 8.0.32
66-
images:
67-
mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.32
68-
accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.32
69-
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
70-
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
71-
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
7244
- name: 8.0.33
7345
changes:
7446
serviceVersion: 8.0.33
@@ -132,6 +104,24 @@ spec:
132104
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
133105
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
134106
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
107+
- name: 8.0.41
108+
changes:
109+
serviceVersion: 8.0.41
110+
images:
111+
mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.41
112+
accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.41
113+
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
114+
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
115+
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
116+
- name: 8.0.44
117+
changes:
118+
serviceVersion: 8.0.44
119+
images:
120+
mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.44
121+
accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.44
122+
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
123+
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
124+
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
135125
- name: 8.4.0
136126
changes:
137127
serviceVersion: 8.4.0

0 commit comments

Comments
 (0)