Releases: MaibornWolff/hybrid-cloud-postgresql-operator
v0.5.7
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
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
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
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
This is a maintenance release with the following changes:
- Helm chart now supports the
podLabels
parameter - Update of python dependencies
v0.5.2
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
- @patrickdmw made their first contribution in #19
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Update library dependencies in #13
- Azure: Handle read-only server-parameters by @BeTheFlow95 in #14
v0.5.0
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
What's Changed
- Add option to use private DNS zone in another resource group by @BeTheFlow95 in #9
v0.3.1
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