Releases: kloeckner-i/db-operator
Releases · kloeckner-i/db-operator
v0.14.1
- remove MySQL deprecated PASSWORD function
- remove percona integration test
v0.14.0
v0.13.2: [METAL-2927] Push to github container registry on releases (#77)
Co-authored-by: Damian Peckett <[email protected]>
[fix] avoid duplicated update request against gsql instance
db-operator was send every 1 min an update request against gsql instance, if the settings where changed. If gsql was still in updating process, a new request was throw an error. Now we skip an additional update event, if gsql instance is not ready.
Use db-auth-gateway instead of cloudsql-proxy
v0.13.0 [METAL-2848] Make Sure Operator is Compatible With Kubernetes v1.19 (…
[BugFix] solved mysql connection leak
Fixed a connection leak in the mysql handler.
Add Monitoring for backups with prometheus push gateway
v0.12.1 Merge pull request #67 from kloeckner-i/METAL-2665/postgres_backup_mo…
Migrate to kubebuilder
v0.12.0 [METAL-2279] Migrate the db-operator to kubebuilder and github action…
v0.11.3
- fix cloudsqlproxy issue by upgrading github.com/GoogleCloudPlatform/cloudsql-proxy to v1.23.0
v0.11.2
- fix missing user variable assignment when creating gsql instance