Skip to content

Releases: movetokube/postgres-operator

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.

0.4.4

01 Jun 15:10
9cad050
Compare
Choose a tag to compare

Supports dropOnDelete flag for Azure PostgreSQL databases.

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

0.4.3

09 Jul 09:34
10209e1
Compare
Choose a tag to compare

Minor update to Kubernetes secret containing postgres credentials. Fields added to the secret:

  • HOST - hostname
  • DATABASE_NAME - the name of postgres database

Operator is available as container image in Dockerhub: movetokube/postgres-operator:0.4.3

0.4.2

25 Jan 16:06
Compare
Choose a tag to compare

Features

  • support for creating Postgres extensions in the database
  • Patch instead of Updated for updating CRs via Kubernetes API

Improvements

  • operator-sdk dependencies are updated to 0.14.0
  • unit test coverage
  • latest container image tag will now match the latest semantic version

Operator container images

Available at Dockerhub

movetokube/postgres-operator:0.4.2
movetokube/postgres-operator:latest

Support for Azure managed Postgres

19 Dec 12:42
Compare
Choose a tag to compare
fix: make compatbile for Azure Database for PostgreSQL (#21)

* feat: support for Azure managed Postgres database
* feat: new config variable: POSTGRES_DEFAULT_DATABASE to use for connecting to the database
* add login attribute to CRD
* chore: manual replaced github.com entries to relative directory so git diff is smaller

Postgres privilege control

15 Dec 19:29
a49abde
Compare
Choose a tag to compare
0.4

add github actions to build and publish operator container image (#27)