chore(deps): update dependency cloudnative-pg/cloudnative-pg to v1.24.0 #107
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.23.3
->v1.24.0
Release Notes
cloudnative-pg/cloudnative-pg (cloudnative-pg/cloudnative-pg)
v1.24.0
Compare Source
Release date: Aug 22, 2024
Important changes:
role
label in the selectors ofService
andPodDisruptionBudget
resources in favor ofcnpg.io/instanceRole
(#4897).required
(#5156).!!! Warning The PodAntiAffinity change will trigger a rollout of all the instances when the operator is upgraded, even when online upgrades are enabled.
Features:
managed.services
stanza (#4769 and #4952), allowing you to:synchronous_standby_names
option, providing greater control and flexibility (#5148).Enhancements:
.spec.replica.minApplyDelay
option, leveraging PostgreSQL'srecovery_min_apply_delay
capability (#5181).postInitSQLRefs
andpostInitTemplateSQLRefs
to allow users to definepostInit
andpostInitTemplate
instructions as one or more config maps or secrets (#5074).allow_alter_system
parameter, enabling or disabling theALTER SYSTEM
command through the.spec.postgresql.enableAlterSystem
option (#4921).name
key/value pair, which can replace the name automatically inherited from the parent key (#4779).predicate_query
field (#4503).barman-cloud-wal-archive
andbarman-cloud-wal-restore
(#5099).reconcilePodSpec
annotation on theCluster
andPooler
resources to control the restart of pods following a change in the Pod specification (#5069).Pooler
metrics collector (#5044).cnpg
plugin updates:install generate
command by adding a--control-plane
option, allowing deployment of the operator on control-plane nodes by setting node affinity and tolerations (#5271).destroy
command to delete also any job related to the target instance (#5298).status
command to displaydemotionToken
andpromotionToken
when available, providing more detailed operational insights with distributed topologies (#5149).publication
andsubscription
subcommands. This enhancement offers greater flexibility for synchronizing data from an external cluster with multiple databases (#5113).Security:
Fixes:
reusePVC
flag is set to false (#2056).pg_rewind
execution for newly created replicas that employ VolumeSnapshot during bootstrapping to avoid introducing a new shutdown checkpoint entry in the WAL files. This ensures that replicas can reconnect to the primary without issues, which would otherwise be hindered by the additional checkpoint entry (#5081).postmaster
to shut down before starting it again (#4938).Pooler
service template can override the default service (#4846).pg_database
metric monitoring and alerting processes (#4980).ClusterImageCatalogs
(#5034).Pooler
instance when the operator image is upgraded (#5006)postmaster
was accessible (#4920).Pooler
(#4967).AccessModes
in the template only when unspecified (#4845).smartShutdownTimeout
to zero, enabling immediate fast shutdown and bypassing the smart shutdown process when required (#5347).cnpg
plugin:status
command execution.status
command (#4915).Supported versions
v1.23.4
Compare Source
Release date: Aug 22, 2024
Enhancements:
cnpg
plugin updates:install generate
command by adding a--control-plane
option, allowing deployment of the operator on control-plane nodes by setting node affinity and tolerations (#5271).destroy
command to delete also any job related to the target instance (#5298).Fixes:
smartShutdownTimeout
to zero, enabling immediate fast shutdown and bypassing the smart shutdown process when required (#5347).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 this update again.
This PR has been generated by Renovate Bot.