fix(deps): update module github.com/cloudnative-pg/cloudnative-pg to v1.23.2 #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.23.1
->v1.23.2
Release Notes
cloudnative-pg/cloudnative-pg (github.com/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 forkubectl
:--color
option, which acceptsalways
,never
, andauto
(default) as values (#4775)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 forkubectl
:cnpg status
command (#4530)Changes
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.
This PR has been generated by Mend Renovate. View repository job log here.