Movetokube Postgres Operator Versions Save

PostgreSQL operator for Kubernetes

1.3.3

3 months ago

Container images

docker pull movetokube/postgres-operator:1.3.3 docker pull ghcr.io/movetokube/postgres-operator:1.3.3

Helm chart

helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.6

Thank you contributors! @kanor1306 @mfuhrmeisterDM @rjinski

What's Changed

New Contributors

Full Changelog: https://github.com/movetokube/postgres-operator/compare/1.3.2...1.3.3

ext-postgres-operator-1.2.6

3 months ago

A Helm chart for the External Postgres operator helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/ helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.3

1.3.2

4 months ago

Fixes:

  • fixed PostgresUser CRD to be compatible with secretTemplate feature

Container images:

docker pull movetokube/postgres-operator:1.3.2 docker pull ghcr.io/movetokube/postgres-operator:1.3.2 Helm chart:

helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.5

Contributors: @95gabor

ext-postgres-operator-1.2.5

4 months ago

A Helm chart for the External Postgres operator helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/ helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.3

1.3.1

5 months ago

New features:

  • support for templating secrets created by operator

Fixes:

  • tag is set to empty string in Helm chart default values

Container images:

  • docker pull movetokube/postgres-operator:1.3.1
  • docker pull ghcr.io/movetokube/postgres-operator:1.3.1

Helm chart:

  • helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.4

Contributors: @reddec @aszeszo

ext-postgres-operator-1.2.4

5 months ago

A Helm chart for the External Postgres operator helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/ helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.3

1.3.0

6 months ago

Multiple changed in this release:

  • Terminating backend before dropping database on default postgres
  • Added feature (KEEP_SECRET_NAME) to store credentials in secret named exactly the same as defined in CR

Multiplatform builds. Supported platforms:

  • linux/amd64
  • linux/arm64

Container images:

  • docker pull movetokube/postgres-operator:1.3.0
  • docker pull ghcr.io/movetokube/postgres-operator:1.3.0

Thank you contributors! @reddec @romg67 @brpaz

1.2.5

10 months ago

Fixes schema operations on AWS RDS for good and reverses changes done in 1.2.3 and 1.2.4 (https://github.com/movetokube/postgres-operator/pull/122)

Container images now available in both DockerHub and GHCR:

docker pull movetokube/postgres-operator:1.2.5

docker pull ghcr.io/movetokube/postgres-operator:1.2.5

1.2.4

10 months ago

Fixes schema operations on AWS RDS( https://github.com/movetokube/postgres-operator/pull/120)

Container images now available in both DockerHub and GHCR:

docker pull movetokube/postgres-operator:1.2.4

docker pull ghcr.io/movetokube/postgres-operator:1.2.4

1.2.3

10 months ago

Fixes AWS RDS compatibility: https://github.com/movetokube/postgres-operator/pull/112

Container images now available in both DockerHub and GHCR:

docker pull movetokube/postgres-operator:1.2.3

docker pull ghcr.io/movetokube/postgres-operator:1.2.3