Skip to content

Commit

Permalink
Down greade support ver k8s 1.27 - 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed May 20, 2024
1 parent 496bfb6 commit d8a4cad
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mysql-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
mysql-version: ${{ fromJson(needs.filter.outputs.mysql-versions) }}
k8s-version: [ "1.30.0" ]
k8s-version: [ "1.29.4" ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
mysql-version: ["8.0.37"]
k8s-version: ["1.28.9", "1.29.4", "1.30.0"]
k8s-version: ["1.27.13", "1.28.9", "1.29.4"]
runs-on:
group: moco
steps:
Expand All @@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
mysql-version: ["8.0.35", "8.0.36", "8.0.37"]
k8s-version: ["1.30.0"]
k8s-version: ["1.29.4"]
runs-on:
group: moco
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
with:
version: v0.23.0
node_image: kindest/node:v1.30.0
kubectl_version: v1.30.0
node_image: kindest/node:v1.29.4
kubectl_version: v1.29.4

- name: Apply cert-manager
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
mysql-version: ["8.0.37"]
k8s-version: ["1.28.9", "1.29.4", "1.30.0"]
k8s-version: ["1.27.13", "1.28.9", "1.29.4"]
runs-on:
group: moco
steps:
Expand All @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
mysql-version: ["8.0.18", "8.0.25", "8.0.26", "8.0.27", "8.0.28", "8.0.30", "8.0.31", "8.0.32", "8.0.33", "8.0.34", "8.0.35", "8.0.36", "8.0.37"]
k8s-version: ["1.30.0"]
k8s-version: ["1.29.4"]
runs-on:
group: moco
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Blog article: [Introducing MOCO, a modern MySQL operator on Kubernetes](https://
## Supported software

- MySQL: 8.0.18, 8.0.25, 8.0.26, 8.0.27, 8.0.28, 8.0.30, 8.0.31, 8.0.32, 8.0.33, 8.0.34, 8.0.35, 8.0.36, 8.0.37
- Kubernetes: 1.28, 1.29, 1.30
- Kubernetes: 1.27, 1.28, 1.29

MOCO supports (tests) the LTS releases of MySQL 8.
Innovation releases would probably work. But they are not tested in our CI.
Expand Down
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KIND_VERSION = 0.23.0
KUBERNETES_VERSION = 1.30.0
KUBERNETES_VERSION = 1.29.4
CERT_MANAGER_VERSION = 1.14.5
MYSQL_VERSION = 8.0.37

Expand Down

0 comments on commit d8a4cad

Please sign in to comment.