Skip to content

Commit

Permalink
support k8s 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed Aug 19, 2024
1 parent a331901 commit 5aa4569
Show file tree
Hide file tree
Showing 13 changed files with 718 additions and 9,738 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.4" ]
k8s-version: [ "1.31.0" ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.4.0"]
k8s-version: ["1.30.4"]
k8s-version: ["1.31.0"]
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.4
kubectl_version: v1.30.4
node_image: kindest/node:v1.31.0
kubectl_version: v1.31.0

- name: Apply cert-manager
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Add support for k8s 1.30 [#727](https://github.com/cybozu-go/moco/pull/727)
- Add support for k8s 1.31 [#727](https://github.com/cybozu-go/moco/pull/727)

## [0.23.2] - 2024-07-02

Expand Down
4 changes: 2 additions & 2 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ MySQL versions appear twice:
strategy:
matrix:
mysql-version: ["8.4.0"]
k8s-version: ["1.28.9", "1.29.4", "1.30.4"]
k8s-version: ["1.29.4", "1.30.4", "1.31.0"]
...
# Matrix tests for different MySQL versions on the latest supported Kubernetes version.
e2e-mysql:
name: Supported MySQL versions End-to-End Tests
strategy:
matrix:
mysql-version: ["8.0.28", "8.0.36", "8.0.37", "8.4.0"]
k8s-version: ["1.30.4"]
k8s-version: ["1.31.0"]
```
## Updating moco-agent
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.28, 8.0.36, 8.0.37, 8.4.0
- Kubernetes: 1.28, 1.29, 1.30
- Kubernetes: 1.29, 1.30,1.31

MOCO supports (tests) the LTS releases of MySQL 8.
Innovation releases would probably work. But they are not tested in our CI.
Expand Down
8,219 changes: 0 additions & 8,219 deletions charts/moco/templates/generated/crds/moco_crds.yaml

This file was deleted.

Loading

0 comments on commit 5aa4569

Please sign in to comment.