Skip to content

Commit d83f1cb

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 d83f1cb

File tree

2 files changed

+153
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)