CloudNativePG 1.20.0, 1.19.2 and 1.18.4 Released!

From: The CloudNativePG Contributors via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: CloudNativePG 1.20.0, 1.19.2 and 1.18.4 Released!
Date: 2023-04-28 05:45:24
Message-ID: 168266072473.3414352.11857758598757023198@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The **CloudNativePG Community** has announced version 1.20.0, a new minor
release of the **CloudNativePG Operator**, which introduces support for
**declarative role management**, allowing you to manage PostgreSQL
users and groups via configuration, and **declarative hibernation**,
which enables you to shut down all running pods in a PostgreSQL cluster
and keep only the persistent volumes.

We are also changing the default behavior with the newly created PostgreSQL
clusters:

- automated rolling updates now trigger a restart of the primary instead of a
switchover
- if replicas are available, backups for Point-In-Time-Recovery are automatically
taken from a standby

Some minor bugs have also been fixed.

New patch releases are available for all the supported versions, including
1.19.2 and 1.18.4.

With the release of 1.20.0, the 1.18.x minor version will be
[end of life](https://cloudnative-pg.io/documentation/1.20/supported_releases/#support-status-of-cloudnativepg-releases)
from 27 May, 2023.

We encourage you to update the operator at your earliest possible convenience.

For a complete list of changes, please refer to:

- [release notes for 1.20.0](https://cloudnative-pg.io/documentation/1.20/release_notes/v1.20/)
- [release notes for 1.19.2](https://cloudnative-pg.io/documentation/1.19/release_notes/v1.19/)
- [release notes for 1.18.4](https://cloudnative-pg.io/documentation/1.18/release_notes/v1.18/)

# About CloudNativePg

[CloudNativePG](https://cloudnative-pg.io) is an open source Kubernetes Operator for PostgreSQL workloads that orchestrates the full life cycle of a PostgreSQL cluster, from bootstrapping and configuration, through high availability and connection routing, to backups and disaster recovery. CloudNativePG relies on PostgreSQL’s native streaming replication to distribute data across pods, nodes, and zones, using standard Kubernetes patterns. Replicas can be scaled up and down in a Kubernetes native manner, and the operator automatically and safely reconfigure replication as appropriate.
[CloudNativePG is a project originally created and supported by EDB](https://www.enterprisedb.com/products/cloud-native-postgresql-kubernetes-ha-clusters-k8s-containers-scalable).

Browse pgsql-announce by date

  From Date Subject
Next Message United States PostgreSQL Association via PostgreSQL Announce 2023-04-28 05:45:36 PGConf NYC 2023 - Call for Speakers and Sponsors
Previous Message MigOps via PostgreSQL Announce 2023-04-27 22:10:13 credcheck v1.1 released