MariaDB Enterprise Kubernetes Operator 26.06.2
MariaDB Enterprise Operator 26.06.2 is a maintenance release of MariaDB Enterprise Operator, released on 2026-08-28
Release date: 28 August 2026
MariaDB Enterprise Kubernetes Operator 26.06.2 is a maintenance release for the 26.06 series. It focuses on the reliability of replication topologies during switchovers and updates.
If you are updating from a previous version, please follow the UPDATE GUIDE to ensure a safe transition.
Changelog
K8SDKR-304: Multiple fixes in the failover and switchover mechanisms fully driven by the operator (not MaxScale):
RESET MASTER;is no longer issued when configuring a replica, in any replication topology. This is safer: binary logs and GTID positions are preserved when a primary is demoted, which keeps point-in-time recovery archival consistent and surfaces errant transactions instead of silently erasing them.Error 1948, returned when resettinggtid_slave_poswhile promoting a new primary, is now handled. Previously the error aborted the promotion and left the primary half configured.User,GrantandDatabaseresources are no longer reconciled while theMariaDBis in a transient state, such as an ongoing switchover.
K8SDKR-307:
read_onlyis now enforced on the replicas of clusters that do not use MaxScale even when theMariaDBresource is notReady. Sinceread_onlyis runtime state only and is not persisted in the MariaDB configuration, a replica that restarted while unhealthy could stay writable indefinitely. Clusters withspec.maxScaleRefset are unaffected and behave exactly as before.K8SDKR-297: A rolling update no longer gets stuck on a MaxScale switchover when the promoted primary has an empty
gtid_binlog_pos. The operator now forces the primary configuration in this scenario, which populates the binary log position and makes the node a valid demotion target formariadbmon.K8SDKR-303: The
copy-agentinit container image now honorsupdateStrategy.autoUpdateDataPlane, like the rest of the data-plane containers. Previously it was taken directly from the running operator image, so updating the operator triggered an unsolicited rolling restart of everyMariaDBwith replication enabled, even whenautoUpdateDataPlanewasfalse.K8SDKR-296: The downtime window observed during a failover with MaxScale has been decreased. See MXS-6859.
K8SDKR-310: New
replication.semiSyncWaitNoSlavefield in theMariaDBresource, which maps torpl_semi_sync_master_wait_no_slave. Using this field requires the data-plane to be updated to26.6.2.K8SDKR-177: OpenShift
4.20and4.22are now supported. The operator is certified and published in the4.22,4.20,4.18and4.16certified operator catalogs.
Platform and component versions
The current release has been tested with the following versions:
Kubernetes
1.36
OpenShift
4.20
MariaDB Enterprise Server
11.8.8-5
MaxScale
25.10.3
This page is: Copyright © 2026 MariaDB. All rights reserved.
Last updated
Was this helpful?

