chore(deps): update dependency cloudnative-pg/cloudnative-pg to v1.23.2 #95

Merged
renovator merged 1 commits from renovate/crds-catalog into main 2024-06-12 17:37:23 +02:00
Member

This PR contains the following updates:

Package Update Change
cloudnative-pg/cloudnative-pg patch v1.23.1 -> v1.23.2

Release Notes

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

v1.23.2

Compare Source

Release date: Jun 12, 2024

Enhancements:
  • Enabled configuration of standby-sensitive parameters during recovery using a physical backup (#​4564)

  • Enabled the configuration of the liveness probe timeout via the .spec.livenessProbeTimeout option (#​4719)

  • cnpg plugin for kubectl:

    • Enhanced support for ANSI colors in the plugin by adding the --color option, which accepts always, never, and auto (default) as values (#​4775)
    • The plugin is now available on Homebrew for macOS users (#​4602)
Fixes:
  • Prevented fenced instances from entering an unnecessary loop and consuming all available CPU (#​4625)

  • Resolved an issue where the instance manager on the primary would indefinitely wait for the instance to start after encountering a failure following a stop operation (#​4434)

  • Fixed an issue where the interaction between hot_standby_feedback and managed cluster-level replication slots was preventing the autovacuum from operating correctly; this issue was causing disk space to remain occupied by dead tuples (#​4811)

  • Fixed a panic in the backup controller that occurred when pod container statuses were missing (#​4765)

  • Prevented unnecessary shutdown of the instance manager (#​4670)

  • Prevented unnecessary reloads of PostgreSQL configuration when unchanged (#​4531)

  • Prevented unnecessary reloads of the ident map by ensuring a consistent and unique method of writing its content (#​4648)

  • Avoided conflicts during phase registration by patching the status of the resource instead of updating it (#​4637)

  • Implemented a timeout when restarting PostgreSQL and lifting fencing (#​4504)

  • Ensured that a replica cluster is restarted after promotion to properly set the archive mode (#​4399)

  • Removed an unneeded concurrent keep-alive routine that was causing random failures in volume snapshot backups (#​4768)

  • Ensured correct parsing of the additional rows field returned when the pgaudit.log_rows option was enabled, preventing audit logs from being incorrectly routed to the normal log stream (#​4394)

  • cnpg plugin for kubectl:

    • Resolved an issue with listing PDBs using the cnpg status command (#​4530)
Changes
  • Default operand image set to PostgreSQL 16.3 (#​4584)
  • Removed all RBAC requirements on namespace objects (#​4753)

Configuration

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

🚦 Automerge: Enabled.

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 | Update | Change | |---|---|---| | [cloudnative-pg/cloudnative-pg](https://github.com/cloudnative-pg/cloudnative-pg) | patch | `v1.23.1` -> `v1.23.2` | --- ### Release Notes <details> <summary>cloudnative-pg/cloudnative-pg (cloudnative-pg/cloudnative-pg)</summary> ### [`v1.23.2`](https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.23.2) [Compare Source](https://github.com/cloudnative-pg/cloudnative-pg/compare/v1.23.1...v1.23.2) **Release date:** Jun 12, 2024 ##### Enhancements: - Enabled configuration of standby-sensitive parameters during recovery using a physical backup ([#&#8203;4564](https://github.com/cloudnative-pg/cloudnative-pg/issues/4564)) - Enabled the configuration of the liveness probe timeout via the `.spec.livenessProbeTimeout` option ([#&#8203;4719](https://github.com/cloudnative-pg/cloudnative-pg/issues/4719)) - `cnpg` plugin for `kubectl`: - Enhanced support for ANSI colors in the plugin by adding the `--color` option, which accepts `always`, `never`, and `auto` (default) as values ([#&#8203;4775](https://github.com/cloudnative-pg/cloudnative-pg/issues/4775)) - The plugin is now available on Homebrew for macOS users ([#&#8203;4602](https://github.com/cloudnative-pg/cloudnative-pg/issues/4602)) ##### Fixes: - Prevented fenced instances from entering an unnecessary loop and consuming all available CPU ([#&#8203;4625](https://github.com/cloudnative-pg/cloudnative-pg/issues/4625)) - Resolved an issue where the instance manager on the primary would indefinitely wait for the instance to start after encountering a failure following a stop operation ([#&#8203;4434](https://github.com/cloudnative-pg/cloudnative-pg/issues/4434)) - Fixed an issue where the interaction between `hot_standby_feedback` and managed cluster-level replication slots was preventing the autovacuum from operating correctly; this issue was causing disk space to remain occupied by dead tuples ([#&#8203;4811](https://github.com/cloudnative-pg/cloudnative-pg/issues/4811)) - Fixed a panic in the backup controller that occurred when pod container statuses were missing ([#&#8203;4765](https://github.com/cloudnative-pg/cloudnative-pg/issues/4765)) - Prevented unnecessary shutdown of the instance manager ([#&#8203;4670](https://github.com/cloudnative-pg/cloudnative-pg/issues/4670)) - Prevented unnecessary reloads of PostgreSQL configuration when unchanged ([#&#8203;4531](https://github.com/cloudnative-pg/cloudnative-pg/issues/4531)) - Prevented unnecessary reloads of the ident map by ensuring a consistent and unique method of writing its content ([#&#8203;4648](https://github.com/cloudnative-pg/cloudnative-pg/issues/4648)) - Avoided conflicts during phase registration by patching the status of the resource instead of updating it ([#&#8203;4637](https://github.com/cloudnative-pg/cloudnative-pg/issues/4637)) - Implemented a timeout when restarting PostgreSQL and lifting fencing ([#&#8203;4504](https://github.com/cloudnative-pg/cloudnative-pg/issues/4504)) - Ensured that a replica cluster is restarted after promotion to properly set the archive mode ([#&#8203;4399](https://github.com/cloudnative-pg/cloudnative-pg/issues/4399)) - Removed an unneeded concurrent keep-alive routine that was causing random failures in volume snapshot backups ([#&#8203;4768](https://github.com/cloudnative-pg/cloudnative-pg/issues/4768)) - Ensured correct parsing of the additional rows field returned when the `pgaudit.log_rows` option was enabled, preventing audit logs from being incorrectly routed to the normal log stream ([#&#8203;4394](https://github.com/cloudnative-pg/cloudnative-pg/issues/4394)) - `cnpg` plugin for `kubectl`: - Resolved an issue with listing PDBs using the `cnpg status` command ([#&#8203;4530](https://github.com/cloudnative-pg/cloudnative-pg/issues/4530)) ##### Changes - Default operand image set to PostgreSQL 16.3 ([#&#8203;4584](https://github.com/cloudnative-pg/cloudnative-pg/issues/4584)) - Removed all RBAC requirements on namespace objects ([#&#8203;4753](https://github.com/cloudnative-pg/cloudnative-pg/issues/4753)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovator added 1 commit 2024-06-12 17:07:50 +02:00
chore(deps): update dependency cloudnative-pg/cloudnative-pg to v1.23.2
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
76103c0151
renovator merged commit 76103c0151 into main 2024-06-12 17:37:23 +02: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#95
No description provided.