Skip to content

Releases: kloeckner-i/db-operator

v0.4.2

10 Jun 13:17
453839d
Compare
Choose a tag to compare

single writer config for proxy sql

v0.4.1

09 Jun 08:33
f5a04a8
Compare
Choose a tag to compare
  • 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

05 Jun 13:38
8031dec
Compare
Choose a tag to compare
  • 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

04 May 14:36
013ff84
Compare
Choose a tag to compare
  • 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

30 Mar 07:20
fe3dc20
Compare
Choose a tag to compare
  • METAL-1765 remove creating monitoring exporter feature from Database custom resource
  • move exporter enable feature to DbInstance in spec.monitoring

v0.1.1

20 Mar 14:01
8c301a7
Compare
Choose a tag to compare
  • 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

24 Feb 14:20
92d9bc3
Compare
Choose a tag to compare

This is the first release of db-operator.
It is currently not in production ready state.