Releases: kloeckner-i/db-operator
Releases · kloeckner-i/db-operator
v0.4.2
single writer config for proxy sql
v0.4.1
- fix max connection type to uint16
- Set timeout for the cloudproxy (wait for connections to close before shutting down the proxy. Defaults to 0.)
v0.4.0
- new DbInstance type percona
- new proxy proxysql used for percona
- DbInstance crd validation improvement
- integration test for the percona instance
- DB_HOST information added in info configmap
- proxy address, port as DB_HOST, DB_PORT
v0.3.0
- METAL-1846 fix doc about adminsecret ref
- METAL-1822 upgrade default cloud_sql_proxy image to gcr.io/cloudsql-docker/gce-proxy:1.16
- METAL-1319 general instance / mysql backup support
- METAL-1830 remove /bin/sh from cloud_sql_proxy pod for distroless image
- METAL-1847 support admin username and password secret data key created by stable helm mysql/postgres
v0.2.0
- METAL-1765 remove creating monitoring exporter feature from Database custom resource
- move exporter enable feature to DbInstance in spec.monitoring
v0.1.1
- METAL-1670 mix upper and lower case on password generation
- configurable reconcile period through environment variable
- METAL-1656 add public IP to the generic instance information
v0.1.0
This is the first release of db-operator.
It is currently not in production ready state.