EDB CloudNativePG Cluster 1.27.1 release notes v1.27.1
Released: 24 October 2025
This release includes the following:
Enhancements
| Description | Addresses |
|---|---|
Added support for overriding the PgBouncer | #8674 |
Added a | #8867 |
Added a warning in the instance manager for deprecated or unsupported OS versionsbased on the official | #8601 |
Improved certificate parsing error reportingFailures now log specific errors instead of a generic message, aiding troubleshooting. This is particularly relevant after the CVE-2025-58187 fix in Go 1.25.2 and 1.24.8, which may trigger parsing failures for invalid DNS SANs. | #8801 |
Added a check to ensure the destination WAL archive path is empty when bootstrapping a cluster using the | #8895 |
Added validation to prevent backups from running on hibernated clustersBackups attempted on such clusters now fail with reason | #8870 |
Added support for | #7876 |
Updated the Flexible I/O Tester (FIO) image in the | #8847 |
| Enhanced the `cnp status backup` command to provide more detailed status information when using a `barman-cloud`-based backup plugin | #8780, #8690 |
Changes
| Description | Addresses |
|---|---|
| Delayed the decommissioning of native in-core support for Barman Cloud to at least version 1.29. | #8670 |
Adopted the new format of | #8578, #8760, #8558 |
Deprecated the | #8753 |
Bug Fixes
| Description | Addresses |
|---|---|
Fixed backup restoration failures when using custom WAL segment sizes with parallel WAL recovery.The operator no longer manages the end-of-WAL file marker during restoration, preventing errors when backups span multiple WAL segments. | #8873 |
| Fixed a bug in major upgrades where a volume snapshot from a previous minor version could be incorrectly used to optimize replica creation. | #8475 |
Fixed | #8663 |
| Fixed quorum-based failover to work correctly in clusters with only two instances using synchronous replication. | #8680 |
Fixed configuration hash calculation to ignore internal configuration fieldspreventing unnecessary reconciliations. | #8868 |
Fixed the connection retry logic in the | #8554 |
Fixed volume snapshot usage during replica scaling to work with backup plugins.Previously, this optimization was only available with the in-tree backup implementation, but now clusters using backup plugins can also leverage volume snapshots when creating new replicas. | #8506 |
| Fixed the `Pooler` templating to correctly inherit settings for the bootstrap controller init container. | #8394 |
Fixed webhook errors to use the correct API group( | #8485 |
Fixed a potential nil pointer dereference in the hibernation reconcilerwhen handling errors. Contributed by @PascalBourdier. | #8756 |
Fixed an issue in the environment cache where callers could inadvertently modify shared data.The | #8880 |
- On this page
- Enhancements
- Changes
- Bug Fixes