Skip to content

Commit 7644247

Browse files
committed
docs: announce release 1.26.0-rc3
Closes #300 Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent 0417a3d commit 7644247

File tree

2 files changed

+151
-0
lines changed

2 files changed

+151
-0
lines changed
442 KB
Loading
Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
---
2+
title: "CloudNativePG 1.26.0 RC3 Released!"
3+
date: 2025-05-13T10:50:17+02:00
4+
draft: false
5+
author: gbartolini
6+
image:
7+
url: "58364dde1adc4a0a8.37186404-2048x1445.jpg"
8+
attribution: from <a href="https://wordpress.org/photos/photo/58364dde1a/">Saurabh</a>
9+
tags:
10+
- release
11+
- postgresql
12+
- postgres
13+
- kubernetes
14+
- k8s
15+
- cloudnativepg
16+
- preview
17+
- cnpg
18+
summary: "CloudNativePG 1.26.0 RC3 is out, featuring key fixes for major upgrades and Barman Cloud plugin migration—test it now and help shape the final release!"
19+
---
20+
21+
The **CloudNativePG Community** is pleased to announce the release of
22+
**CloudNativePG 1.26.0 RC3**, the third release candidate before general
23+
availability.
24+
25+
This release delivers important fixes identified during the first wave of
26+
large-scale testing—particularly in two critical areas:
27+
28+
- the transition from in-tree **Barman Cloud object store** support to the new **plugin-based architecture**, and
29+
- the **major version upgrade** process.
30+
31+
Read the full changelog in the
32+
[1.26.0 RC3 release notes](https://cloudnative-pg.io/documentation/preview/release_notes/v1.26/).
33+
34+
## Barman Cloud Migration
35+
36+
With the 1.26 release, the **deprecation period** for in-tree Barman Cloud
37+
support officially begins. While it remains fully functional in 1.26, we
38+
**strongly encourage** users to begin planning the migration to the
39+
[Barman Cloud Plugin](https://cloudnative-pg.io/plugin-barman-cloud/)
40+
as early as possible and to adopt it for all new deployments.
41+
42+
To help with this, we’ve published a comprehensive
43+
[migration guide](https://cloudnative-pg.io/plugin-barman-cloud/docs/migration/)
44+
and this RC is the perfect opportunity to test it out and share your feedback.
45+
46+
Also, a warning will now be triggered by the admission webhook when using the
47+
deprecated `.spec.backup.barmanObjectStore` and `.spec.backup.retentionPolicy`
48+
fields.
49+
50+
---
51+
52+
## New Experimental Feature: Primary Liveness Network Isolation
53+
54+
RC3 introduces an opt-in **experimental enhancement** to the liveness probe that
55+
enables detection of network isolation scenarios for primary instances. When
56+
enabled via the `alpha.cnpg.io/livenessPinger` annotation, this feature allows
57+
a primary that is isolated to proactively shut itself down.
58+
59+
---
60+
61+
## Thank You
62+
63+
We’re incredibly grateful to everyone who participated in the preview program
64+
and contributed valuable feedback. Your involvement continues to shape the
65+
direction of CloudNativePG and helps us deliver high-quality, production-ready
66+
features.
67+
68+
---
69+
70+
## Help Us Test
71+
72+
We invite you to test **CloudNativePG 1.26.0 RC3** in your **non-production
73+
environments** and report any issues or suggestions. This is your chance to
74+
help us fine-tune the final release!
75+
76+
- [View open issues for the 1.26 milestone](https://github.com/cloudnative-pg/cloudnative-pg/milestone/25)
77+
- [Report a bug or provide feedback](https://github.com/cloudnative-pg/cloudnative-pg/issues/new/choose)
78+
79+
Learn more about how to get involved on the [preview testing page](https://cloudnative-pg.io/documentation/preview).
80+
81+
---
82+
83+
## Release Timeline
84+
85+
RC3 is the latest in our release candidate series. Additional RCs may be issued
86+
if needed, but we currently expect the **final release of 1.26.0 during the
87+
week of May 19, 2025**.
88+
89+
---
90+
91+
## Join the Community
92+
93+
CloudNativePG is a **vendor-neutral, open-source** project backed by a vibrant
94+
community of PostgreSQL and Kubernetes enthusiasts. Join us to help shape the
95+
future of cloud-native Postgres!
96+
97+
- [How to connect and contribute](https://github.com/cloudnative-pg/cloudnative-pg?tab=readme-ov-file#communications)
98+
99+
---
100+
101+
Thank you for your continued trust and support.
102+
Together, we’re building the future of **PostgreSQL on Kubernetes**.
103+
104+
<!--
105+
# About CloudNativePG
106+
107+
[CloudNativePG](https://cloudnative-pg.io) is an open-source Kubernetes
108+
Operator specifically designed for PostgreSQL workloads. It manages the entire
109+
lifecycle of a PostgreSQL cluster, including bootstrapping, configuration, high
110+
availability, connection routing, and comprehensive backup and disaster
111+
recovery mechanisms. By leveraging PostgreSQL's native streaming replication,
112+
CloudNativePG efficiently distributes data across pods, nodes, and zones using
113+
standard Kubernetes patterns, enabling seamless scaling of replicas in a
114+
Kubernetes-native manner. Originally developed and supported by
115+
[EDB](https://www.enterprisedb.com/), CloudNativePG is a
116+
[CNCF Sandbox project](https://www.cncf.io/projects/cloudnativepg/)
117+
and the sole PostgreSQL operator in this category.
118+
119+
-->
120+
<!--
121+
Tweet
122+
🚀 Exciting news! CloudNativePG 1.26.0 RC3 is here! Help us test exciting new features like major in-place upgrades, startup and readiness probes for replicas, and declarative extensions management.
123+
124+
LINK
125+
126+
#CloudNativePG #PostgreSQL #Kubernetes #OpenSource
127+
128+
--->
129+
<!--
130+
LinkedIn
131+
🚀 CloudNativePG 1.26.0 RC3 is Here! 🚀
132+
133+
We’re excited to announce the release of the third release candidate for CloudNativePG 1.26.0! 🎉
134+
135+
This milestone helps us test and refine key new features coming in the final release:
136+
137+
🔹 Declarative Offline In-Place Major Upgrades of PostgreSQL
138+
🔹 Improved Startup and Readiness Probes for replicas
139+
🔹 Declarative Management of Extensions and Schemas
140+
🔹 The new Barman Cloud Plugin for backup and recovery using object stores
141+
142+
We’re calling on the community to try out this preview version in non-production environments and share your feedback. Your input is crucial to ensuring a robust and reliable release!
143+
144+
LINK
145+
146+
Let’s build the future of PostgreSQL on Kubernetes—together.
147+
148+
Follow us for updates and join our community to get involved!
149+
150+
#CloudNativePG #PostgreSQL #Kubernetes #OpenSource #RC2 #CloudNative #DataOps #ReleaseCandidate
151+
-->

0 commit comments

Comments
 (0)