@@ -43,7 +43,7 @@ for high-availability clusters.
4343We introduced comprehensive declarative management for Foreign Data Wrappers
4444(FDW) by extending the ` Database ` CRD. This feature adds the ` .spec.fdws `
4545and ` .spec.servers ` fields, allowing you to
46- [ manage FDW extensions and foreign servers] ( /documentation/preview/database_crd/# foreign-data-wrappers )
46+ [ manage FDW extensions and foreign servers] ( /documentation/preview/declarative_database_management/#managing- foreign-data-wrappers-fdws-in-a-database )
4747directly from the ` Database ` resource.
4848This work was implemented by Ying Zhu ([ @EdwinaZhu ] ( https://github.com/EdwinaZhu ) )
4949as part of the [ LFX Mentorship Program 2025 Term 2] ( https://mentorship.lfx.linuxfoundation.org/project/53fa853e-b5fa-4d68-be71-f005c75aea89 ) .
@@ -52,19 +52,19 @@ as part of the [LFX Mentorship Program 2025 Term 2](https://mentorship.lfx.linux
5252
5353Explore other improvements in this release, including:
5454
55- - Introduced granular control over [ fine-grained security contexts] ( /documentation/preview/cluster_spec/# security-contexts ) ,
55+ - Introduced granular control over [ fine-grained security contexts] ( /documentation/preview/security/#customizing- security-contexts ) ,
5656 allowing ` securityContext ` at the pod level and ` containerSecurityContext `
5757 for individual containers.
58- - Allowed providing [ custom TLS for PgBouncer] ( /documentation/preview/pooler_spec/#custom-tls )
58+ - Allowed providing [ custom TLS for PgBouncer] ( /documentation/preview/cloudnative-pg.v1/#postgresql-cnpg-io-v1-PgBouncerSpe )
5959 for both client-to-pooler and pooler-to-server connections,
6060 taking precedence over operator-generated certificates.
61- - Added optional [ TLS support for the operator's metrics server] ( /documentation/preview/operator_config/#metrics -tls ) ,
61+ - Added optional [ TLS support for the operator's metrics server] ( /documentation/preview/monitoring/#enabling -tls-for-operator-metrics ) ,
6262 enabled via the ` METRICS_CERT_DIR ` environment variable.
6363- Enabled the ` cnpg report operator ` command to work with
64- [ minimal, least-privileged access] ( /documentation/preview/cnpg_plugin /#report ) ,
64+ [ minimal, least-privileged access] ( /documentation/preview/kubectl-plugin /#report ) ,
6565 gracefully handling permission errors.
6666- Introduced the ` alpha.cnpg.io/unrecoverable=true ` annotation to
67- [ automatically delete and recreate a replica pod] ( /documentation/preview/instance_management/#unrecoverable-replicas )
67+ [ automatically delete and recreate a replica pod] ( /documentation/preview/labels_annotations/#predefined-annotations )
6868 and its PVCs.
6969
7070Dive into the full details in the
@@ -76,7 +76,7 @@ The stability of each CloudNativePG release relies on the community’s
7676engagement. Testing your workloads with this release candidate helps
7777identify bugs and regressions early.
7878
79- - View the [ open issues for the 1.28 release] ( https://github.com/cloudnative-pg/cloudnative-pg/milestone/29 ) .
79+ - View the [ open issues for the 1.28 release] ( https://github.com/cloudnative-pg/cloudnative-pg/milestone/30 ) .
8080- Report bugs directly on [ GitHub] ( https://github.com/cloudnative-pg/cloudnative-pg/issues/new/choose ) .
8181
8282## Release Timeline
0 commit comments