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 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’s 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 PostgreSQL databases with the new
Database
Custom Resource Definition (CRD).- Logical Replication Made Easy: Manage logical replication with new
Publication
andSubscription
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. This new standard framework enables users to extend CloudNativePG with external 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’s source code. We invite community feedback and contributions to refine this innovative capability!
For a comprehensive overview, read the 1.25 release notes.
Additional Enhancements in 1.25.0
Explore even more improvements in this release:
- Enhanced
pg_dump
andpg_restore
Controls: Accelerate data migrations 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.
Upgrade Guidance
To ensure a smooth upgrade, please refer to our upgrade documentation.
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.
CloudNativePG has announced the release of versions 1.25.0 and 1.24.2, which bring new features aimed at streamlining PostgreSQL operations and enhancing data durability management. This encompasses declarative database management, logical replication management, and optimized data durability. The release introduces the CloudNativePG Interface (CNPG-I), enabling users to enhance CloudNativePG with external plugins for tailored customization. The Barman Cloud Plugin illustrates the capabilities of CNPG-I, highlighting the ability to develop backup and recovery plugins independently from the operator's source code.