Skip to content

Commit e722823

Browse files
authored
docs: fix 1.27.1 documentation (#379)
Fixes #378 Closes #377 Signed-off-by: Marco Nenciarini <[email protected]>
1 parent 4a5ed97 commit e722823

File tree

8 files changed

+38
-38
lines changed

8 files changed

+38
-38
lines changed

assets/documentation/1.27/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,5 +574,5 @@ <h2 id="about-this-guide">About this guide</h2>
574574

575575
<!--
576576
MkDocs version : 1.6.1
577-
Build Date UTC : 2025-10-23 13:22:39.977144+00:00
577+
Build Date UTC : 2025-10-23 16:38:26.802366+00:00
578578
-->

assets/documentation/1.27/installation_upgrade/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
356356
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
357357
<p>The operator can be installed like any other resource in Kubernetes,
358358
through a YAML manifest applied via <code>kubectl</code>.</p>
359-
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml">latest operator manifest</a>
359+
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml">latest operator manifest</a>
360360
for this minor release as follows:</p>
361361
<pre><code class="language-sh">kubectl apply --server-side -f \
362-
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml
362+
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml
363363
</code></pre>
364364
<p>You can verify that with:</p>
365365
<pre><code class="language-sh">kubectl rollout status deployment \

assets/documentation/1.27/kubectl-plugin/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -438,23 +438,23 @@ <h3 id="using-the-debian-or-redhat-packages">Using the Debian or RedHat packages
438438
As a result, you can follow standard practices and instructions to install
439439
them in your systems.</p>
440440
<h4 id="debian-packages">Debian packages</h4>
441-
<p>For example, let's install the 1.27.0 release of the plugin, for an Intel based
441+
<p>For example, let's install the 1.27.1 release of the plugin, for an Intel based
442442
64 bit server. First, we download the right <code>.deb</code> file.</p>
443-
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.0/kubectl-cnpg_1.27.0_linux_x86_64.deb \
443+
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.1/kubectl-cnpg_1.27.1_linux_x86_64.deb \
444444
--output-document kube-plugin.deb
445445
</code></pre>
446446
<p>Then, with superuser privileges, install from the local file using <code>dpkg</code>:</p>
447447
<pre><code class="language-console">$ sudo dpkg -i kube-plugin.deb
448448
Selecting previously unselected package cnpg.
449449
(Reading database ... 6688 files and directories currently installed.)
450450
Preparing to unpack kube-plugin.deb ...
451-
Unpacking cnpg (1.27.0) ...
452-
Setting up cnpg (1.27.0) ...
451+
Unpacking cnpg (1.27.1) ...
452+
Setting up cnpg (1.27.1) ...
453453
</code></pre>
454454
<h4 id="rpm-packages">RPM packages</h4>
455-
<p>As in the example for <code>.rpm</code> packages, let's install the 1.27.0 release for an
455+
<p>As in the example for <code>.rpm</code> packages, let's install the 1.27.1 release for an
456456
Intel 64 bit machine. Note the <code>--output</code> flag to provide a file name.</p>
457-
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.0/kubectl-cnpg_1.27.0_linux_x86_64.rpm \
457+
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.1/kubectl-cnpg_1.27.1_linux_x86_64.rpm \
458458
--output kube-plugin.rpm
459459
</code></pre>
460460
<p>Then, with superuser privileges, install with <code>yum</code>, and you're ready to use:</p>
@@ -465,7 +465,7 @@ <h4 id="rpm-packages">RPM packages</h4>
465465
Package Architecture Version Repository Size
466466
====================================================================================================
467467
Installing:
468-
cnpg x86_64 1.27.0 @commandline 20 M
468+
cnpg x86_64 1.27.1 @commandline 20 M
469469

470470
Transaction Summary
471471
====================================================================================================
@@ -656,9 +656,9 @@ <h3 id="status">Status</h3>
656656
Instances status
657657
Name Current LSN Replication role Status QoS Manager Version Node
658658
---- ----------- ---------------- ------ --- --------------- ----
659-
sandbox-1 0/604DE38 Primary OK BestEffort 1.27.0 k8s-eu-worker
660-
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker2
661-
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker
659+
sandbox-1 0/604DE38 Primary OK BestEffort 1.27.1 k8s-eu-worker
660+
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker2
661+
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker
662662
</code></pre>
663663
<p>If you require more detailed status information, use the <code>--verbose</code> option (or
664664
<code>-v</code> for short). The level of detail increases each time the flag is repeated:</p>
@@ -707,9 +707,9 @@ <h3 id="status">Status</h3>
707707
Instances status
708708
Name Current LSN Replication role Status QoS Manager Version Node
709709
---- ----------- ---------------- ------ --- --------------- ----
710-
sandbox-1 0/6053720 Primary OK BestEffort 1.27.0 k8s-eu-worker
711-
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker2
712-
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker
710+
sandbox-1 0/6053720 Primary OK BestEffort 1.27.1 k8s-eu-worker
711+
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker2
712+
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker
713713
</code></pre>
714714
<p>With an additional <code>-v</code> (e.g. <code>kubectl cnpg status sandbox -v -v</code>), you can
715715
also view PostgreSQL configuration, HBA settings, and certificates.</p>
@@ -877,12 +877,12 @@ <h4 id="report-operator">report Operator</h4>
877877
and previous logs are available, it will show them both.</p>
878878
</div>
879879
<pre><code class="language-output">====== Beginning of Previous Log =====
880-
2023-03-28T12:56:41.251711811Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.0&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.0+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
880+
2023-03-28T12:56:41.251711811Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
881881
2023-03-28T12:56:41.251851909Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting pprof HTTP server&quot;,&quot;addr&quot;:&quot;0.0.0.0:6060&quot;}
882882
&lt;snipped …&gt;
883883

884884
====== End of Previous Log =====
885-
2023-03-28T12:57:09.854306024Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.0&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.0+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
885+
2023-03-28T12:57:09.854306024Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
886886
2023-03-28T12:57:09.854363943Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting pprof HTTP server&quot;,&quot;addr&quot;:&quot;0.0.0.0:6060&quot;}
887887
</code></pre>
888888
<p>If the operator hasn't been restarted, you'll still see the <code>====== Begin …</code>

assets/documentation/1.27/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/documentation/current/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,5 +574,5 @@ <h2 id="about-this-guide">About this guide</h2>
574574

575575
<!--
576576
MkDocs version : 1.6.1
577-
Build Date UTC : 2025-10-23 13:22:39.977144+00:00
577+
Build Date UTC : 2025-10-23 16:38:26.802366+00:00
578578
-->

assets/documentation/current/installation_upgrade/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
356356
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
357357
<p>The operator can be installed like any other resource in Kubernetes,
358358
through a YAML manifest applied via <code>kubectl</code>.</p>
359-
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml">latest operator manifest</a>
359+
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml">latest operator manifest</a>
360360
for this minor release as follows:</p>
361361
<pre><code class="language-sh">kubectl apply --server-side -f \
362-
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml
362+
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml
363363
</code></pre>
364364
<p>You can verify that with:</p>
365365
<pre><code class="language-sh">kubectl rollout status deployment \

assets/documentation/current/kubectl-plugin/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -438,23 +438,23 @@ <h3 id="using-the-debian-or-redhat-packages">Using the Debian or RedHat packages
438438
As a result, you can follow standard practices and instructions to install
439439
them in your systems.</p>
440440
<h4 id="debian-packages">Debian packages</h4>
441-
<p>For example, let's install the 1.27.0 release of the plugin, for an Intel based
441+
<p>For example, let's install the 1.27.1 release of the plugin, for an Intel based
442442
64 bit server. First, we download the right <code>.deb</code> file.</p>
443-
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.0/kubectl-cnpg_1.27.0_linux_x86_64.deb \
443+
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.1/kubectl-cnpg_1.27.1_linux_x86_64.deb \
444444
--output-document kube-plugin.deb
445445
</code></pre>
446446
<p>Then, with superuser privileges, install from the local file using <code>dpkg</code>:</p>
447447
<pre><code class="language-console">$ sudo dpkg -i kube-plugin.deb
448448
Selecting previously unselected package cnpg.
449449
(Reading database ... 6688 files and directories currently installed.)
450450
Preparing to unpack kube-plugin.deb ...
451-
Unpacking cnpg (1.27.0) ...
452-
Setting up cnpg (1.27.0) ...
451+
Unpacking cnpg (1.27.1) ...
452+
Setting up cnpg (1.27.1) ...
453453
</code></pre>
454454
<h4 id="rpm-packages">RPM packages</h4>
455-
<p>As in the example for <code>.rpm</code> packages, let's install the 1.27.0 release for an
455+
<p>As in the example for <code>.rpm</code> packages, let's install the 1.27.1 release for an
456456
Intel 64 bit machine. Note the <code>--output</code> flag to provide a file name.</p>
457-
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.0/kubectl-cnpg_1.27.0_linux_x86_64.rpm \
457+
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.1/kubectl-cnpg_1.27.1_linux_x86_64.rpm \
458458
--output kube-plugin.rpm
459459
</code></pre>
460460
<p>Then, with superuser privileges, install with <code>yum</code>, and you're ready to use:</p>
@@ -465,7 +465,7 @@ <h4 id="rpm-packages">RPM packages</h4>
465465
Package Architecture Version Repository Size
466466
====================================================================================================
467467
Installing:
468-
cnpg x86_64 1.27.0 @commandline 20 M
468+
cnpg x86_64 1.27.1 @commandline 20 M
469469

470470
Transaction Summary
471471
====================================================================================================
@@ -656,9 +656,9 @@ <h3 id="status">Status</h3>
656656
Instances status
657657
Name Current LSN Replication role Status QoS Manager Version Node
658658
---- ----------- ---------------- ------ --- --------------- ----
659-
sandbox-1 0/604DE38 Primary OK BestEffort 1.27.0 k8s-eu-worker
660-
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker2
661-
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker
659+
sandbox-1 0/604DE38 Primary OK BestEffort 1.27.1 k8s-eu-worker
660+
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker2
661+
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker
662662
</code></pre>
663663
<p>If you require more detailed status information, use the <code>--verbose</code> option (or
664664
<code>-v</code> for short). The level of detail increases each time the flag is repeated:</p>
@@ -707,9 +707,9 @@ <h3 id="status">Status</h3>
707707
Instances status
708708
Name Current LSN Replication role Status QoS Manager Version Node
709709
---- ----------- ---------------- ------ --- --------------- ----
710-
sandbox-1 0/6053720 Primary OK BestEffort 1.27.0 k8s-eu-worker
711-
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker2
712-
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker
710+
sandbox-1 0/6053720 Primary OK BestEffort 1.27.1 k8s-eu-worker
711+
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker2
712+
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker
713713
</code></pre>
714714
<p>With an additional <code>-v</code> (e.g. <code>kubectl cnpg status sandbox -v -v</code>), you can
715715
also view PostgreSQL configuration, HBA settings, and certificates.</p>
@@ -877,12 +877,12 @@ <h4 id="report-operator">report Operator</h4>
877877
and previous logs are available, it will show them both.</p>
878878
</div>
879879
<pre><code class="language-output">====== Beginning of Previous Log =====
880-
2023-03-28T12:56:41.251711811Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.0&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.0+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
880+
2023-03-28T12:56:41.251711811Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
881881
2023-03-28T12:56:41.251851909Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting pprof HTTP server&quot;,&quot;addr&quot;:&quot;0.0.0.0:6060&quot;}
882882
&lt;snipped …&gt;
883883

884884
====== End of Previous Log =====
885-
2023-03-28T12:57:09.854306024Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.0&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.0+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
885+
2023-03-28T12:57:09.854306024Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
886886
2023-03-28T12:57:09.854363943Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting pprof HTTP server&quot;,&quot;addr&quot;:&quot;0.0.0.0:6060&quot;}
887887
</code></pre>
888888
<p>If the operator hasn't been restarted, you'll still see the <code>====== Begin …</code>

assets/documentation/current/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)