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


MySQL Operator for Kubernetes Release Notes  /  Changes in MySQL Operator for Kubernetes 9  /  Changes in MySQL Operator for Kubernetes 9.4.0-2.2.5 (2025-07-22, Innovation Release)

Changes in MySQL Operator for Kubernetes 9.4.0-2.2.5 (2025-07-22, Innovation Release)

Note

These release notes were created with the assistance of MySQL HeatWave GenAI.

Functionality Added or Changed

  • Support for affinity rules and nodeSelector have been added to the mysql-operator Helm chart, to allow control for scheduling. (Bug #38085499)

  • The cipher suites usable by the MySQL Operator for Kubernetes are now limited to the following, which satisfy Oracle's security standards:

    • TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384

    • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384

    • TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256

    • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256

    • TLS_DHE_RSA_WITH_AES_256_GCM_SHA384

    • TLS_DHE_RSA_WITH_AES_128_GCM_SHA256

    • TLS_DHE_RSA_WITH_AES_256_CBC_SHA256

    • TLS_DHE_RSA_WITH_AES_128_CBC_SHA256

    Support for other ciphers has been removed. (Bug #37998747)