chore(deps): update dependency cloudnative-pg to v1.25.0 #633
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.24.1
->v1.25.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloudnative-pg/cloudnative-pg (cloudnative-pg)
v1.25.0
Compare Source
Release Date: December 23, 2024
Features
Declarative Database Management: Introduce the
Database
Custom Resource Definition (CRD), enabling users to create and manage PostgreSQL databases declaratively within a cluster. (#5325)Logical Replication Management: Add
Publication
andSubscription
CRDs for declarative management of PostgreSQL logical replication. These simplify replication setup and facilitate online migrations to CloudNativePG. (#5329)Experimental Support for CNPG-I: Introducing CNPG-I (CloudNativePG Interface), a standardized framework designed to extend CloudNativePG functionality through third-party plugins and foster the growth of the CNPG ecosystem. The Barman Cloud Plugin serves as a live example, illustrating how plugins can be developed to enhance backup and recovery workflows. Although CNPG-I support is currently experimental, it offers a powerful approach to extending CloudNativePG without modifying the operator’s core code—akin to PostgreSQL extensions. We welcome community feedback and contributions to shape this exciting new capability.
Enhancements
dataDurability
option to the.spec.postgresql.synchronous
stanza, allowing users to choose betweenrequired
(default) orpreferred
durability in synchronous replication. (#5878).spec.probes
stanza. (#6266)pg_dump
andpg_restore
options to enhance database import flexibility. (#6214)maxConcurrentReconciles
in the CloudNativePG controller and set the default to 10, improving the operator's ability to efficiently manage larger deployments out of the box. (#5678)cnpg.io/userType
label to secrets generated for predefined users, specificallysuperuser
andapp
. (#4392)spec.schedule
field in ScheduledBackups, raising warnings for potential misconfigurations. (#5396)cnpg
plugin:backup
command to support plugins. (#6045)User-Agent
header in HTTP requests with the API server. (#6153)Bug Fixes
PGDATA
volume during bootstrap. (#6265)Unrecoverable
when all previously generatedPersistentVolumeClaims
are missing. (#6170)synchronous_standby_names
GUC when.spec.postgresql.synchronous.method
is set tofirst
. (#5955)primary_slot_name
definition from theoverride.conf
file on the primary to ensure it is always empty. (#6219)PGHOST
, in PgBouncer pods to enable seamless access to thepgbouncer
virtual database usingpsql
from within the container. (#6247)cnpg
plugin:kubectl
context is properly passed in thepsql
command. (#6257)status
command. (#5998)Supported Versions
v1.24.2
Compare Source
Release Date: December 23, 2024
Enhancements
.spec.probes
stanza. (#6266)cnpg.io/userType
label to secrets generated for predefined users, specificallysuperuser
andapp
. (#4392)spec.schedule
field in ScheduledBackups, raising warnings for potential misconfigurations. (#5396)cnpg
plugin:User-Agent
header in HTTP requests with the API server. (#6153)Bug Fixes
PGDATA
volume during bootstrap. (#6265)Unrecoverable
when all previously generatedPersistentVolumeClaims
are missing. (#6170)synchronous_standby_names
GUC when.spec.postgresql.synchronous.method
is set tofirst
. (#5955)primary_slot_name
definition from theoverride.conf
file on the primary to ensure it is always empty. (#6219)PGHOST
, in PgBouncer pods to enable seamless access to thepgbouncer
virtual database usingpsql
from within the container. (#6247)cnpg
plugin:kubectl
context is properly passed in thepsql
command. (#6257)status
command. (#5998)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 was generated by Mend Renovate. View the repository job log.