You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases/cloudnative-pg-1-28.0-rc1-released/index.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -194,26 +194,26 @@ <h3 id="declarative-foreign-data-management">Declarative Foreign Data Management
194
194
<p>We introduced comprehensive declarative management for Foreign Data Wrappers
195
195
(FDW) by extending the <code>Database</code> CRD. This feature adds the <code>.spec.fdws</code>
196
196
and <code>.spec.servers</code> fields, allowing you to
197
-
<ahref="/documentation/preview/database_crd/#foreign-data-wrappers">manage FDW extensions and foreign servers</a>
197
+
<ahref="/documentation/preview/declarative_database_management/#managing-foreign-data-wrappers-fdws-in-a-database">manage FDW extensions and foreign servers</a>
198
198
directly from the <code>Database</code> resource.
199
199
This work was implemented by Ying Zhu (<ahref="https://github.com/EdwinaZhu">@EdwinaZhu</a>)
200
200
as part of the <ahref="https://mentorship.lfx.linuxfoundation.org/project/53fa853e-b5fa-4d68-be71-f005c75aea89">LFX Mentorship Program 2025 Term 2</a>.</p>
201
201
<h2id="theres-more">There’s More…</h2>
202
202
<p>Explore other improvements in this release, including:</p>
203
203
<ul>
204
-
<li>Introduced granular control over <ahref="/documentation/preview/cluster_spec/#security-contexts">fine-grained security contexts</a>,
204
+
<li>Introduced granular control over <ahref="/documentation/preview/security/#customizing-security-contexts">fine-grained security contexts</a>,
205
205
allowing <code>securityContext</code> at the pod level and <code>containerSecurityContext</code>
206
206
for individual containers.</li>
207
-
<li>Allowed providing <ahref="/documentation/preview/pooler_spec/#custom-tls">custom TLS for PgBouncer</a>
207
+
<li>Allowed providing <ahref="/documentation/preview/cloudnative-pg.v1/#postgresql-cnpg-io-v1-PgBouncerSpe">custom TLS for PgBouncer</a>
208
208
for both client-to-pooler and pooler-to-server connections,
209
209
taking precedence over operator-generated certificates.</li>
210
-
<li>Added optional <ahref="/documentation/preview/operator_config/#metrics-tls">TLS support for the operator’s metrics server</a>,
210
+
<li>Added optional <ahref="/documentation/preview/monitoring/#enabling-tls-for-operator-metrics">TLS support for the operator’s metrics server</a>,
211
211
enabled via the <code>METRICS_CERT_DIR</code> environment variable.</li>
212
212
<li>Enabled the <code>cnpg report operator</code> command to work with
0 commit comments