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.
You 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.
A 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.
The 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.
This release also includes:
streaming_replica
, enabling
the use of self-managed client certificates with different Common Names in
environments with strict security policies or shared certificate authorities.PhaseFailurePlugin
phase in Cluster status
to better track plugin-related errors.Full details are available in the release notes.
We 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.
Join 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.