cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.
https://cybozu-go.github.io/moco/
Apache License 2.0
272 stars 22 forks source link

Support MySQL 8.0.33 and 8.0.34 #549

Closed masa213f closed 11 months ago

masa213f commented 1 year ago

What

Support MySQL 8.0.33 and 8.0.34 https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-33.html https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-34.html

How

Describe how to address the issue.

Checklist

ymmt2005 commented 1 year ago

@masa213f Cc: @arosh @shunki-fujita Now that MySQL 8.0 has become a long-term support release, can we only support the latest version of 8.0? What do you think?

shunki-fujita commented 1 year ago

@ymmt2005 According to the documentation, two versions are supported from the latest version. (and the version used internally). https://github.com/cybozu-go/moco/blob/main/DEVELOP.md#running-tests

If the version used internally is included in the support, there is no problem with supporting only the latest version.

@masa213f I would like to hear from the maintainers who decided on this policy.

masa213f commented 11 months ago

@ymmt2005 @shunki-fujita Sorry for the late reply. As you commented, it might be enough to test only the latest version of v8.0. I will do the CI update in another task.