The CloudNativePG Community is thrilled to unveil the latest update for the CloudNativePG Operator, now available for the supported versions 1.22 and 1.21.
Key enhancements in both supported minor releases are:
wal_level
GUC in PostgreSQL and disable WAL
archiving via an annotation, granting you finer control over your PostgreSQL
environmentpublication
and subscription
command groups in the
cnpg
plugin for kubectl
, facilitating seamless management of PostgreSQL
native logical replication. This unlocks new possibilities for imperative major
online upgrades and online imports, enriching your data management strategies.Versions 1.22.2 and 1.21.4 are patch releases that include essential bug fixes, addressing issues such as:
In adherence to Kubernetes best practices, we are transitioning from
client-side to server-side application of manifests starting from this release.
As a result, the --server-side
option is now the preferred choice when
installing the operator.
We highly recommend updating the operator at your earliest convenience to leverage these enhancements and bug fixes, ensuring a seamless and efficient PostgreSQL experience.
Please refer to the following release notes for comprehensive insights into each version:
We extend our gratitude for your continued support, and we are excited to witness your enhanced experience with the updated CloudNativePG Operator. Thank You.
CloudNativePG stands as a groundbreaking open-source Kubernetes Operator designed explicitly for PostgreSQL workloads. Seamlessly orchestrating the entire life cycle of a PostgreSQL cluster, CloudNativePG takes charge from bootstrapping and configuration to ensuring high availability, connection routing, and comprehensive backup and disaster recovery mechanisms. Leveraging PostgreSQL's native streaming replication, CloudNativePG efficiently distributes data across pods, nodes, and zones, utilizing standard Kubernetes patterns. This enables seamless scaling of replicas in a Kubernetes-native manner, with the operator autonomously and safely reconfiguring replication as needed. Originally conceived and supported by EDB, CloudNativePG represents a paradigm shift in managing PostgreSQL workloads within Kubernetes environments.