Skip to content

Releases: movetokube/postgres-operator

ext-postgres-operator-2.0.0

26 May 09:47
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

2.0.0

26 May 07:31
Compare
Choose a tag to compare

This v2.0.0 release represents a significant milestone in modernizing this project.

🚨 Breaking Changes

  • Drop support for Azure Database for PostgreSQL - Single Server - As Microsoft has deprecated this service, we've removed support to focus on actively maintained Azure PostgreSQL offerings

✨ Major Improvements

  • Updated RBAC policies - Enhanced security and permissions management for better Kubernetes integration
  • Upgraded operator-sdk - Built on the latest operator framework for improved stability and features
  • Dependency updates - All dependencies have been updated to their latest secure versions
  • Enhanced CI/CD - Added Dependabot configuration for automated dependency management

🐛 Bug Fixes

  • Fixed empty HOST field in generated secrets
  • Various minor fixes to the Helm chart for better deployment experience

🛠️ What's Changed

🙏 New Contributors

Full Changelog: 1.3.5...2.0.0

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