You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/releases/cloudnative-pg-1-27.0-rc1-released/index.md
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ tags:
15
15
- cloudnativepg
16
16
- preview
17
17
- cnpg
18
+
- extensions
19
+
- ImageVolume
20
+
- FailoverQuorum
18
21
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."
19
22
---
20
23
@@ -29,37 +32,39 @@ While refinements may still occur, here’s a look at what’s new.
29
32
30
33
We introduced the `.spec.postgresql.extensions` field to support mounting
31
34
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.
34
37
35
38
### Logical decoding slot synchronization
36
39
37
40
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.
42
45
43
46
### Primary Isolation Check
44
47
45
48
The liveness pinger, introduced as an experimental feature in 1.26, has
46
49
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.
49
53
50
54
## There’s More…
51
55
52
56
Explore other improvements in this release, including:
53
57
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.
56
60
- 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.
59
63
- Added a new `PhaseFailurePlugin` phase in the `Cluster status` to improve
60
-
observability of plugin-related failures.
64
+
observability of plugin-related failures.
61
65
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/).
63
68
64
69
## Testing
65
70
@@ -81,4 +86,4 @@ currently planned for the end of August.
81
86
[Connect with our community on your preferred platform](https://github.com/cloudnative-pg/cloudnative-pg?tab=readme-ov-file#communications)!
82
87
83
88
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