| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Postgres Operator v2.0.2 source code.tar.gz | 2026-08-20 | 4.3 MB | |
| Postgres Operator v2.0.2 source code.zip | 2026-08-20 | 4.4 MB | |
| README.md | 2026-08-20 | 1.4 kB | |
| Totals: 3 Items | 8.7 MB | 0 | |
This is a bugfix release to the 2.0 version of the Postrges Operator. Thanks to everyone who gave feedback, raised issues or fixed bugs.
Bugfixes
- fix schema validation of
sidecarsoption in OperatorConfiguration CRD [#3160] - skip ALTER ROLE when the stored SCRAM verifier already matches the password [#3171]
- skip owner references on user secrets when secret deletion is disabled [#3165]
- [UI] bump js-yaml from 4.3.0 to 4.3.1 [#3166]
- [helm] update helm chart index [#3148]
- [helm] add deployment strategy type
Recreateto deployment template for smoother upgrade experience between v1.x to v2.x [#3164]
Breaking Change
- add major version v2 to go module path which was forgotten during the v2 release. If you're using the Posthres Operator as a library you need to update your go code! [#3156]
Images
Postgres Operator: ghcr.io/zalando/postgres-operator:v2.0.2 Pooler: UI: ghcr.io/zalando/postgres-operator/pgbouncer:v2.0.2 UI: ghcr.io/zalando/postgres-operator-ui:v2.0.2 Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v2.0.2
Helm charts
via ghcr.io ghcr.io/zalando/charts/postgres-operator:2.0.2 ghcr.io/zalando/charts/postgres-operator-ui:2.0.2
Thanks to our contributors: @l0wl3vel, @rasoanaivo-r, @g2px1, @adshin21, @Jan-M, @mikkeloscar, @idanovinda, @jopadi, @sdudoladov, @FxKu