chore(deps): update cloudnative-pg to v1.25.1 #2318
+2
−2
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.25.0
->v1.25.1
1.25.0
->1.25.1
Release Notes
cloudnative-pg/cloudnative-pg (cloudnative-pg-source)
v1.25.1
Compare Source
Release Date: February 28, 2025
Enhancements
-r
service with the Pooler. (#6868)--ttl
flag for thepgbench
plugin, enabling automatic deletion of completed jobs after a user-defined duration. (#6701)Security
cosign
, and OCI attestations are generated, incorporating the Software Bill of Materials (SBOM) and provenance data. Additionally, OCI annotations have been added to improve traceability and ensure the integrity of the images.Bug Fixes
.spec.probes
is defined, ensuring users can override all settings, includingfailureThreshold
. If unspecified in the startup probe,failureThreshold
is now correctly derived from.spec.startupDelay / periodSeconds
(default:10
, now overridable). The same logic applies to liveness probes via.spec.livenessProbeTimeout
. (#6656)Database
,Publication
, andSubscription
CRDs became stuck incluster resource has been deleted, skipping reconciliation
after cluster rehydration. This patch forcesstatus.observedGeneration
to zero, ensuring proper reconciliation. (#6607)isWALArchiver
flag in the CNPG-I plugin configuration, allowing users to designate a plugin as a WAL archiver. This enables seamless migration from in-tree Barman Cloud support to the plugin while maintaining WAL archive consistency. (#6593)override.conf
is consistently included inpostgresql.conf
during replica cluster bootstrapping, preventing replication failures due to missing configuration settings. (#6808)override.conf
is correctly initialized before invokingpg_rewind
to prevent failures during primary role changes. (#6670)cnpg
plugin:promote
plugin command. (#6476)kubectl cnpg report --logs <cluster>
to collect logs from all containers, including sidecars. (#6636)pgbench
jobs can run when aCluster
uses anImageCatalog
. (#6868)Technical Enhancements
client-gen
, enabling automated generation of Go clients for all CloudNativePG CRDs. (#6695)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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.