CloudNativePG 1.17.1, 1.16.3 and 1.15.5 Released!

From: CloudNativePG via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: CloudNativePG 1.17.1, 1.16.3 and 1.15.5 Released!
Date: 2022-10-10 14:47:58
Message-ID: 166541327834.591803.7280425480207334676@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The **CloudNativePG Community** has released a new update for the supported
1.17, 1.16 and 1.15 versions of the **CloudNativePG Operator**.

**Versions 1.17.1, 1.16.3 and 1.15.5** are *patch releases* containing a few
bug fixes and minor enhancements, including:

- Improve the mechanism that checks that the backup object store is empty
before archiving a WAL file for the first time
- Explicitly set permissions of the instance manager binary that is copied in
the `distroless/static:nonroot` container image, by using the
`nonroot:nonroot` user
- Make the cluster's conditions compatible with `metav1.Conditions` struct (1.15 only)
- Drop any active connection on a standby after it is promoted to primary
- Honor `MAPPEDMETRIC` and `DURATION` metric types conversion in the native Prometheus exporter

With this release, version 1.15 has reached End-of-Life (EOL): version 1.15.5
is the last that will be released for the 1.15 minor version.

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.17.1](https://cloudnative-pg.io/documentation/1.16/release_notes/v1.17/)
- [release notes for 1.16.3](https://cloudnative-pg.io/documentation/1.16/release_notes/v1.16/)
- [release notes for 1.15.5](https://cloudnative-pg.io/documentation/1.15/release_notes/v1.15/)

# 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 the first PostgreSQL Operator to pursue the whole graduation
process with the Cloud Native Computing Foundation (CNCF) by submitting the
request to join the Sandbox in April 2022.
[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 The Enquo Project via PostgreSQL Announce 2022-10-11 13:54:34 Initial release of pg_enquo, a queryable encryption extension for PostgreSQL
Previous Message PostgreSQL Global Development Group 2022-10-06 13:06:16 PostgreSQL 15 RC 2 Released!