CloudNativePG 1.27.0 Released!The CloudNativePG Community is excited to announce the release of CloudNativePG 1.27.0, bringing powerful new features, stability improvements, and extended capabilities for running PostgreSQL in Kubernetes. Highlights in 1.27.0Dynamic Loading of PostgreSQL ExtensionsYou can now use the new .spec.postgresql.extensions field to mount PostgreSQL extensions—packaged as OCI-compliant container images—as read-only, immutable volumes in instance pods. This enables dynamic extension management without rebuilding base images, offering faster, more flexible extension deployments. Logical Decoding Slot SynchronizationA new synchronizeLogicalDecoding option under spec.replicationSlots.highAvailability introduces automatic synchronization of logical decoding slots across high-availability clusters. This ensures that logical replication subscribers can continue seamlessly after a publisher failover, improving reliability and integration with Change Data Capture (CDC) tools. Primary Isolation Check — Now StableThe liveness pinger, introduced experimentally in 1.26, is now a stable feature. With .spec.probes.liveness.isolationCheck enabled by default, the liveness probe now performs primary isolation checks to improve detection and handling of primary connectivity issues in Kubernetes environments. Other EnhancementsThis release also includes: - Quorum-based failover (experimental) — an opt-in feature that improves safety and data durability during failover events through synchronous replication. Learn more.
- User maps for predefined users — including
streaming_replica , enabling the use of self-managed client certificates with different Common Names in environments with strict security policies or shared certificate authorities. - Improved plugin failure observability — with a new
PhaseFailurePlugin phase in Cluster status to better track plugin-related errors.
Full details are available in the release notes. Upgrade GuidanceWe recommend upgrading to 1.27.0 to benefit from the latest features, enhancements, and long-term stability. If you’re on 1.26.x, upgrade to 1.26.1 to get the latest fixes in that series. Support for the 1.25.x series ends on 22 August 2025 — plan your migration to 1.27 or 1.26 soon. Follow the upgrade instructions for a smooth transition. Get Involved with the CommunityJoin us to help shape the future of cloud-native Postgres! If you're using CloudNativePG in production, consider adding your organization as an adopter to support the project's growth and evolution. Thank you for your continued support! Upgrade today and discover how CloudNativePG can elevate your PostgreSQL experience to new heights. About CloudNativePGCloudNativePG is an open-source Kubernetes Operator specifically designed for PostgreSQL workloads. It manages the entire lifecycle of a PostgreSQL cluster, including bootstrapping, configuration, high availability, connection routing, and comprehensive backup and disaster recovery mechanisms. By leveraging PostgreSQL's native streaming replication, CloudNativePG efficiently distributes data across pods, nodes, and zones using standard Kubernetes patterns, enabling seamless scaling of replicas in a Kubernetes-native manner. Originally developed and supported by EDB, CloudNativePG is a CNCF Sandbox project and the sole PostgreSQL operator in this category. |