This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Releases: mariadb-operator/agent
Releases · mariadb-operator/agent
v0.0.4-beta2
What's Changed
- Removed the
GTID
field from theGaleraState
struct by @matthieugusmini in #6
Full Changelog: v0.0.4-beta1...v0.0.4-beta2
v0.0.4-beta1
What's Changed
- Handle
wsrep_gtid_mode
enabled by @matthieugusmini in #5
New Contributors
- @matthieugusmini made their first contribution in #5
Full Changelog: v0.0.3...v0.0.4-beta1
v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
🤖 Sidecar agent for MariaDB that co-operates with mariadb-operator. Remotely manage Galera via HTTP instead of configuration *.cnf
files.
- HTTP API to manage Galera and expose the MariaDB state to
mariadb-operator
- Query and update Galera state without mounting
/var/lib/mysql/grastate.dat
- Perform Galera cluster recovery remotely
- Bootstrap new Galera cluster as a result of the cluster recovery
- Idiomatic Go HTTP client pkg/client