Skip to content

Commit bf77372

Browse files
committed
Add release post for 1.28.1 and 1.27.3
Signed-off-by: Floor Drees <floordrees@gmail.com>
1 parent c4ff5dc commit bf77372

File tree

2 files changed

+110
-0
lines changed

2 files changed

+110
-0
lines changed
442 KB
Loading
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
---
2+
title: "CloudNativePG 1.28.1, and 1.27.3 released!"
3+
date: 2026-02-05
4+
draft: false
5+
authors:
6+
- fdrees
7+
image:
8+
url: 58364dde1adc4a0a8.37186404-2048x1445.jpg
9+
attribution: from <a href="https://wordpress.org/photos/photo/58364dde1a/">Saurabh</a>
10+
tags:
11+
- release
12+
- postgresql
13+
- postgres
14+
- kubernetes
15+
- k8s
16+
- cloudnativepg
17+
- cnpg
18+
summary: The CloudNativePG community has released new updates for the 1.28, and 1.27 versions of the CloudNativePG operator.
19+
---
20+
21+
The **CloudNativePG Community** is pleased to announce the release of
22+
**CloudNativePG Operator** versions 1.28.1, and 1.27.3.
23+
24+
These releases deliver important bug fixes and stability
25+
improvements, ensuring your PostgreSQL clusters continue to run reliably in
26+
production environments.
27+
28+
These releases introduce a few key changes:
29+
30+
- **Azure authentication support:** Support for Azure's `DefaultAzureCredential`
31+
authentication mechanism for backup and recovery operations.
32+
- **Support for other naming conventions:** Support for PostgreSQL extension
33+
names containing underscores (e.g., pg_ivm, pg_stat_statements), that would
34+
otherwise be automatically sanitized to use hyphens.
35+
36+
Among the fixes there was one critical issue where the `TimelineID` in the
37+
cluster status was not reset to 1 after a major version upgrade. causing
38+
replicas to attempt to restore incompatible history files from object storage,
39+
ultimately leading to fatal "requested timeline is not a child of this server's
40+
history" errors.
41+
42+
We encourage all users to upgrade to benefit from these enhancements.
43+
44+
Read the full release notes for details:
45+
46+
- [Release notes for 1.28.1](https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.28.1)
47+
- [Release notes for 1.27.3](https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.27.3)
48+
49+
---
50+
51+
## Upgrade guidance
52+
53+
We recommend upgrading to **1.28.1** to benefit from the latest features,
54+
enhancements, and long-term stability.
55+
56+
If you’re on **1.27.x**, upgrade to **1.27.3** to get the latest fixes in that
57+
series.
58+
59+
Follow the [upgrade instructions](https://cloudnative-pg.io/documentation/1.27/installation_upgrade/#upgrades)
60+
for a smooth transition.
61+
62+
---
63+
64+
## Get involved with the community
65+
66+
[Join us](https://github.com/cloudnative-pg/cloudnative-pg?tab=readme-ov-file#communications)
67+
to help shape the future of cloud-native Postgres!
68+
69+
If you're using CloudNativePG in production, consider
70+
[adding your organisation as an adopter](https://github.com/cloudnative-pg/cloudnative-pg/blob/main/ADOPTERS.md)
71+
to support the project's growth and evolution.
72+
73+
Thank you for your continued support and for being part of the CloudNativePG community!
74+
75+
<!--
76+
## About CloudNativePG
77+
78+
[CloudNativePG](https://cloudnative-pg.io) is an open-source Kubernetes
79+
Operator specifically designed for PostgreSQL workloads. It manages the entire
80+
lifecycle of a PostgreSQL cluster, including bootstrapping, configuration, high
81+
availability, connection routing, and comprehensive backup and disaster
82+
recovery mechanisms. By leveraging PostgreSQL's native streaming replication,
83+
CloudNativePG efficiently distributes data across pods, nodes, and zones using
84+
standard Kubernetes patterns, enabling seamless scaling of replicas in a
85+
Kubernetes-native manner. Originally developed and supported by
86+
[EDB](https://www.enterprisedb.com/), CloudNativePG is a CNCF Sandbox project
87+
and the sole PostgreSQL operator in this category.
88+
-->
89+
<!--
90+
91+
We've just released CloudNativePG 1.27.1, 1.26.2, and 1.25.4! 🚀
92+
93+
These maintenance releases deliver important stability improvements and bug
94+
fixes to keep your production clusters running smoothly.
95+
96+
Key highlights in 1.27.1 include:
97+
- Support for **PostgreSQL 18**
98+
- Native in-core support for Barman Cloud extended
99+
- The `monitoring.enablePodMonitor` field is now deprecated
100+
101+
We recommend upgrading to 1.27.1 for the latest features and long-term
102+
stability.
103+
104+
Note: 1.25.4 is the final release for the unsupported 1.25.x series.
105+
106+
Read the full announcement: https://cloudnative-pg.io/releases/cloudnative-pg-1-27.1-released/
107+
108+
#CloudNativePG #PostgreSQL #Kubernetes #K8s #DevOps #Database #Operator
109+
110+
--->

0 commit comments

Comments
 (0)