Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/preview/kubeblocks-for-mysql/01-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ KubeBlocks provides robust lifecycle management features to simplify MySQL clust
|---------------|-----------------------------------------------------------------------------------------------------|
| 5.7 | 5.7.44 |
| 8.0 | 8.0.44, 8.0.41, 8.0.39, 8.0.38, 8.0.37, 8.0.36, 8.0.35, 8.0.34, 8.0.33 |
| 8.4 | 8.4.7, 8.4.3, 8.4.2, 8.4.1, 8.4.0 |
| 8.4 | 8.4.8, 8.4.7, 8.4.6, 8.4.5, 8.4.4, 8.4.3, 8.4.2, 8.4.1, 8.4.0 |

The list of supported versions can be found by following command:
```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/en/preview/kubeblocks-for-mysql/02-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ If you want to create a cluster of specified version, set `spec.componentSpecs.c
- name: mysql
# componentDef is "mysql-8.4" means the major version is 8.4
componentDef: "mysql-8.4"
# Valid options are: [8.4.0, 8.4.1, 8.4.2, 8.4.3, 8.4.7]
serviceVersion: 8.4.7
# Valid options are: [8.4.0, 8.4.1, 8.4.2, 8.4.3, 8.4.4, 8.4.5, 8.4.6, 8.4.7, 8.4.8]
serviceVersion: 8.4.8
```
</TabItem>

Expand Down
2 changes: 1 addition & 1 deletion docs/en/release-1_0_1/kubeblocks-for-mysql/01-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ KubeBlocks provides robust lifecycle management features to simplify MySQL clust
|---------------|----------------------------------|
| 5.7 | 5.7.44 |
| 8.0 | [8.0.30-8.0.39] |
| 8.4 | 8.4.0,8.4.1,8.4.2 |
| 8.4 | 8.4.0, 8.4.1, 8.4.2, 8.4.3, 8.4.4, 8.4.5, 8.4.6, 8.4.7, 8.4.8 |

The list of supported versions can be found by following command:
```
Expand Down
4 changes: 2 additions & 2 deletions docs/en/release-1_0_1/kubeblocks-for-mysql/02-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ If you want to create a cluster of specified version, set `spec.componentSpecs.c
- name: mysql
# componentDef is "mysql-8.4" means the major version is 8.4
componentDef: "mysql-8.4"
# Valid options are: [8.4.0, 8.4.1, 8.4.2]
serviceVersion: 8.4.2
# Valid options are: [8.4.0, 8.4.1, 8.4.2, 8.4.3, 8.4.4, 8.4.5, 8.4.6, 8.4.7, 8.4.8]
serviceVersion: 8.4.8
```
</TabItem>

Expand Down
2 changes: 1 addition & 1 deletion docs/en/release-1_0_2/kubeblocks-for-mysql/01-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ KubeBlocks provides robust lifecycle management features to simplify MySQL clust
|---------------|-----------------------------------------------------------------------------------------------------|
| 5.7 | 5.7.44 |
| 8.0 | 8.0.44, 8.0.41, 8.0.39, 8.0.38, 8.0.37, 8.0.36, 8.0.35, 8.0.34, 8.0.33 |
| 8.4 | 8.4.7, 8.4.3, 8.4.2, 8.4.1, 8.4.0 |
| 8.4 | 8.4.8, 8.4.7, 8.4.6, 8.4.5, 8.4.4, 8.4.3, 8.4.2, 8.4.1, 8.4.0 |

The list of supported versions can be found by following command:
```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/en/release-1_0_2/kubeblocks-for-mysql/02-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ If you want to create a cluster of specified version, set `spec.componentSpecs.c
- name: mysql
# componentDef is "mysql-8.4" means the major version is 8.4
componentDef: "mysql-8.4"
# Valid options are: [8.4.0, 8.4.1, 8.4.2, 8.4.3, 8.4.7]
serviceVersion: 8.4.7
# Valid options are: [8.4.0, 8.4.1, 8.4.2, 8.4.3, 8.4.4, 8.4.5, 8.4.6, 8.4.7, 8.4.8]
serviceVersion: 8.4.8
```
</TabItem>

Expand Down
Loading