Skip to content

Releases: movetokube/postgres-operator

ext-postgres-operator-1.2.0

29 Oct 10:32
57c5e15
Compare
Choose a tag to compare

A Helm chart for the External Postgres operator

ext-postgres-operator-0.1.2

29 Oct 10:26
264ef73
Compare
Choose a tag to compare

A Helm chart for the External Postgres operator

1.2.0

17 Oct 09:39
2421f1e
Compare
Choose a tag to compare

Changes:

  • Experimental support for Postgres and PostgresUser CRs in dynamically created namespaces (resolves #86)

This new feature allows using multiple ext-postgres-operators to selectively process CRs that were created with a special annotation.

Container image: movetokube/postgres-operator:1.2.0

1.1.2

29 Aug 13:14
6300415
Compare
Choose a tag to compare

Changes:

  • Fix encoding postgres URI args (resolves #88)

Container image: movetokube/postgres-operator:1.1.1

1.1.1

20 Apr 13:02
93bda9d
Compare
Choose a tag to compare

Changes:

  • Fix queries for GCP support

Container image is available in Dockerhub movetokube/postgres-operator:1.1.1

1.1.0

06 Apr 07:50
2297402
Compare
Choose a tag to compare

Changes:

  • GCP support
  • small improvements

Container image is available in Dockerhub movetokube/postgres-operator:1.1.0

1.0.0

26 Feb 07:48
8dc33d0
Compare
Choose a tag to compare

This release includes breaking changes and upgrade from 0.x.x should be carefully planned.

Changes:

  • operator-sdk updated to version 0.18
  • apiextensions.k8s.io/v1beta1 updated to apiextensions.k8s.io/v1
  • compatibility with kubernetes 1.22

Ideally, you should install it fresh as 0.5.x compatibility with 1.0.0 is not extensively tested.

Container image is available in Dockerhub movetokube/postgres-operator:1.0.0

0.5.2

22 Dec 13:02
a4e44c7
Compare
Choose a tag to compare

Minor changes and bug fixes:

  • Use kustomize for deployments
  • Fix crash loop when database managed by postgres-operator is deleted externally

Container image is available in Dockerhub movetokube/postgres-operator:0.5.2

0.5.1

27 Aug 10:13
cf1aa09
Compare
Choose a tag to compare

Adds JDBC compatible URI to Kubernetes Secret

Container image available in Dockerhub: movetokube/postgres-operator:0.5.1

0.5.0

05 Jul 12:03
243a5ec
Compare
Choose a tag to compare

This is the same operator version as 0.4.4, but uses ubi8 base image instead of ubi7 to solve security vulnerabilities.