chore(deps): update dependency cloudnative-pg/cloudnative-pg to v1.22.0 #61
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/crds-catalog"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.21.2
->v1.22.0
Release Notes
cloudnative-pg/cloudnative-pg (cloudnative-pg/cloudnative-pg)
v1.22.0
Compare Source
Release date: Dec 21, 2023
!!! Important "Important changes from previous versions" This release introduces a significant change, disabling the default usage of the
ALTER SYSTEM
command in PostgreSQL. For users upgrading from a previous version who wish to retain the old behavior: please refer to the upgrade documentation for detailed instructions.Features
Declarative Tablespaces: Introducing the
tablespaces
stanza in theCluster
spec, enabling comprehensive lifecycle management of PostgreSQL tablespaces for enhanced vertical scalability (#3410).Temporary Tablespaces: Adding the
.spec.tablespaces[*].temporary
option to facilitate the utilization of a tablespace for temporary database operations, by incorporating the name into thetemp_tablespaces
PostgreSQL parameter (#3464).Security
ssl_ciphers
,ssl_min_protocol_version
, andssl_max_protocol_version
GUCs (#3408).Enhancements
ALTER SYSTEM
command (#3535).podMonitorMetricRelabelings
andpodMonitorRelabelings
options in the.spec.monitoring
stanza of theCluster
andPooler
resources (#3075).PGPASSFILE
environment variable when establishing a network connection to PostgreSQL (#3522).cnpg report
plugin command by collecting a cluster's PVCs (#3357).cnpg status
plugin command, providing information about managed roles, including alerts (#3310).Pooler
resource to 0 is now possible (#3517).cnpg.io/podRole
label with a value of 'pooler' to every pooler deployment, differentiating them from instance pods (#3396).Fixes
PodDisruptionBudget
resources (#3312 and #3434).cnpg backup
plugin command when eitherimmediate-checkpoint
orwait-for-archive
options are requested (#3449).Pooler
resource (#3428).RoleBinding
forPooler
resources (#3391).imagePullSecret
forPooler
resources (#3389).Pooler
and addition of the required labels (#3349).Pooler
labels to the deployment as well, not just the pods (#3350).Changes
ALTER SYSTEM
command is now disabled by default (#3545).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.
This PR has been generated by Renovate Bot.