Skip to content

Releases: kloeckner-i/db-operator

v0.14.1

17 Nov 16:20
c620789
Compare
Choose a tag to compare
  • remove MySQL deprecated PASSWORD function
  • remove percona integration test

v0.14.0

30 Aug 11:34
12232bd
Compare
Choose a tag to compare

Release the new proxy metrics feature.

v0.13.2: [METAL-2927] Push to github container registry on releases (#77)

09 Aug 11:03
82df06b
Compare
Choose a tag to compare

[fix] avoid duplicated update request against gsql instance

29 Jul 12:47
35cdfb7
Compare
Choose a tag to compare

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

01 Jul 12:42
2e48bbe
Compare
Choose a tag to compare
[METAL-2848] Make Sure Operator is Compatible With Kubernetes v1.19 (…

…#72)

* [METAL-2848] Use kubernetes v1.19 in the ci pipeline and make sure we use the latest v1.19 client libraries.

* [METAL-2848] Fix up the integration tests

Co-authored-by: Damian Peckett <[email protected]>

[BugFix] solved mysql connection leak

25 Jun 07:38
32b70bf
Compare
Choose a tag to compare

Fixed a connection leak in the mysql handler.

Add Monitoring for backups with prometheus push gateway

24 Jun 06:39
3c4e3a8
Compare
Choose a tag to compare
Merge pull request #67 from kloeckner-i/METAL-2665/postgres_backup_mo…

…niotring_2

METAL-2665 add backup monitoring with prometheus pushgateway

Migrate to kubebuilder

10 Jun 14:08
dd5175b
Compare
Choose a tag to compare
[METAL-2279] Migrate the db-operator to kubebuilder and github action…

…s (#64)

Co-authored-by: Damian Peckett <[email protected]>

v0.11.3

03 Jun 15:31
30384a6
Compare
Choose a tag to compare
  • fix cloudsqlproxy issue by upgrading github.com/GoogleCloudPlatform/cloudsql-proxy to v1.23.0

v0.11.2

03 Jun 12:18
32c7922
Compare
Choose a tag to compare
  • fix missing user variable assignment when creating gsql instance