@@ -61,10 +61,10 @@ Edit the following lines in `Dockerfile`:
6161
6262```
6363# The tag should be the latest one
64- FROM ghcr.io/cybozu-go/moco/mysql:8.4.5 .1 as mysql
64+ FROM ghcr.io/cybozu-go/moco/mysql:8.4.6 .1 as mysql
6565
6666# See the below description for how to get the version string.
67- ARG MYSQLSH_VERSION=8.4.5 -1
67+ ARG MYSQLSH_VERSION=8.4.6 -1
6868```
6969
7070The MySQL shell debian package can be found in https://dev.mysql.com/downloads/shell/ .
@@ -91,22 +91,22 @@ MySQL versions appear twice:
9191 name : Integration tests with MySQL
9292 strategy :
9393 matrix :
94- mysql-version : ["8.0.28", "8.0.40 ", "8.0.41 ", "8.0.42 ", "8.4.4", "8.4.5 "]
94+ mysql-version : ["8.0.28", "8.0.41 ", "8.0.42 ", "8.0.43 ", "8.4.4", "8.4.6 "]
9595...
9696 # Matrix tests for the latest MySQL version on different Kubernetes versions.
9797 e2e :
9898 name : Supported Kubernetes versions End-to-End Tests
9999 strategy :
100100 matrix :
101- mysql-version : ["8.4.5 "]
101+ mysql-version : ["8.4.6 "]
102102 k8s-version : ["1.30.4", "1.31.0", "1.32.0"]
103103...
104104 # Matrix tests for different MySQL versions on the latest supported Kubernetes version.
105105 e2e-mysql :
106106 name : Supported MySQL versions End-to-End Tests
107107 strategy :
108108 matrix :
109- mysql-version : ["8.0.28", "8.0.40 ", "8.0.41 ", "8.0.42 ", "8.4.4", "8.4.5 "]
109+ mysql-version : ["8.0.28", "8.0.41 ", "8.0.42 ", "8.0.43 ", "8.4.4", "8.4.6 "]
110110 k8s-version : ["1.32.0"]
111111` ` `
112112
0 commit comments