Skip to content

K8SPS-358 add MySQL 8.3 and MySQL 8.4 support #676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

hors
Copy link
Collaborator

@hors hors commented Jun 20, 2024

CHANGE DESCRIPTION

Problem:
Short explanation of the problem.

Cause:
Short explanation of the root cause of the issue if applicable.

Solution:
Short explanation of the solution we are providing with this PR.

CHECKLIST

Jira

  • Is the Jira ticket created and referenced properly?
  • Does the Jira ticket have the proper statuses for documentation (Needs Doc) and QA (Needs QA)?
  • Does the Jira ticket link to the proper milestone (Fix Version field)?

Tests

  • Is an E2E test/test case added for the new feature/change?
  • Are unit tests added where appropriate?

Config/Logging/Testability

  • Are all needed new/changed options added to default YAML files?
  • Did we add proper logging messages for operator actions?
  • Did we ensure compatibility with the previous version or cluster upgrade process?
  • Does the change support oldest and newest supported PS version?
  • Does the change support oldest and newest supported Kubernetes version?

@pull-request-size pull-request-size bot added the size/XS 0-9 lines label Jun 20, 2024
@@ -192,12 +192,12 @@

MYSQL_VERSION=$(mysqld -V | awk '{print $3}' | awk -F'.' '{print $1"."$2}')

if [ "$MYSQL_VERSION" != '8.0' ]; then
if ! [[ "$MYSQL_VERSION" =~ ^(8\.0|8\.3|8\.4)$ ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shfmt] reported by reviewdog 🐶

Suggested change
if ! [[ "$MYSQL_VERSION" =~ ^(8\.0|8\.3|8\.4)$ ]]; then
if ! [[ $MYSQL_VERSION =~ ^(8\.0|8\.3|8\.4)$ ]]; then

@hors hors force-pushed the add-ps-8.3-8.4-support branch from 9bbfb70 to 94746c8 Compare June 20, 2024 16:16
@hors hors changed the title add MySQL 8.3 and MySQL 8.4 support K8SPS-358 add MySQL 8.3 and MySQL 8.4 support Jun 21, 2024
@@ -192,12 +192,12 @@

MYSQL_VERSION=$(mysqld -V | awk '{print $3}' | awk -F'.' '{print $1"."$2}')

if [ "$MYSQL_VERSION" != '8.0' ]; then
if ! [[ "$MYSQL_VERSION" =~ ^(8\.0|8\.4)$ ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shfmt] reported by reviewdog 🐶

Suggested change
if ! [[ "$MYSQL_VERSION" =~ ^(8\.0|8\.4)$ ]]; then
if ! [[ $MYSQL_VERSION =~ ^(8\.0|8\.4)$ ]]; then

@pull-request-size pull-request-size bot added size/S 10-29 lines and removed size/XS 0-9 lines labels Jan 15, 2025
@JNKPercona
Copy link
Collaborator

Test name Status
version-service failure
async-ignore-annotations failure
auto-config failure
config failure
config-router failure
demand-backup failure
gr-demand-backup failure
gr-demand-backup-haproxy failure
gr-finalizer failure
gr-haproxy failure
gr-ignore-annotations failure
gr-init-deploy failure
gr-one-pod failure
gr-recreate failure
gr-scaling failure
gr-scheduled-backup failure
gr-security-context failure
gr-self-healing failure
gr-tls-cert-manager failure
gr-users failure
haproxy failure
init-deploy failure
limits passed
monitoring failure
one-pod failure
operator-self-healing failure
recreate failure
scaling failure
scheduled-backup failure
service-per-pod failure
sidecars failure
smart-update failure
tls-cert-manager failure
users failure
We run 34 out of 34

commit: 5e3c84d
image: perconalab/percona-server-mysql-operator:PR-676-5e3c84d9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S 10-29 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants