From 01637fde759b3bea457e5759dbf9122951f3cf87 Mon Sep 17 00:00:00 2001 From: YZ775 Date: Tue, 17 Sep 2024 00:36:14 +0000 Subject: [PATCH] drop mysql 8.4.0 and add 8.0.39 --- .github/workflows/ci-e2e.yaml | 4 ++-- DEVELOP.md | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-e2e.yaml b/.github/workflows/ci-e2e.yaml index 22f868e2..91a1a85d 100644 --- a/.github/workflows/ci-e2e.yaml +++ b/.github/workflows/ci-e2e.yaml @@ -20,7 +20,7 @@ jobs: name: Integration tests with MySQL strategy: matrix: - mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.4.0", "8.4.2"] + mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.0.39", "8.4.2"] runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -64,7 +64,7 @@ jobs: name: Supported MySQL versions End-to-End Tests strategy: matrix: - mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.4.0", "8.4.2"] + mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.0.39", "8.4.2"] k8s-version: ["1.31.0"] runs-on: group: moco diff --git a/DEVELOP.md b/DEVELOP.md index 911bb4d6..0b32ddf4 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -84,7 +84,7 @@ MySQL versions appear twice: name: Integration tests with MySQL strategy: matrix: - mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.4.0", "8.4.2"] + mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.0.39", "8.4.2"] ... # Matrix tests for the latest MySQL version on different Kubernetes versions. e2e: @@ -99,7 +99,7 @@ MySQL versions appear twice: name: Supported MySQL versions End-to-End Tests strategy: matrix: - mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.4.0", "8.4.2"] + mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.0.39", "8.4.2"] k8s-version: ["1.31.0"] ``` diff --git a/README.md b/README.md index 4ffd735a..c149d207 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Blog article: [Introducing MOCO, a modern MySQL operator on Kubernetes](https:// ## Supported software -- MySQL: 8.0.28, 8.0.36, 8.0.37, 8.4.0, 8.4.2 +- MySQL: 8.0.28, 8.0.36, 8.0.37, 8.0.39, 8.4.2 - Kubernetes: 1.29, 1.30, 1.31 MOCO supports (tests) the LTS releases of MySQL 8. @@ -74,7 +74,7 @@ spec: spec: containers: - name: mysqld - image: ghcr.io/cybozu-go/moco/mysql:8.4.0 + image: ghcr.io/cybozu-go/moco/mysql:8.4.2 volumeClaimTemplates: - metadata: name: mysql-data