Skip to content

Releases: MaibornWolff/hybrid-cloud-postgresql-operator

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

v0.3.0

11 Apr 13:16
Compare
Choose a tag to compare

This release contains a new feature to configure server parameters for Azure Database for PostgreSQL.
Additionally various internal dependencies have been updated.

New Contributors

v0.2.0

06 Jul 11:08
Compare
Choose a tag to compare

New:

  • Proof-of-concept backend for yugabyte (using helm chart)
  • Allow admins to overwrite the azure name for a PostgreSQL server

Changed:

  • CRDs are moved into a separate helm chart to make handling clearer
  • RoleBindings that are created as part of the helm chart have been fixed and extended

v0.1.0

13 Apr 17:00
Compare
Choose a tag to compare

This is the first release of the hybrid-cloud-postgresql-operator. A kubernetes operator designed for hybrid-cloud, multi-teams kubernetes platforms to allow teams to deploy and manage their own databases via kubernetes without cloud provider specific provisioning.

Main features:

  • Provides Kubernetes Custom resources for deploying and managing PostgreSQL servers and databases
  • Abstracted, unified API regardless of target environment (cloud, on-premise)
  • Currently supports Azure Database for PostgreSQL single and flexible servers and on-premise deployments via bitnami helm chart (prototype)