Skip to content

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@AMecea AMecea released this 03 Dec 14:19
· 633 commits to master since this release

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 )