Skip to content

Commit 965d825

Browse files
committed
docs: releases 1.26.1 and 1.25.3 (#337)
Closes #336 Signed-off-by: Gabriele Bartolini <[email protected]> f29026d
1 parent d1dfde4 commit 965d825

File tree

238 files changed

+3593
-231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+3593
-231
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ <h1 class="text-xl">Documentation</h1>
140140
<p class="text-sm">Documentation by version</p>
141141

142142
<p class="ml-6">
143-
<a href="/documentation/1.26">v1.26.0</a> - released on <a
144-
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.26.0">23 May 2025</a>
143+
<a href="/documentation/1.26">v1.26.1</a> - released on <a
144+
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.26.1">25 Jul 2025</a>
145145
</p>
146146

147147
<p class="ml-6">
148-
<a href="/documentation/1.25">v1.25.2</a> - released on <a
149-
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.25.2">23 May 2025</a>
148+
<a href="/documentation/1.25">v1.25.3</a> - released on <a
149+
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.25.3">25 Jul 2025</a>
150150
</p>
151151

152152

documentation/1.25/404.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@
265265
<ul>
266266
<li class="toctree-l1"><a class="reference internal" href="/cncf-projects/external-secrets/">External Secrets</a>
267267
</li>
268+
<li class="toctree-l1"><a class="reference internal" href="/cncf-projects/cilium/">Cilium</a>
269+
</li>
268270
</ul>
269271
<p class="caption"><span class="caption-text">Appendixes</span></p>
270272
<ul>

documentation/1.25/appendixes/object_stores/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@
272272
<ul>
273273
<li class="toctree-l1"><a class="reference internal" href="../../cncf-projects/external-secrets/">External Secrets</a>
274274
</li>
275+
<li class="toctree-l1"><a class="reference internal" href="../../cncf-projects/cilium/">Cilium</a>
276+
</li>
275277
</ul>
276278
<p class="caption"><span class="caption-text">Appendixes</span></p>
277279
<ul class="current">
@@ -729,7 +731,7 @@ <h2 id="minio-gateway">MinIO Gateway</h2>
729731
</div>
730732
</div><footer>
731733
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
732-
<a href="../../cncf-projects/external-secrets/" class="btn btn-neutral float-left" title="External Secrets"><span class="icon icon-circle-arrow-left"></span> Previous</a>
734+
<a href="../../cncf-projects/cilium/" class="btn btn-neutral float-left" title="Cilium"><span class="icon icon-circle-arrow-left"></span> Previous</a>
733735
</div>
734736

735737
<hr/>
@@ -753,7 +755,7 @@ <h2 id="minio-gateway">MinIO Gateway</h2>
753755
<span class="rst-current-version" data-toggle="rst-current-version">
754756

755757

756-
<span><a href="../../cncf-projects/external-secrets/" style="color: #fcfcfc">&laquo; Previous</a></span>
758+
<span><a href="../../cncf-projects/cilium/" style="color: #fcfcfc">&laquo; Previous</a></span>
757759

758760

759761
</span>

documentation/1.25/applications/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@
280280
<ul>
281281
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/external-secrets/">External Secrets</a>
282282
</li>
283+
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/cilium/">Cilium</a>
284+
</li>
283285
</ul>
284286
<p class="caption"><span class="caption-text">Appendixes</span></p>
285287
<ul>
@@ -380,7 +382,13 @@ <h3 id="secrets">Secrets</h3>
380382
<li>a working <a href="https://www.postgresql.org/docs/current/libpq-pgpass.html"><code>.pgpass file</code></a></li>
381383
<li><a href="https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING">uri</a></li>
382384
<li><a href="https://jdbc.postgresql.org/documentation/use/#connecting-to-the-database">jdbc-uri</a></li>
385+
<li><a href="https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING">fqdn-uri</a></li>
386+
<li><a href="https://jdbc.postgresql.org/documentation/use/#connecting-to-the-database">fqdn-jdbc-uri</a></li>
383387
</ul>
388+
<p>The FQDN to be used in the URIs is calculated using the Kubernetes cluster
389+
domain specified in the <code>KUBERNETES_CLUSTER_DOMAIN</code> configuration parameter.
390+
See <a href="../operator_conf/">the operator configuration documentation</a> for more information
391+
about that.</p>
384392
<p>The <code>-app</code> credentials are the ones that should be used by applications
385393
connecting to the PostgreSQL cluster, and correspond to the user <em>owning</em> the
386394
database.</p>

documentation/1.25/architecture/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@
302302
<ul>
303303
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/external-secrets/">External Secrets</a>
304304
</li>
305+
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/cilium/">Cilium</a>
306+
</li>
305307
</ul>
306308
<p class="caption"><span class="caption-text">Appendixes</span></p>
307309
<ul>

documentation/1.25/backup/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@
286286
<ul>
287287
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/external-secrets/">External Secrets</a>
288288
</li>
289+
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/cilium/">Cilium</a>
290+
</li>
289291
</ul>
290292
<p class="caption"><span class="caption-text">Appendixes</span></p>
291293
<ul>

documentation/1.25/backup_barmanobjectstore/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@
284284
<ul>
285285
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/external-secrets/">External Secrets</a>
286286
</li>
287+
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/cilium/">Cilium</a>
288+
</li>
287289
</ul>
288290
<p class="caption"><span class="caption-text">Appendixes</span></p>
289291
<ul>

documentation/1.25/backup_recovery/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@
272272
<ul>
273273
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/external-secrets/">External Secrets</a>
274274
</li>
275+
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/cilium/">Cilium</a>
276+
</li>
275277
</ul>
276278
<p class="caption"><span class="caption-text">Appendixes</span></p>
277279
<ul>

documentation/1.25/backup_volumesnapshot/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@
300300
<ul>
301301
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/external-secrets/">External Secrets</a>
302302
</li>
303+
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/cilium/">Cilium</a>
304+
</li>
303305
</ul>
304306
<p class="caption"><span class="caption-text">Appendixes</span></p>
305307
<ul>

documentation/1.25/before_you_start/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@
282282
<ul>
283283
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/external-secrets/">External Secrets</a>
284284
</li>
285+
<li class="toctree-l1"><a class="reference internal" href="../cncf-projects/cilium/">Cilium</a>
286+
</li>
285287
</ul>
286288
<p class="caption"><span class="caption-text">Appendixes</span></p>
287289
<ul>

0 commit comments

Comments
 (0)