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