-
Notifications
You must be signed in to change notification settings - Fork 39
docs: release announcement for 1.29.0-rc1 #416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+442 KB
...ses/cloudnative-pg-1-29.0-rc1-released/58364dde1adc4a0a8.37186404-2048x1445.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
97 changes: 97 additions & 0 deletions
97
content/releases/cloudnative-pg-1-29.0-rc1-released/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,97 @@ | ||
| --- | ||
| title: "CloudNativePG 1.29.0 RC1 Released!" | ||
| date: 2026-03-12 | ||
| draft: false | ||
| authors: | ||
| - gbartolini | ||
| image: | ||
| url: 58364dde1adc4a0a8.37186404-2048x1445.jpg | ||
| attribution: from <a href="https://wordpress.org/photos/photo/58364dde1a/">Saurabh</a> | ||
| tags: | ||
| - release | ||
| - postgresql | ||
| - postgres | ||
| - kubernetes | ||
| - k8s | ||
| - cloudnativepg | ||
| - preview | ||
| - cnpg | ||
| - ServiceAccount | ||
| - security | ||
| - networking | ||
| - ImageCatalogs | ||
| - extensions | ||
| - artifacts | ||
| - podSelectorRefs | ||
| summary: "The CloudNativePG community is excited to announce the first release candidate of CloudNativePG 1.29! This preview revolutionises extension management through Image Catalogs and the new artifacts ecosystem. Join us in testing these updates to shape the final release." | ||
| --- | ||
|
|
||
| The CloudNativePG Community is thrilled to announce the first release candidate | ||
| of CloudNativePG 1.29! This preview release provides an opportunity to explore | ||
| new features and enhancements before the final version is officially launched. | ||
| While refinements may still occur, here’s a look at what’s new. | ||
|
|
||
| ## Key Features | ||
|
|
||
| ### PostgreSQL Extensions Ecosystem and Image Catalogs | ||
|
|
||
| The most significant architectural advancement in 1.29 is the integration of | ||
| Image Catalogs with a new dedicated ecosystem for PostgreSQL extensions. By | ||
| leveraging the | ||
| [`postgres-extensions-containers`](https://github.com/cloudnative-pg/artifacts/tree/main/image-catalogs-extensions) | ||
| project, CloudNativePG now provides a structured way to distribute and manage | ||
| extension-specific images. | ||
|
|
||
| This feature allows you to define these extensions within a catalog, ensuring | ||
| that the database engine and its modules are version-aligned, secure, and | ||
| treated as a single cohesive unit. This approach centralises your image supply | ||
| chain and removes the need for users to manually build and maintain complex | ||
| custom PostgreSQL images. | ||
|
|
||
| ### Dynamic Network Access Control via Pod Selectors | ||
|
|
||
| We’ve introduced a major enhancement to how PostgreSQL network security is | ||
| handled in Kubernetes. By using the new `podSelectorRefs` field, you can now | ||
| define `pg_hba.conf` rules that dynamically resolve the IP addresses of client | ||
| pods based on label selectors. This ensures that only authorised workloads in | ||
| the same namespace can connect to your database, eliminating the need for | ||
| manual IP management or static CIDR ranges. | ||
|
|
||
| ### Shared ServiceAccount Support | ||
|
|
||
| CloudNativePG now supports referencing a pre-existing `ServiceAccount` in | ||
| `Cluster` and `Pooler` resources. This enables a more streamlined integration | ||
| with cloud provider IAM services, such as AWS IRSA, GCP Workload Identity, and | ||
| Azure Workload Identity. | ||
|
|
||
| ## There’s More… | ||
|
|
||
| Explore other improvements in this release, including: | ||
|
|
||
| - Added granular configuration for TLS cipher suites and versions for PgBouncer. | ||
| - Improved reliability by automatically cleaning up failed `pg_upgrade` jobs when an image is reverted. | ||
|
|
||
| Dive into the full details in the | ||
| [release notes for 1.29 RC1](https://cloudnative-pg.io/docs/1.29/release_notes/v1.29/). | ||
|
|
||
| ## Testing | ||
|
|
||
| The stability of each CloudNativePG release relies on the community’s | ||
| engagement. Testing your workloads with this release candidate helps | ||
| identify bugs and regressions early. | ||
|
|
||
| - View the [open issues for the 1.29 release](https://github.com/cloudnative-pg/cloudnative-pg/milestone/33). | ||
| - Report bugs directly on [GitHub](https://github.com/cloudnative-pg/cloudnative-pg/issues/new/choose). | ||
|
|
||
| ## Release Timeline | ||
|
|
||
| CloudNativePG 1.29 RC1 is the first in a series of release candidates. | ||
| Additional release candidates may follow as needed before the final release, | ||
| currently planned for the end of March. | ||
|
|
||
| # Join the Community | ||
|
|
||
| [Connect with our community on your preferred platform](https://github.com/cloudnative-pg#getting-in-touch). | ||
|
|
||
| Thank you for your continued support of CloudNativePG. Your contributions help | ||
| us advance the Kubernetes-native PostgreSQL experience. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.