Releases: bitpoke/mysql-operator
Releases · bitpoke/mysql-operator
v0.1.11
- Add support for pt-kill to limit queries
- Fixing issue with pod labeling
- Serve backups using http instead of ncat and use basic auth
- Add owner reference to PVC to be deleted when a cluster is deleted
- Add support for PodDisruptionBudget by adding
minAvailablecluster param - Set operator to listen by default on all namespaces
- Set a limit for how many recurrent backups to keep by specifying
backupScheduleJobsHistoryLimitcluster param
v0.1.10
.Status.BackupUriis updated now, and.Spec.BackupUriis not modified- Bump orchestrator chart version
0.1.3 - Set Pod labels according to Orc status
- Remove work items from queues on cluster deletion
- Recurrent backups are done by operator using a cron library and not by using k8s cronjob
v0.1.4
- Add master endpoint
foo-mysql-masterthat points to master node. - Auto acknowledge an audit recovery in orchestrator.
- Add openapi validation to CRDs.
- Add pt-heartbeat for every node and cluster lag monitoring.
- Add nodes conditions from orchestrator in cluster status.
- In
foo-mysqlservice register just healthy nodes. - Create a service with all nodes
foo-mysql-nodes(the new headless service for statefulset). - Add
maxSlaveLatencyto cluster spec, that represents the allowed latency for a node. - Rename crd apiVersion from
mysql.presslabs.nettomysql.presslabs.org - Add
--install-crdsflag to operator and update chart to useinstallCRDs.
v0.1.3
v0.1.2
v0.1.1
Initial release 🎉
Initial operator release