chore(deps): update dependency zalando/postgres-operator to v1.14.0 #87

Merged
finn merged 1 commit from renovate/zalando-postgres-operator-1.x into main 2025-01-28 22:09:17 +00:00
Member

This PR contains the following updates:

Package Type Update Change
zalando/postgres-operator Kustomization minor v1.13.0 -> v1.14.0

Release Notes

zalando/postgres-operator (zalando/postgres-operator)

v1.14.0: Hopeful Amoeba

Compare Source

The year is coming to a close and we are happy to announce another new release of the Postgres Operator. Thanks to everyone who contributed with PRs, feedback, raising issues or providing ideas. Have a smooth transition into 2025.

New features
  • support for Postgres 17 (#​2773)
  • ability to set QPS and burst limits for api client to make operator handle bigger fleets better (#​2667)
  • sidecars can be running with a set of Commands (#​2449, #​2825)
  • support for new EBS CSI Driver (#​2677)
  • provide more scaling means for streams and support ignore recovery type (zalando-internal) (#​2817)
Enhancements
  • added retry logic for switchover candidate search in asynchronous mode (#​2760)
  • preparedDatabases feature supports database and schema names with special characters (#​2745, #​2782)
  • operator sets annotation if last major version upgrade failed, next attempt skipped when annotation is present (#​2727, #​2755)
  • added more pre-checks before executing major version upgrade script (#​2772)
  • remember specs of PVCs on sync to make cluster deletion not miss out on them in edge cases (#​2785)
  • added compatibility with Patroni 4, but operator still uses old master label behavior for now (#​2818)
  • cleaned up code problems reported by go linter (mostly redundant type from arrays) (#​2739)
  • improved docs about automated major version upgrades (#​2807)
  • use a more recent postgres-exporter example in servicemonitor manifest (#​2777)
  • update Go to 1.23.4 and also updated dependencies (#​2824, #​2740, #​2816, #​2819)
  • [Helm] make replica count for UI deployment configurable (#​2708)
Bugfixes
  • update CRD schema pattern for resources to allow empty strings (#​2735)
  • do not use extra labels to list stream resources because they can change and lead to duplicates (#​2803)
  • Spilo image contains fix for breaking change for pushing backups with wal-g (#​2786)
  • [Helm] fix indentation of extraEnvs in operator deployment (#​2783, #​2814)
  • [Helm] cluste role was lacking patch privilege on PVCs (#​2762)
Breaking changes
  • updated logs on SYNC and UPDATE events (breaking only if you rely on certain log messages) (#​2738)
  • dropping support for Postgres 12 (#​2773)

amd images:
Docker image: registry.opensource.zalan.do/acid/postgres-operator:v1.14.0
UI Docker image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.14.0
Logical Backup Docker image: registry.opensource.zalan.do/acid/logical-backup:v1.14.0

Multi-arch image (arm):
Postgres Operator: ghcr.io/zalando/postgres-operator:v1.14.0
UI: ghcr.io/zalando/postgres-operator-ui:v1.14.0
Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0

Default Spilo image: ghcr.io/zalando/spilo-17:4.0-p2

Thanks to our contributors: @​idanovinda, @​hughcapet, @​FxKu, @​macedigital, @​sdudoladov
@​fahedouch, @​cosimomeli, @​tabbyl21, @​Demch1k, @​dmotte, @​prasadkris,
@​mjtrangoni @​zyue110026, @​DaDummy, @​Mart-Kuc


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [zalando/postgres-operator](https://github.com/zalando/postgres-operator) | Kustomization | minor | `v1.13.0` -> `v1.14.0` | --- ### Release Notes <details> <summary>zalando/postgres-operator (zalando/postgres-operator)</summary> ### [`v1.14.0`](https://github.com/zalando/postgres-operator/releases/tag/v1.14.0): Hopeful Amoeba [Compare Source](https://github.com/zalando/postgres-operator/compare/v1.13.0...v1.14.0) The year is coming to a close and we are happy to announce another new release of the Postgres Operator. Thanks to everyone who contributed with PRs, feedback, raising issues or providing ideas. Have a smooth transition into 2025. ##### New features - support for Postgres 17 ([#&#8203;2773](https://github.com/zalando/postgres-operator/issues/2773)) - ability to set QPS and burst limits for api client to make operator handle bigger fleets better ([#&#8203;2667](https://github.com/zalando/postgres-operator/issues/2667)) - sidecars can be running with a set of Commands ([#&#8203;2449](https://github.com/zalando/postgres-operator/issues/2449), [#&#8203;2825](https://github.com/zalando/postgres-operator/issues/2825)) - support for new EBS CSI Driver ([#&#8203;2677](https://github.com/zalando/postgres-operator/issues/2677)) - provide more scaling means for streams and support ignore recovery type (zalando-internal) ([#&#8203;2817](https://github.com/zalando/postgres-operator/issues/2817)) ##### Enhancements - added retry logic for switchover candidate search in asynchronous mode ([#&#8203;2760](https://github.com/zalando/postgres-operator/issues/2760)) - `preparedDatabases` feature supports database and schema names with special characters ([#&#8203;2745](https://github.com/zalando/postgres-operator/issues/2745), [#&#8203;2782](https://github.com/zalando/postgres-operator/issues/2782)) - operator sets annotation if last major version upgrade failed, next attempt skipped when annotation is present ([#&#8203;2727](https://github.com/zalando/postgres-operator/issues/2727), [#&#8203;2755](https://github.com/zalando/postgres-operator/issues/2755)) - added more pre-checks before executing major version upgrade script ([#&#8203;2772](https://github.com/zalando/postgres-operator/issues/2772)) - remember specs of PVCs on sync to make cluster deletion not miss out on them in edge cases ([#&#8203;2785](https://github.com/zalando/postgres-operator/issues/2785)) - added compatibility with Patroni 4, but operator still uses old `master` label behavior for now ([#&#8203;2818](https://github.com/zalando/postgres-operator/issues/2818)) - cleaned up code problems reported by go linter (mostly redundant type from arrays) ([#&#8203;2739](https://github.com/zalando/postgres-operator/issues/2739)) - improved docs about automated major version upgrades ([#&#8203;2807](https://github.com/zalando/postgres-operator/issues/2807)) - use a more recent postgres-exporter example in servicemonitor manifest ([#&#8203;2777](https://github.com/zalando/postgres-operator/issues/2777)) - update Go to 1.23.4 and also updated dependencies ([#&#8203;2824](https://github.com/zalando/postgres-operator/issues/2824), [#&#8203;2740](https://github.com/zalando/postgres-operator/issues/2740), [#&#8203;2816](https://github.com/zalando/postgres-operator/issues/2816), [#&#8203;2819](https://github.com/zalando/postgres-operator/issues/2819)) - \[Helm] make replica count for UI deployment configurable ([#&#8203;2708](https://github.com/zalando/postgres-operator/issues/2708)) ##### Bugfixes - update CRD schema pattern for resources to allow empty strings ([#&#8203;2735](https://github.com/zalando/postgres-operator/issues/2735)) - do not use extra labels to list stream resources because they can change and lead to duplicates ([#&#8203;2803](https://github.com/zalando/postgres-operator/issues/2803)) - Spilo image contains fix for breaking change for pushing backups with wal-g ([#&#8203;2786](https://github.com/zalando/postgres-operator/issues/2786)) - \[Helm] fix indentation of `extraEnvs` in operator deployment ([#&#8203;2783](https://github.com/zalando/postgres-operator/issues/2783), [#&#8203;2814](https://github.com/zalando/postgres-operator/issues/2814)) - \[Helm] cluste role was lacking patch privilege on PVCs ([#&#8203;2762](https://github.com/zalando/postgres-operator/issues/2762)) ##### Breaking changes - updated logs on SYNC and UPDATE events (breaking only if you rely on certain log messages) ([#&#8203;2738](https://github.com/zalando/postgres-operator/issues/2738)) - dropping support for Postgres 12 ([#&#8203;2773](https://github.com/zalando/postgres-operator/issues/2773)) amd images: **Docker image**: registry.opensource.zalan.do/acid/postgres-operator:v1.14.0 **UI Docker image**: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.14.0 **Logical Backup Docker image**: registry.opensource.zalan.do/acid/logical-backup:v1.14.0 Multi-arch image (arm): Postgres Operator: ghcr.io/zalando/postgres-operator:v1.14.0 UI: ghcr.io/zalando/postgres-operator-ui:v1.14.0 Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0 **Default Spilo image**: ghcr.io/zalando/spilo-17:4.0-p2 Thanks to our contributors: [@&#8203;idanovinda](https://github.com/idanovinda), [@&#8203;hughcapet](https://github.com/hughcapet), [@&#8203;FxKu](https://github.com/FxKu), [@&#8203;macedigital](https://github.com/macedigital), [@&#8203;sdudoladov](https://github.com/sdudoladov) [@&#8203;fahedouch](https://github.com/fahedouch), [@&#8203;cosimomeli](https://github.com/cosimomeli), [@&#8203;tabbyl21](https://github.com/tabbyl21), [@&#8203;Demch1k](https://github.com/Demch1k), [@&#8203;dmotte](https://github.com/dmotte), [@&#8203;prasadkris](https://github.com/prasadkris), [@&#8203;mjtrangoni](https://github.com/mjtrangoni) [@&#8203;zyue110026](https://github.com/zyue110026), [@&#8203;DaDummy](https://github.com/DaDummy), [@&#8203;Mart-Kuc](https://github.com/Mart-Kuc) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS4xMS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-12-23 12:02:10 +00:00
chore(deps): update dependency zalando/postgres-operator to v1.14.0
All checks were successful
/ diff-and-deploy (push) Successful in 1m10s
8566260595
finn merged commit 467630aae3 into main 2025-01-28 22:09:17 +00:00
finn deleted branch renovate/zalando-postgres-operator-1.x 2025-01-28 22:09:17 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: JankySolutions/infra#87
No description provided.