v0.2.1
版本发布时间: 2018-12-03 22:19:41
bitpoke/mysql-operator最新发布版本:v0.6.3(2023-05-22 23:24:30)
This release has a new rewrite from version v0.1.x
, the operator is based on kubebuilder as underlying SDK for writing k8s operators. This version contains all previous v0.1.x
features, stability improvments, and minor bug fixing.
- Fixes bug when cluster is scaled down (#160 )
- Provides a way to delete PVC when cluster is deleted ( #73 ) ( thanks to @smanpathak )
- The PVCs has as owner reference the mysql cluster ( #79 )