Documentation Home
MySQL Operator for Kubernetes Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 54.0Kb
PDF (A4) - 56.7Kb


MySQL Operator for Kubernetes Release Notes  /  Changes in MySQL Operator for Kubernetes 8.0  /  Changes in MySQL Operator for Kubernetes 8.0.31-2.0.7 (2022-10-11, General Availability)

Changes in MySQL Operator for Kubernetes 8.0.31-2.0.7 (2022-10-11, General Availability)

Functionality Added or Changed

  • Added AWS S3 support, a feature added in MySQL Shell 8.0.30.

    This extends the dumpInstance.storage and initDB.storage properties to include an s3 property with bucketName and credentials. The credentials property is a Kubernetes Secret with awsAccessKeyId, awsSecretAccessKey, awsSessionToken (optional), region, and s3EndpointOverride (optional). (WL #15115)

Bugs Fixed

  • Dropped compatibility for Kubernetes 1.20 and older. (Bug #34624864)

  • The dumpOptions definition defined in a MySQL Backup request was ignored. (Bug #34569963)

  • Fixed cluster controller that would prevent the operator to transition the cluster to a ready state when using initDB.dump.storage. (Bug #34568096)

  • The operator now only checks changes to InnoDBCluster related secrets. (Bug #34537538)