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

Merged
finn merged 1 commit from renovate/zalando-postgres-operator-1.x into main 2024-09-08 05:08:44 +00:00
Member

This PR contains the following updates:

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

Release Notes

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

v1.13.0: Panoramic Lapwing

Compare Source

We are excited to announce yet another new release of the Postgres Operator. Thanks to everyone who contributed with PRs, feedback, raising issues or providing ideas.

New features
  • new option to enable owner references on all child resources (#​2688, #​2199)
  • implement per-cluster maintenance windows to define when automatic major version upgrade can happen (#​2710, #​2731)
  • [Helm] add extraEnvs for operator deployments (#​2671)
Enhancements
  • pass inherited annotations also to existing child resources (#​2657, #​2713, #​2723)
  • all child resources are now represented in the cluster's Go struct incl. service, endpoints/configmaps created by Patroni (#​2713, #​2733)
  • stream resources are not created after errors on syning the publication and slot (#​2704, #​2728)
  • update package dependencies when building image (#​2665)
  • simplify delivery yaml file for building operator (#​2673)
  • resolve code problems reported by newer linters (#​2715, #​2713)
  • config map example has been fully aligned with CRD config defaults (#​2729)
  • update Go to 1.22.5 and also updated dependencies (#​2699, #​2729)
Bugfixes
  • fix deletion of resources when cluster fields are empty (#​2713)
  • fix volumeMounts diff (nil vs. empty) when comparing containers (#​2686)
  • do not set empty secret env vars for logical backup on GCS and Azure when not configured (#​2732)
  • handle publications without tables (#​2722)
Breaking changes
  • removing streams from manifest triggers a removal of database publication, slots and FES resources (#​2684, #​2563)
  • automatic major version upgrades are enabled by default (manual mode) (#​2729)
  • dropped default of additional_secret_mount_path option when configured via config CRD (#​2729)
  • dropped support for Postgres 11 (#​2706)
  • dropped helm packages for 1.8.2 releases (#​2729)

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

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

Default Spilo image: ghcr.io/zalando/spilo-16:3.3-p1

Thanks to our contributors: @​idanovinda, @​FxKu, @​hughcapet, @​macedigital, @​sdudoladov
@​fahedouch, @​mbegenau, @​nickmansrob, @​desaintmartin


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.12.2` -> `v1.13.0` | --- ### Release Notes <details> <summary>zalando/postgres-operator (zalando/postgres-operator)</summary> ### [`v1.13.0`](https://github.com/zalando/postgres-operator/releases/tag/v1.13.0): Panoramic Lapwing [Compare Source](https://github.com/zalando/postgres-operator/compare/v1.12.2...v1.13.0) We are excited to announce yet another new release of the Postgres Operator. Thanks to everyone who contributed with PRs, feedback, raising issues or providing ideas. ##### New features - new option to enable owner references on all child resources ([#&#8203;2688](https://github.com/zalando/postgres-operator/issues/2688), [#&#8203;2199](https://github.com/zalando/postgres-operator/issues/2199)) - implement per-cluster maintenance windows to define when automatic major version upgrade can happen ([#&#8203;2710](https://github.com/zalando/postgres-operator/issues/2710), [#&#8203;2731](https://github.com/zalando/postgres-operator/issues/2731)) - \[Helm] add extraEnvs for operator deployments ([#&#8203;2671](https://github.com/zalando/postgres-operator/issues/2671)) ##### Enhancements - pass inherited annotations also to existing child resources ([#&#8203;2657](https://github.com/zalando/postgres-operator/issues/2657), [#&#8203;2713](https://github.com/zalando/postgres-operator/issues/2713), [#&#8203;2723](https://github.com/zalando/postgres-operator/issues/2723)) - all child resources are now represented in the cluster's Go struct incl. service, endpoints/configmaps created by Patroni ([#&#8203;2713](https://github.com/zalando/postgres-operator/issues/2713), [#&#8203;2733](https://github.com/zalando/postgres-operator/issues/2733)) - stream resources are not created after errors on syning the publication and slot ([#&#8203;2704](https://github.com/zalando/postgres-operator/issues/2704), [#&#8203;2728](https://github.com/zalando/postgres-operator/issues/2728)) - update package dependencies when building image ([#&#8203;2665](https://github.com/zalando/postgres-operator/issues/2665)) - simplify delivery yaml file for building operator ([#&#8203;2673](https://github.com/zalando/postgres-operator/issues/2673)) - resolve code problems reported by newer linters ([#&#8203;2715](https://github.com/zalando/postgres-operator/issues/2715), [#&#8203;2713](https://github.com/zalando/postgres-operator/issues/2713)) - config map example has been fully aligned with CRD config defaults ([#&#8203;2729](https://github.com/zalando/postgres-operator/issues/2729)) - update Go to 1.22.5 and also updated dependencies ([#&#8203;2699](https://github.com/zalando/postgres-operator/issues/2699), [#&#8203;2729](https://github.com/zalando/postgres-operator/issues/2729)) ##### Bugfixes - fix deletion of resources when cluster fields are empty ([#&#8203;2713](https://github.com/zalando/postgres-operator/issues/2713)) - fix volumeMounts diff (nil vs. empty) when comparing containers ([#&#8203;2686](https://github.com/zalando/postgres-operator/issues/2686)) - do not set empty secret env vars for logical backup on GCS and Azure when not configured ([#&#8203;2732](https://github.com/zalando/postgres-operator/issues/2732)) - handle publications without tables ([#&#8203;2722](https://github.com/zalando/postgres-operator/issues/2722)) ##### Breaking changes - removing streams from manifest triggers a removal of database publication, slots and FES resources ([#&#8203;2684](https://github.com/zalando/postgres-operator/issues/2684), [#&#8203;2563](https://github.com/zalando/postgres-operator/issues/2563)) - automatic major version upgrades are enabled by default (`manual` mode) ([#&#8203;2729](https://github.com/zalando/postgres-operator/issues/2729)) - dropped default of `additional_secret_mount_path` option when configured via config CRD ([#&#8203;2729](https://github.com/zalando/postgres-operator/issues/2729)) - dropped support for Postgres 11 ([#&#8203;2706](https://github.com/zalando/postgres-operator/issues/2706)) - dropped helm packages for 1.8.2 releases ([#&#8203;2729](https://github.com/zalando/postgres-operator/issues/2729)) amd images: **Docker image**: registry.opensource.zalan.do/acid/postgres-operator:v1.13.0 **UI Docker image**: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.13.0 **Logical Backup Docker image**: registry.opensource.zalan.do/acid/logical-backup:v1.13.0 Multi-arch image (arm): Postgres Operator: ghcr.io/zalando/postgres-operator:v1.13.0 UI: ghcr.io/zalando/postgres-operator-ui:v1.13.0 Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0 **Default Spilo image**: ghcr.io/zalando/spilo-16:3.3-p1 Thanks to our contributors: [@&#8203;idanovinda](https://github.com/idanovinda), [@&#8203;FxKu](https://github.com/FxKu), [@&#8203;hughcapet](https://github.com/hughcapet), [@&#8203;macedigital](https://github.com/macedigital), [@&#8203;sdudoladov](https://github.com/sdudoladov) [@&#8203;fahedouch](https://github.com/fahedouch), [@&#8203;mbegenau](https://github.com/mbegenau), [@&#8203;nickmansrob](https://github.com/nickmansrob), [@&#8203;desaintmartin](https://github.com/desaintmartin) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-09-08 05:03:07 +00:00
finn merged commit d9072b15e0 into main 2024-09-08 05:08:44 +00:00
finn deleted branch renovate/zalando-postgres-operator-1.x 2024-09-08 05:08:44 +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#4
No description provided.