Skip to content

Commit 7a16604

Browse files
committed
docs: review
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent d6a342a commit 7a16604

File tree

1 file changed

+20
-15
lines changed
  • content/releases/cloudnative-pg-1-27.0-rc1-released

1 file changed

+20
-15
lines changed

content/releases/cloudnative-pg-1-27.0-rc1-released/index.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ tags:
1515
- cloudnativepg
1616
- preview
1717
- cnpg
18+
- extensions
19+
- ImageVolume
20+
- FailoverQuorum
1821
summary: "The CloudNativePG community is excited to announce the first release candidate of CloudNativePG 1.27! This preview introduces features like the dynamic loading of PostgreSQL extensions, and the automatic synchronization of logical decoding slots across high-availability clusters. Join us in testing these updates to shape the final release."
1922
---
2023

@@ -29,37 +32,39 @@ While refinements may still occur, here’s a look at what’s new.
2932

3033
We introduced the `.spec.postgresql.extensions` field to support mounting
3134
PostgreSQL extensions—packaged as OCI-compliant container images—as read-only,
32-
immutable volumes within instance pods. This enables dynamic extension
33-
management without the need to rebuild base images.
35+
immutable volumes within instance pods. This enables [dynamic extension management](/documentation/preview/imagevolume_extensions/)
36+
without the need to rebuild base images.
3437

3538
### Logical decoding slot synchronization
3639

3740
We added the `synchronizeLogicalDecoding` field under
38-
`spec.replicationSlots.highAvailability` to enable automatic synchronization
39-
of logical decoding slots across high-availability clusters. This ensures
40-
seamless continuity for logical replication subscribers after a publisher
41-
failover.
41+
`spec.replicationSlots.highAvailability` to enable
42+
[automatic synchronization of logical decoding slots](/documentation/preview/replication/#logical-decoding-slot-synchronization)
43+
across high-availability clusters. This ensures seamless continuity for logical
44+
replication subscribers after a publisher failover.
4245

4346
### Primary Isolation Check
4447

4548
The liveness pinger, introduced as an experimental feature in 1.26, has
4649
been promoted to stable. A new `.spec.probes.liveness.isolationCheck` section
47-
enables primary isolation checks in the liveness probe by default, improving
48-
detection and handling of primary connectivity issues in Kubernetes environments.
50+
enables [primary isolation checks in the liveness probe](/documentation/preview/instance_manager/#primary-isolation)
51+
by default, improving detection and handling of primary connectivity issues in
52+
Kubernetes environments.
4953

5054
## There’s More…
5155

5256
Explore other improvements in this release, including:
5357

54-
- An opt-in, experimental feature that enables quorum-based failover to improve
55-
safety and data durability during failover events.
58+
- An opt-in, experimental feature that enables [quorum-based failover](/documentation/preview/failover/#failover-quorum-quorum-based-failover)
59+
to improve safety and data durability during failover events.
5660
- Added support for user maps for predefined users such as `streaming_replica`,
57-
allowing the use of self-managed client certificates with different Common Names
58-
in environments with strict policies or shared CAs.
61+
allowing the use of self-managed client certificates with different Common Names
62+
in environments with strict policies or shared CAs.
5963
- Added a new `PhaseFailurePlugin` phase in the `Cluster status` to improve
60-
observability of plugin-related failures.
64+
observability of plugin-related failures.
6165

62-
Dive into the full details in the [release notes for 1.27 RC1](https://cloudnative-pg.io/documentation/preview/release_notes/v1.27/).
66+
Dive into the full details in the
67+
[release notes for 1.27 RC1](https://cloudnative-pg.io/documentation/preview/release_notes/v1.27/).
6368

6469
## Testing
6570

@@ -81,4 +86,4 @@ currently planned for the end of August.
8186
[Connect with our community on your preferred platform](https://github.com/cloudnative-pg/cloudnative-pg?tab=readme-ov-file#communications)!
8287

8388
Thank you for your continued support of CloudNativePG. Your contributions help
84-
us advance the Kubernetes-native PostgreSQL experience.
89+
us advance the Kubernetes-native PostgreSQL experience.

0 commit comments

Comments
 (0)