This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Releases: mariadb-operator/init
Releases · mariadb-operator/init
v0.0.6
v0.0.5
What's Changed
- Fix empty statedir check by @lgohyipex in #4
New Contributors
- @lgohyipex made their first contribution in #4
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Use [mariadb] as group for MariaDB server by @mmontes11 in #3
Full Changelog: v0.0.3...v0.0.4
v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
🍼 Init container for MariaDB that co-operates with mariadb-operator. Configure Galera and guarantee ordered deployments for MariaDB.
- Avoid hacking with bash
initContainers
, do it properly in Go - Get
MariaDB
resources from the Kubernetes API and configure Galera based on them - Guarantee MariaDB ordered deployment by checking its
Pod
Ready conditions in the Kubernetes API - Allow
spec.podManagementPolicy
=Parallel
in the MariaDBStatefulSet