Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 06:55
· 80 commits to refs/heads/main since this release
5b05650

General Changes

Notes

This release adds new labels to the postgresql resources so properly separate multiple postgreslets in the same service cluster. As a result, a second restart is required: when the new postgreslet is initially rolled out, the new selector does not match any resources and hence it does not update the postgres-operators. After the first reconcile, all new labels are added. When restarting the postgreslet now, the selector does match and all postgres-operator updates are properly performed.

kubectl --namespace postgreslet-system rollout restart deployment/postgreslet