Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tRDUZ-0084s5-GA for pgsql-announce@arkaria.postgresql.org; Fri, 27 Dec 2024 16:47:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tRDTZ-00BJg7-64 for pgsql-announce@arkaria.postgresql.org; Fri, 27 Dec 2024 16:46:12 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tRDTY-00BJfh-36 for pgsql-announce@lists.postgresql.org; Fri, 27 Dec 2024 16:46:12 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tRDTS-001u3V-Qo for pgsql-announce@lists.postgresql.org; Fri, 27 Dec 2024 16:46:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=7vx3vtp1KdOSsRsXKTvJegVlJDj3mezaFPk0vRfuGtw=; b=uNG7/rRzBl2Fh04Rt5nsfsfbA/ AJD3euhVQ3ymsB+qvZ/kUC7QBJ0X+if++M1t2H7k1IRv8LqRuzZWj9X4vgwS1MKoJQb/oGT8gerjK JlEVesBj1tZKpgTo7zt86tT8/D5f+lr8d0a3a4ZlIose6TSHFqNK/K/Z+zVwLB7HK1mH70ob+Uiso AeMVHgsPXfkKsqK100oa29LwVawFQMwVMmr+IkpCzZpttODrDrjdKfsP1yYZymZlv/Jcsgnit9n8j AfUQAhiTtY1XP7zNQzb36pRrRxQQu7RixloD+hy0S+wXQQintyNfVOPM2HWwh/1aSYWuE3YsPPB9f wZra+aEA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tRDTQ-005Oqi-Sw for pgsql-announce@lists.postgresql.org; Fri, 27 Dec 2024 16:46:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tRDTO-007psI-GH for pgsql-announce@lists.postgresql.org; Fri, 27 Dec 2024 16:46:03 +0000 Content-Type: multipart/mixed; boundary="===============8282870742430435004==" MIME-Version: 1.0 Subject: CloudNativePG 1.25.0 and 1.24.2 Released! To: PostgreSQL Announce From: The CloudNativePG Contributors via PostgreSQL Announce Reply-To: gabriele.bartolini@gmail.com Date: Fri, 27 Dec 2024 16:45:28 +0000 Message-ID: <173531792816.675.6955040287696043941@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 29781a126b607391d67bb705118600f9a9f507b17375464d7c9bfe7889b92b45 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============8282870742430435004== Content-Type: multipart/alternative; boundary="===============6549427967279339657==" MIME-Version: 1.0 --===============6549427967279339657== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The **CloudNativePG Community** is delighted to announce the release of **CloudNativePG Operator** versions **1.25.0** and **1.24.2**! Additionally, we have released **1.23.6** as the final patch for the now-unsupported 1.23.x series to ensure a smooth transition for users still on 1.23 or older releases. ## What=E2=80=99s New in CloudNativePG 1.25.0? Version 1.25.0 introduces groundbreaking features to simplify PostgreSQL operations and enhance data durability control. ### Major Highlights - **Declarative Database Management**: Streamline the lifecycle of PostgreS= QL databases with the new `Database` Custom Resource Definition (CRD). - **Logical Replication Made Easy**: Manage logical replication with new `Publication` and `Subscription` CRDs. Ideal for online migrations, major version upgrades, and more. - **Fine-Tuned Data Durability**: Optimize synchronous replication configuration strategies with the `dataDurability` option for a balanced approach to data safety and self-healing. ### Introducing CloudNativePG Interface (CNPG-I) This release marks a pivotal moment for CloudNativePG with the experimental introduction of [**CNPG-I**](https://github.com/cloudnative-pg/cnpg-i). This new standard framework enables users to extend CloudNativePG with exte= rnal plugins, unlocking vast possibilities for customization. The [Barman Cloud Plugin](https://github.com/cloudnative-pg/plugin-barman-c= loud) demonstrates CNPG-I's potential, showcasing how backup and recovery plugins= can be developed independently of the operator=E2=80=99s source code. We invite= community feedback and contributions to refine this innovative capability! For a comprehensive overview, read the [1.25 release notes](https://cloudnative-pg.io/documentation/1.25/release_n= otes/v1.25/). ## Additional Enhancements in 1.25.0 Explore even more improvements in this release: - **Enhanced `pg_dump` and `pg_restore` Controls**: Accelerate data migrati= ons with object exclusions and parallel processing options. - **Parallel Reconcilers**: Boost cluster management efficiency through parallel operations in the cluster controller. Check the complete list of changes in the [release notes](https://cloudnative-pg.io/documentation/1.25/release_notes/= v1.25/). ## Upgrade Guidance To ensure a smooth upgrade, please refer to our [upgrade documentation](https://cloudnative-pg.io/documentation/1.25/instal= lation_upgrade/#upgrades). We strongly recommend upgrading to **CloudNativePG 1.25.0** for the latest features and long-term support. For users on the 1.24.x series, update to **1.24.2** to maintain stability and receive updates. Remember, support for version 1.24 will continue until **March 23, 2025**. ## Get Involved with the Community Join our vibrant, open-source community to connect with fellow CloudNativeP= G users, share insights, and get support: - **Slack**: Engage with us on [Slack](https://join.slack.com/t/cloudnativepg/shared_invite/zt-2ij5hagfo= -B04EQ9DUlGFzD6GEHDqE0g). - **Twitter**: Follow [@CloudNativePg](https://twitter.com/CloudNativePg) for updates and news. Thank you for your continued support! Upgrade today and discover how CloudNativePG can elevate your PostgreSQL experience to new heights. ## About CloudNativePG [CloudNativePG](https://cloudnative-pg.io) stands as a groundbreaking open-source Kubernetes Operator designed explicitly for PostgreSQL workload= s. 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 efficie= ntly distributes data across pods, nodes, and zones, utilizing standard Kubernet= es 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](https://www.enterprisedb.com/), CloudNativePG represents a paradigm shift in managing PostgreSQL workloads within Kubernetes environments. --===============6549427967279339657== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable CloudNativePG 1.25.0 and 1.24.2 Released!
 

CloudNativePG 1.25.0 and 1.24.2 Released!

The CloudNativePG Community is delighted to announce the release of CloudNativePG Operator versions 1.25.0 an= d 1.24.2!

Additionally, we have released 1.23= .6 as the final patch for the now-unsupported 1.23.x series to ensure a smooth transition for users still on 1.23 or older releases.

What=E2=80=99s New in CloudNati= vePG 1.25.0?

Version 1.25.0 introduces groundbreaking fe= atures to simplify PostgreSQL operations and enhance data durability control.

Major Highlights

  • Declara= tive Database Management: Streamline the lifecycle of PostgreSQL databases with the new Database Custom Resource Definition (= CRD).
  • Logical= Replication Made Easy: Manage logical replication with new Publication and Subscription CRDs. Ideal for on= line migrations, major version upgrades, and more.
  • Fine-Tu= ned Data Durability: Optimize synchronous replication configuration strategies with the dataDurability option for = a balanced approach to data safety and self-healing.

Introducing CloudNativePG Inter= face (CNPG-I)

This release marks a pivotal moment for Clo= udNativePG with the experimental introduction of CNPG-I. This new standard framework enables users to extend CloudNativePG with exte= rnal plugins, unlocking vast possibilities for customization.

The Barman Cloud Plugin demonstrates CNPG-I's potential, showcasing how backup and recovery plugins= can be developed independently of the operator=E2=80=99s source code. We invite= community feedback and contributions to refine this innovative capability!

For a comprehensive overview, read the 1.25 release notes<= /a>.

Additional Enhancements in 1.25= .0

Explore even more improvements in this rele= ase:

  • Enhance= d pg_dump and pg_restore Controls: Accel= erate data migrations with object exclusions and parallel processing options.
  • Paralle= l Reconcilers: Boost cluster management efficiency through parallel operations in the cluster controller.

Check the complete list of changes in the release notes.<= /p>

Upgrade Guidance

To ensure a smooth upgrade, please refer to= our upgrade d= ocumentation.

We strongly recommend upgrading to = CloudNativePG 1.25.0 for the latest features and long-term support. For users on the 1.24.x series, update to 1.24.2 to maintain stability and receive updates. Remember= , support for version 1.24 will continue until March 23, 2025.

Get Involved with the Community=

Join our vibrant, open-source community to = connect with fellow CloudNativePG users, share insights, and get support:

Thank you for your continued support! Upgra= de today and discover how CloudNativePG can elevate your PostgreSQL experience to new heights.

About CloudNativePG

CloudNativePG stands as= a groundbreaking open-source Kubernetes Operator designed explicitly for PostgreSQL workload= s. 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 efficie= ntly distributes data across pods, nodes, and zones, utilizing standard Kubernet= es 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.

This email was sent to you from The CloudNativePG Contributors. It was deli= vered on their behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to The CloudNativePG Contributors.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============6549427967279339657==-- --===============8282870742430435004==--