chore(deps): update dependency cloudnative-pg/cloudnative-pg to v1.24.1 #114

Merged
renovator merged 1 commits from renovate/crds-catalog into main 2024-10-16 16:30:21 +00:00
Member

This PR contains the following updates:

Package Update Change
cloudnative-pg/cloudnative-pg patch v1.24.0 -> v1.24.1

Release Notes

cloudnative-pg/cloudnative-pg (cloudnative-pg/cloudnative-pg)

v1.24.1

Compare Source

Release date: Oct 16, 2024

Enhancements:
  • Remove the use of pg_database_size from the status probe, as it caused high resource utilization by scanning the entire PGDATA directory to compute database sizes. The kubectl status plugin will now rely on du to provide detailed size information retrieval (#​5689).
  • Add the ability to configure the full_page_writes parameter in PostgreSQL. This setting defaults to on, in line with PostgreSQL's recommendations (#​5516).
  • Plugin:
    • Add the logs pretty command in the cnpg plugin to read a log stream from standard input and output a human-readable format, with options to filter log entries (#​5770)
    • Enhance the status command by allowing multiple -v options to increase verbosity for more detailed output (#​5765).
    • Add support for specifying a custom Docker image using the --image flag in the pgadmin4 plugin command, giving users control over the Docker image used for pgAdmin4 deployments (#​5515).
Fixes:
  • Resolve an issue with concurrent status updates when demoting a primary to a designated primary, ensuring smoother transitions during cluster role changes (#​5755).
  • Ensure that replica PodDisruptionBudgets (PDB) are removed when scaling down to two instances, enabling easier maintenance on the node hosting the replica (#​5487).
  • Prioritize full rollout over inplace restarts (#​5407).
  • When using .spec.postgresql.synchronous, ensure that the synchronous_standby_names parameter is correctly set, even when no replicas are reachable (#​5831).
  • Fix an issue that could lead to double failover in cases of lost connectivity (#​5788).
  • Correctly set the TMPDIR and PSQL_HISTORY environment variables for pods and jobs, improving temporary file and history management (#​5503).
  • Plugin:
    • Resolve a race condition in the logs cluster command (#​5775).
    • Display the potential sync status in the status plugin (#​5533).
    • Fix the issue where pods deployed by the pgadmin4 command didn’t have a writable home directory (#​5800).
Supported versions
  • PostgreSQL 17 (PostgreSQL 17.0 is the default image)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | Update | Change | |---|---|---| | [cloudnative-pg/cloudnative-pg](https://github.com/cloudnative-pg/cloudnative-pg) | patch | `v1.24.0` -> `v1.24.1` | --- ### Release Notes <details> <summary>cloudnative-pg/cloudnative-pg (cloudnative-pg/cloudnative-pg)</summary> ### [`v1.24.1`](https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.24.1) [Compare Source](https://github.com/cloudnative-pg/cloudnative-pg/compare/v1.24.0...v1.24.1) **Release date:** Oct 16, 2024 ##### Enhancements: - Remove the use of `pg_database_size` from the status probe, as it caused high resource utilization by scanning the entire `PGDATA` directory to compute database sizes. The `kubectl status` plugin will now rely on `du` to provide detailed size information retrieval ([#&#8203;5689](https://github.com/cloudnative-pg/cloudnative-pg/issues/5689)). - Add the ability to configure the `full_page_writes` parameter in PostgreSQL. This setting defaults to `on`, in line with PostgreSQL's recommendations ([#&#8203;5516](https://github.com/cloudnative-pg/cloudnative-pg/issues/5516)). - Plugin: - Add the `logs pretty` command in the `cnpg` plugin to read a log stream from standard input and output a human-readable format, with options to filter log entries ([#&#8203;5770](https://github.com/cloudnative-pg/cloudnative-pg/issues/5770)) - Enhance the `status` command by allowing multiple `-v` options to increase verbosity for more detailed output ([#&#8203;5765](https://github.com/cloudnative-pg/cloudnative-pg/issues/5765)). - Add support for specifying a custom Docker image using the `--image` flag in the `pgadmin4` plugin command, giving users control over the Docker image used for pgAdmin4 deployments ([#&#8203;5515](https://github.com/cloudnative-pg/cloudnative-pg/issues/5515)). ##### Fixes: - Resolve an issue with concurrent status updates when demoting a primary to a designated primary, ensuring smoother transitions during cluster role changes ([#&#8203;5755](https://github.com/cloudnative-pg/cloudnative-pg/issues/5755)). - Ensure that replica PodDisruptionBudgets (PDB) are removed when scaling down to two instances, enabling easier maintenance on the node hosting the replica ([#&#8203;5487](https://github.com/cloudnative-pg/cloudnative-pg/issues/5487)). - Prioritize full rollout over inplace restarts ([#&#8203;5407](https://github.com/cloudnative-pg/cloudnative-pg/issues/5407)). - When using `.spec.postgresql.synchronous`, ensure that the `synchronous_standby_names` parameter is correctly set, even when no replicas are reachable ([#&#8203;5831](https://github.com/cloudnative-pg/cloudnative-pg/issues/5831)). - Fix an issue that could lead to double failover in cases of lost connectivity ([#&#8203;5788](https://github.com/cloudnative-pg/cloudnative-pg/issues/5788)). - Correctly set the `TMPDIR` and `PSQL_HISTORY` environment variables for pods and jobs, improving temporary file and history management ([#&#8203;5503](https://github.com/cloudnative-pg/cloudnative-pg/issues/5503)). - Plugin: - Resolve a race condition in the `logs cluster` command ([#&#8203;5775](https://github.com/cloudnative-pg/cloudnative-pg/issues/5775)). - Display the `potential` sync status in the `status` plugin ([#&#8203;5533](https://github.com/cloudnative-pg/cloudnative-pg/issues/5533)). - Fix the issue where pods deployed by the `pgadmin4` command didn’t have a writable home directory ([#&#8203;5800](https://github.com/cloudnative-pg/cloudnative-pg/issues/5800)). ##### Supported versions - PostgreSQL 17 (PostgreSQL 17.0 is the default image) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovator added 1 commit 2024-10-16 16:00:21 +00:00
chore(deps): update dependency cloudnative-pg/cloudnative-pg to v1.24.1
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
1c9688c50e
renovator merged commit 1c9688c50e into main 2024-10-16 16:30:21 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: infra/crds-catalog#114
No description provided.