Update ghcr.io/cloudnative-pg/cloudnative-pg Docker tag to v1.27.0
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/cloudnative-pg/cloudnative-pg | minor | 1.26.1 -> 1.27.0 |
Release Notes
cloudnative-pg/cloudnative-pg (ghcr.io/cloudnative-pg/cloudnative-pg)
v1.27.0
Release date: Aug 12, 2025
Important changes:
- The default behavior of the liveness probe has been updated. An isolated primary is now forcibly shut down within the configured
livenessProbeTimeout(default: 30 seconds).
Features:
-
Dynamic loading of PostgreSQL extensions: Introduced the
.spec.postgresql.extensionsstanza for mounting PostgreSQL extensions, packaged as OCI-compliant container images, as read-only and immutable volumes inside instance pods. This allows dynamic extension management without rebuilding base images. (#7991). -
Logical decoding slot synchronization in HA clusters: Added the
synchronizeLogicalDecodingfield underspec.replicationSlots.highAvailabilityto enable automatic synchronization of logical decoding slots across high-availability clusters, ensuring logical replication subscribers continue seamlessly after a publisher failover (#7931). -
Primary Isolation Check: Promoted to stable the liveness pinger experimental feature introduced in 1.26, adding the
.spec.probes.liveness.isolationChecksection to enable primary isolation checks in the liveness probe by default. This improves the detection and handling of primary connectivity issues in Kubernetes environments (#7845).
Enhancements:
-
Introduced an opt-in experimental feature that enables quorum-based failover to improve safety and data durability during failover events. This feature, also called failover quorum, can be activated via the
alpha.cnpg.io/failoverQuorumannotation. (#7572). -
Added support for user maps for predefined users such as
streaming_replica, allowing the use of self-managed client certificates with different Common Names in environments with strict policies or shared CAs, while still enabling replicas to join clusters using thestreaming_replicarole (#7725). -
Added a new
PhaseFailurePluginphase in theClusterstatus to improve observability of plugin-related failures (#7988). -
Made the
Backup.specfield immutable after creation, ensuring consistency and predictability in backup operations (#7904). -
Added
fqdn-uriandfqdn-jdbc-urifields in the user secret to simplify the retrieval of fully qualified domain name-based connection strings (#7852). -
CNPG-I:
Fixes
- Unblocked rollouts when migrating to the
barman-cloudplugin using theswitchoverstrategy. Former primary Pods now restart correctly after WAL archiving fails due to missing plugin support. (#8236)
Supported versions
- Kubernetes 1.33, 1.32, and 1.31
- PostgreSQL 17, 16, 15, 14, and 13
- PostgreSQL 17.5 is the default image
- PostgreSQL 13 support ends on November 12, 2025