Skip to content

Releases: movetokube/postgres-operator

2.0.0-rc1

14 May 05:39
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-rc0...2.0.0-rc1

2.0.0-rc0

09 May 11:28
Compare
Choose a tag to compare
2.0.0-rc0 Pre-release
Pre-release
Fix release workflow

1.3.5

28 Apr 07:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.4...1.3.5

ext-postgres-operator-1.2.7

28 Apr 07:39
Compare
Choose a tag to compare

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.7

1.3.4

24 Apr 08:50
008dfd5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.3...1.3.4

1.3.3

29 Feb 11:10
035c13a
Compare
Choose a tag to compare

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: 1.3.2...1.3.3

ext-postgres-operator-1.2.6

29 Feb 11:07
035c13a
Compare
Choose a tag to compare

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

04 Jan 18:45
9547812
Compare
Choose a tag to compare

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

04 Jan 18:43
9547812
Compare
Choose a tag to compare

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

22 Dec 15:08
49b439d
Compare
Choose a tag to compare

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