Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update postgres support dependencies #39

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v4.1.6 -> v4.1.7
defenseunicorns/uds-common minor v0.6.1 -> v0.7.1
defenseunicorns/uds-common action minor v0.6.1 -> v0.7.1
github/codeql-action action patch v3.25.9 -> v3.25.11
zalando/postgres-operator minor v1.10.1 -> v1.12.2

Release Notes

actions/checkout (actions/checkout)

v4.1.7

Compare Source

defenseunicorns/uds-common (defenseunicorns/uds-common)

v0.7.1

Compare Source

Miscellaneous

v0.7.0

Compare Source

Features
  • add an image override to the renovate config (#​160) (ea2fcf1)
  • compliance: lula validate and evaluate capability definitions (#​157) (b615d90)
Miscellaneous
github/codeql-action (github/codeql-action)

v3.25.11

Compare Source

v3.25.10

Compare Source

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

v1.12.2: Blissful Ants

Compare Source

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)
  • align base images in arm build pipeline with Docker images (#​2663)
  • align dependencies in Makefile (#​2647)
  • [UI] fix exec format error on ARM (#​2663, #​2649)
  • [UI] use nodejs-lts instead of outdated alpine version to workaround permission issue with old npm version (#​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)

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, @​FxKu, @​idanovinda, @​hemakshis, @​Skoucail @​crkochan

v1.12.1: Armless ants

Compare Source

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: Blissful Ant

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 config option to prevent operator from removing secrets on cluster deletion (#​2582)
  • New flag for volumes to specify subPath as an expression to include env variables (#​2463, #​2638)
  • [UI] Allow scheduling constraints for UI deployment (#​2326)
  • [LogicalBackup] make bucket prefix for logical backup configurable (#​2609)
Enhancements
  • Apply template on all keys of OperatorConfiguration (#​2608)
  • [UI] Removal of manual authentication for user login (#​2635)
  • [UI] Centralized logging to eliminate logger errors in UI pod logs (#​2645)
  • [LogicalBackup] re-use configured pod tolerations also for logical backup job pods (#​2018)
  • [Helm] charts are using ARM images by default (#​2634)
Bugfixes
  • Add missing json mapping to infrastructure_roles_secrets config option (#​2645)
  • [Helm] fix creation of configuration when ConfigMap is used (#​2584)
  • [Helm] add pdb_master_label_selector to helm chart and example manifests (#​2595)
Breaking Changes
  • Dropped Helm charts for releases 1.8.0 and 1.8.1 (#​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, @​idanovinda, @​hughcapet
@​dmotte, @​LordGaav, @​hemakshis, @​duckhawk, @​smutel, @​ThoreKr, @​pratheekrebala

v1.11.0: Deliberate Dog

Compare Source

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

New features
  • Added support for Postgres 16 (#​2437, #​2557)
  • ARM support for UI and logical backup images (#​2426, #​2527)
  • New config option to prevent operator from removing PVCs on cluster deletion (#​2579, #​1074)
  • New config option to specify PVC retention policy when deleting or scaling statefulset (#​2343, #​2415, #​2420, #​2584)
  • Add support for hugepages-2Mi/-1Gi in resources section incl. sidecars (#​2311, #​2512)
  • Finalizers can be enabled so custom resource in only removed after its child resources (#​941, #​2509, #​2521, #​2538)
  • Support for dead letter queue to recover from failed events (#​2421)
  • Master label selector can be disabled for the cluster's PodDisruptionBudget (#​2364, #​2595)
  • Single users can opt out from globally enabled password rotation (#​2528)
  • [LogicalBackup] Can specify extra environment variables in a logical_backup_cronjob_environment_secret (#​2051)
Enhancements
  • Allow empty resources when defaults are no set (#​2524)
  • Removal of standby section will promote the cluster (#​2472, #​2513)
  • Support switching secret rotation mode to in-place directly (#​2549)
  • Reduced number of calls on transitive team mappings (#​2445)
  • Configurable priority class for helm chart (#​2499)
  • Double check current Postgres version before trying upgrade (#​2533)
  • Inherited labels and annotations are also passed to logical backup pod (#​2456)
  • Improve appearance of Readme image in github dark mode (#​2431)
  • Improve docs on prepared users (#​2424, #​2425)
  • Improve docs structure on cluster configuration (#​2504)
  • Logging of all returned errors on closing database connections (#​2578)
  • Use Alpine 3 base image without minor version (#​2488)
  • Added unit test for cluster Create() method (#​2509)
  • Replaced deperecated ioutil package (#​2480, #​2531)
  • Bumped the pgBouncer version in pooler image to 1.22.0 (#​2529)
  • Go to 1.21 and updated depedencies (#​2554, #​2577, #​2676, #​2443, #​2433, #​2501, #​2442)
  • Add OCI label for container image source (#​2541)
  • [UI] Improve docs on watched namespaces (#​2412)
  • [LogicalBackup] Bump Ubuntu version (#​2478)
Bugfixes
  • Operator reflects new member states returned by Patroni cluster endpoint (#​2515)
  • Avoid password replacement if system users for pooler or streams are listed in the manifest (#​2489)
  • Compare single volume templates only if the number of templates has not changed (#​2493)
  • Changes to synchronous node count in Patroni section are now diffed (#​2558)
  • Update internal PostgresSpec after updating cluster status to not block subsequent updates (#​2546)
Breaking changes
  • Operator will not set the users section in Patroni config anymore (was not utilized anyway) (#​2490)
  • Dropped support for Postgres 10 (#​2557)
  • Dropped helm packages for 1.7.x releases (#​2580)

Docker image: registry.opensource.zalan.do/acid/postgres-operator:v1.11.0
Multi-arch image (arm): ghcr.io/zalando/postgres-operator:v1.11.0
UI Docker image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.11.0
Sample logical backup image: registry.opensource.zalan.do/acid/logical-backup:v1.11.0
Default Spilo image: ghcr.io/zalando/spilo-16:3.2-p2

Thanks to our contributors: @​FxKu, @​idanovinda, @​Jan-M, @​jopadi, @​hughcapet, @​sdudoladov, @​macedigital,
@​silenium-dev, @​frittentheke, @​b1zzu, @​stgrace, @​bootc, @​cstohr1, @​seekingua, @​andrejshapal, @​urashidmalik,
@​capuche2412, @​urashidmalik, @​senthilnathan, @​dgiebert, @​tm604, @​testwill, @​dmotte, @​ThoreKr, @​Lukkie,
@​drivebyer, @​sklirg, @​ghost, @​MisguidedEmails, @​ErikLundJensen, @​boomskats @​spreeker, @​regme


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.


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

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

@renovate renovate bot force-pushed the renovate/postgres-support-dependencies branch from 085efe1 to 4bd45d0 Compare June 13, 2024 01:24
@renovate renovate bot requested a review from a team as a code owner June 13, 2024 01:24
@renovate renovate bot force-pushed the renovate/postgres-support-dependencies branch 3 times, most recently from 2f67b39 to de3e3ba Compare June 18, 2024 22:01
@renovate renovate bot force-pushed the renovate/postgres-support-dependencies branch 3 times, most recently from 9062486 to db9b021 Compare June 27, 2024 19:50
@renovate renovate bot force-pushed the renovate/postgres-support-dependencies branch 2 times, most recently from 4ba7c29 to 14999e7 Compare June 28, 2024 22:07
| datasource  | package                    | from    | to       |
| ----------- | -------------------------- | ------- | -------- |
| github-tags | actions/checkout           | v4.1.6  | v4.1.7   |
| github-tags | defenseunicorns/uds-common | v0.6.1  | v0.7.1   |
| github-tags | github/codeql-action       | v3.25.9 | v3.25.11 |
| github-tags | zalando/postgres-operator  | v1.10.1 | v1.12.2  |
@renovate renovate bot force-pushed the renovate/postgres-support-dependencies branch from 14999e7 to 1aa54fc Compare July 3, 2024 19:24
@Racer159 Racer159 merged commit 597c22e into main Jul 3, 2024
11 checks passed
@renovate renovate bot deleted the renovate/postgres-support-dependencies branch July 3, 2024 19:34
Racer159 pushed a commit that referenced this pull request Jul 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.12.2-uds.0](v1.11.0-uds.2...v1.12.2-uds.0)
(2024-07-03)


### Miscellaneous

* add architecture to publish job name
([#42](#42))
([5a6d73f](5a6d73f))
* add pre release testing
([#40](#40))
([ac40af4](ac40af4))
* **deps:** update postgres package dependencies
([#30](#30))
([034910c](034910c))
* **deps:** update postgres support dependencies
([#39](#39))
([597c22e](597c22e))
* normalize the repository README and remove `.vscode`
([#43](#43))
([aa54ab8](aa54ab8))
* update license
([#38](#38))
([a8180ac](a8180ac))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant