Skip to content

Releases: MaibornWolff/hybrid-cloud-postgresql-operator

v0.5.7

20 Jan 08:12
Compare
Choose a tag to compare

This is a bugfix release. It adds a workaround for a problem in kopf (the underlying library used by this operator) that leads to crashes on AKS versions >= 1.30 due to changed serviceaccount token expiration.

If you are on an affected AKS version, update the operator to 0.5.7 and add the following to the helm values for the operator:

tokenExpirationWorkaround: true

To verify it worked, check the operator pod logs for a line like Using token from /var/run/secrets/serviceaccount/token for authentication.

v0.5.6

24 Jul 06:48
3e1faaa
Compare
Choose a tag to compare

This is a maintenance release with the following changes:

  • Updated python dependencies
  • Add parameters "extraLabels" and "extraLabelsSelector" to helm chart by @patrickdmw in #25

v0.5.5

05 Jun 07:19
Compare
Choose a tag to compare

This is a bugfix release that fixes a bug happening on Azure Postgres versions 15 and 16 where, when creating databases, the user for that database was not correctly assigned permissions for the database.

v0.5.4

19 Mar 07:27
Compare
Choose a tag to compare

This is a maintenance release with the following changes:

  • Azure flexible server now supports postgresql versions 14 to 16 (default if no version is given is still 13 to stay compatible)
  • Downgrade of azure sdk dependency as the newest pre-release version is missing relevant fields

v0.5.3

13 Mar 10:29
Compare
Choose a tag to compare

This is a maintenance release with the following changes:

  • Helm chart now supports the podLabels parameter
  • Update of python dependencies

v0.5.2

07 Feb 13:45
a40f9c9
Compare
Choose a tag to compare

What's Changed

  • Add an option to disable usage of special characters in the database password by @patrickdmw in #19
  • Update library dependencies

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

26 Sep 12:45
9bc3d18
Compare
Choose a tag to compare

What's Changed

  • Update library dependencies in #13
  • Azure: Handle read-only server-parameters by @BeTheFlow95 in #14

v0.5.0

01 Aug 10:30
Compare
Choose a tag to compare

What's Changed

  • Initial support for AWS RDS and AWS RDS Aurora backends
  • A latest-update timestamp is now shown as part of the custom object status
  • Documentation improvements
  • Updates of various internally used libraries

v0.4.0

30 May 10:31
39feb99
Compare
Choose a tag to compare

What's Changed

  • Add option to use private DNS zone in another resource group by @BeTheFlow95 in #9

v0.3.1

26 May 06:34
af194b5
Compare
Choose a tag to compare

This is a maintenance/patch release that fixes a configuration problem for the helmbitnami backend. It also updates dependencies.

What's Changed

  • Fix resource configuration (cpu, memory) of helmbitnami postgresql by @LarsGielsok in #8
  • Update all dependencies by @renovate in #7

New Contributors

  • @LarsGielsok made their first contribution in #8

Full Changelog: v0.3.0...v0.3.1