defenseunicorns / uds-package-postgres-operator

šŸ­ UDS Postgres Operator Zarf Package
GNU Affero General Public License v3.0
5 stars 2 forks source link

chore(deps): update postgres package dependencies #30

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/bitnami/pgbouncer (source) minor 1.21.0 -> 1.23.0
ghcr.io/zalando/postgres-operator minor v1.11.0 -> v1.12.2
ghcr.io/zalando/postgres-operator/logical-backup minor v1.11.0 -> v1.12.2
postgres-operator minor 1.11.0 -> 1.12.2
registry1.dso.mil/ironbank/opensource/zalando/postgres-operator (source) minor v1.11.0 -> v1.12.2

Release Notes

zalando/postgres-operator (ghcr.io/zalando/postgres-operator) ### [`v1.12.2`](https://togithub.com/zalando/postgres-operator/releases/tag/v1.12.2): Blissful Ants [Compare Source](https://togithub.com/zalando/postgres-operator/compare/v1.12.1...v1.12.2) This is a bugfix release to the `1.12` version of the Postrges Operator. Thanks to everyone who gave feedback, raised issues or fixed bugs. ##### Fixes and enhancements - use json tag for schema mapping of InfrastructureRole struct ([#​2659](https://togithub.com/zalando/postgres-operator/issues/2659)) - align base images in arm build pipeline with Docker images ([#​2663](https://togithub.com/zalando/postgres-operator/issues/2663)) - align dependencies in Makefile ([#​2647](https://togithub.com/zalando/postgres-operator/issues/2647)) - \[UI] fix exec format error on ARM ([#​2663](https://togithub.com/zalando/postgres-operator/issues/2663), [#​2649](https://togithub.com/zalando/postgres-operator/issues/2649)) - \[UI] use nodejs-lts instead of outdated alpine version to workaround permission issue with old npm version ([#​2653](https://togithub.com/zalando/postgres-operator/issues/2653)) ##### Breaking changes - removed helm chart version 1.10.0, 1.12.0 and 1.12.1 and only provide the last point release of each version ([#​2664](https://togithub.com/zalando/postgres-operator/issues/2664)) amd images: **Docker image**: registry.opensource.zalan.do/acid/postgres-operator:v1.12.2 **UI Docker image**: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.12.2 **Logical Backup Docker image**: registry.opensource.zalan.do/acid/logical-backup:v1.12.2 Multi-arch image (arm): Postgres Operator: ghcr.io/zalando/postgres-operator:v1.12.2 UI: ghcr.io/zalando/postgres-operator-ui:v1.12.2 Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.12.2 **Default Spilo image**: ghcr.io/zalando/spilo-16:3.2-p3 Thanks to our contributors: [@​macedigital](https://togithub.com/macedigital), [@​FxKu](https://togithub.com/FxKu), [@​idanovinda](https://togithub.com/idanovinda), [@​hemakshis](https://togithub.com/hemakshis), [@​Skoucail](https://togithub.com/Skoucail) [@​crkochan](https://togithub.com/crkochan) ### [`v1.12.1`](https://togithub.com/zalando/postgres-operator/releases/tag/v1.12.1): Armless ants [Compare Source](https://togithub.com/zalando/postgres-operator/compare/v1.12.0...v1.12.1) Please refer to the 1.12.2 changelog. The only difference is that we fixed the arm build pipeline for 1.12.2 and for helm charts, we only kept the last point release of each version. ### [`v1.12.0`](https://togithub.com/zalando/postgres-operator/releases/tag/v1.12.0): Blissful Ant [Compare Source](https://togithub.com/zalando/postgres-operator/compare/v1.11.0...v1.12.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 config option to prevent operator from removing secrets on cluster deletion ([#​2582](https://togithub.com/zalando/postgres-operator/issues/2582)) - New flag for volumes to specify subPath as an expression to include [env variables](https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath-expanded-environment) ([#​2463](https://togithub.com/zalando/postgres-operator/issues/2463), [#​2638](https://togithub.com/zalando/postgres-operator/issues/2638)) - \[UI] Allow scheduling constraints for UI deployment ([#​2326](https://togithub.com/zalando/postgres-operator/issues/2326)) - \[LogicalBackup] make bucket prefix for logical backup configurable ([#​2609](https://togithub.com/zalando/postgres-operator/issues/2609)) ##### Enhancements - Apply template on all keys of OperatorConfiguration ([#​2608](https://togithub.com/zalando/postgres-operator/issues/2608)) - \[UI] Removal of manual authentication for user login ([#​2635](https://togithub.com/zalando/postgres-operator/issues/2635)) - \[UI] Centralized logging to eliminate logger errors in UI pod logs ([#​2645](https://togithub.com/zalando/postgres-operator/issues/2645)) - \[LogicalBackup] re-use configured pod tolerations also for logical backup job pods ([#​2018](https://togithub.com/zalando/postgres-operator/issues/2018)) - \[Helm] charts are using ARM images by default ([#​2634](https://togithub.com/zalando/postgres-operator/issues/2634)) ##### Bugfixes - Add missing json mapping to `infrastructure_roles_secrets` config option ([#​2645](https://togithub.com/zalando/postgres-operator/issues/2645)) - \[Helm] fix creation of configuration when ConfigMap is used ([#​2584](https://togithub.com/zalando/postgres-operator/issues/2584)) - \[Helm] add pdb_master_label_selector to helm chart and example manifests ([#​2595](https://togithub.com/zalando/postgres-operator/issues/2595)) ##### Breaking Changes - Dropped Helm charts for releases 1.8.0 and 1.8.1 ([#​2639](https://togithub.com/zalando/postgres-operator/issues/2639)) amd images: **Docker image**: registry.opensource.zalan.do/acid/postgres-operator:v1.12.0-dirty **UI Docker image**: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.12.0 **Logical Backup Docker image**: registry.opensource.zalan.do/acid/logical-backup:v1.12.0 Multi-arch image (arm): Postgres Operator: ghcr.io/zalando/postgres-operator:v1.12.0 UI: ghcr.io/zalando/postgres-operator-ui:v1.12.0 Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.12.0 **Default Spilo image**: ghcr.io/zalando/spilo-16:3.2-p3 Thanks to our contributors: [@​FxKu](https://togithub.com/FxKu), [@​idanovinda](https://togithub.com/idanovinda), [@​hughcapet](https://togithub.com/hughcapet) [@​dmotte](https://togithub.com/dmotte), [@​LordGaav](https://togithub.com/LordGaav), [@​hemakshis](https://togithub.com/hemakshis), [@​duckhawk](https://togithub.com/duckhawk), [@​smutel](https://togithub.com/smutel), [@​ThoreKr](https://togithub.com/ThoreKr), [@​pratheekrebala](https://togithub.com/pratheekrebala)

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.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.