Skip to content

Commit 76c3fa8

Browse files
authored
docs: release 1.26.0-rc1 (#275)
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent ba77557 commit 76c3fa8

File tree

8 files changed

+40
-40
lines changed

8 files changed

+40
-40
lines changed

assets/documentation/1.26.0-rc1/index.html

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

536536
<!--
537537
MkDocs version : 1.6.1
538-
Build Date UTC : 2025-03-28 15:13:00.015733+00:00
538+
Build Date UTC : 2025-03-28 16:31:55.030394+00:00
539539
-->

assets/documentation/1.26.0-rc1/installation_upgrade/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
343343
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
344344
<p>The operator can be installed like any other resource in Kubernetes,
345345
through a YAML manifest applied via <code>kubectl</code>.</p>
346-
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.1.yaml">latest operator manifest</a>
346+
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.26.0-rc1.yaml">latest operator manifest</a>
347347
for this minor release as follows:</p>
348348
<pre><code class="language-sh">kubectl apply --server-side -f \
349-
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.1.yaml
349+
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.26.0-rc1.yaml
350350
</code></pre>
351351
<p>You can verify that with:</p>
352352
<pre><code class="language-sh">kubectl rollout status deployment \
@@ -391,7 +391,7 @@ <h3 id="testing-the-latest-development-snapshot">Testing the latest development
391391
<p>If you are instead looking for the latest snapshot of the operator for this
392392
specific minor release, you can just run:</p>
393393
<pre><code class="language-sh">curl -sSfL \
394-
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.25/manifests/operator-manifest.yaml | \
394+
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.26/manifests/operator-manifest.yaml | \
395395
kubectl apply --server-side -f -
396396
</code></pre>
397397
<div class="admonition important">

assets/documentation/1.26.0-rc1/kubectl-plugin/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -427,23 +427,23 @@ <h3 id="using-the-debian-or-redhat-packages">Using the Debian or RedHat packages
427427
As a result, you can follow standard practices and instructions to install
428428
them in your systems.</p>
429429
<h4 id="debian-packages">Debian packages</h4>
430-
<p>For example, let's install the 1.25.1 release of the plugin, for an Intel based
430+
<p>For example, let's install the 1.26.0-rc1 release of the plugin, for an Intel based
431431
64 bit server. First, we download the right <code>.deb</code> file.</p>
432-
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.25.1/kubectl-cnpg_1.25.1_linux_x86_64.deb \
432+
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.26.0-rc1/kubectl-cnpg_1.26.0-rc1_linux_x86_64.deb \
433433
--output-document kube-plugin.deb
434434
</code></pre>
435435
<p>Then, with superuser privileges, install from the local file using <code>dpkg</code>:</p>
436436
<pre><code class="language-console">$ sudo dpkg -i kube-plugin.deb
437437
Selecting previously unselected package cnpg.
438438
(Reading database ... 6688 files and directories currently installed.)
439439
Preparing to unpack kube-plugin.deb ...
440-
Unpacking cnpg (1.25.1) ...
441-
Setting up cnpg (1.25.1) ...
440+
Unpacking cnpg (1.26.0-rc1) ...
441+
Setting up cnpg (1.26.0-rc1) ...
442442
</code></pre>
443443
<h4 id="rpm-packages">RPM packages</h4>
444-
<p>As in the example for <code>.rpm</code> packages, let's install the 1.25.1 release for an
444+
<p>As in the example for <code>.rpm</code> packages, let's install the 1.26.0-rc1 release for an
445445
Intel 64 bit machine. Note the <code>--output</code> flag to provide a file name.</p>
446-
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.25.1/kubectl-cnpg_1.25.1_linux_x86_64.rpm \
446+
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.26.0-rc1/kubectl-cnpg_1.26.0-rc1_linux_x86_64.rpm \
447447
--output kube-plugin.rpm
448448
</code></pre>
449449
<p>Then, with superuser privileges, install with <code>yum</code>, and you're ready to use:</p>
@@ -454,7 +454,7 @@ <h4 id="rpm-packages">RPM packages</h4>
454454
Package Architecture Version Repository Size
455455
====================================================================================================
456456
Installing:
457-
cnpg x86_64 1.25.1 @commandline 20 M
457+
cnpg x86_64 1.26.0-rc1 @commandline 20 M
458458

459459
Transaction Summary
460460
====================================================================================================
@@ -645,9 +645,9 @@ <h3 id="status">Status</h3>
645645
Instances status
646646
Name Current LSN Replication role Status QoS Manager Version Node
647647
---- ----------- ---------------- ------ --- --------------- ----
648-
sandbox-1 0/604DE38 Primary OK BestEffort 1.25.1 k8s-eu-worker
649-
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.25.1 k8s-eu-worker2
650-
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.25.1 k8s-eu-worker
648+
sandbox-1 0/604DE38 Primary OK BestEffort 1.26.0-rc1 k8s-eu-worker
649+
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.26.0-rc1 k8s-eu-worker2
650+
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.26.0-rc1 k8s-eu-worker
651651
</code></pre>
652652
<p>If you require more detailed status information, use the <code>--verbose</code> option (or
653653
<code>-v</code> for short). The level of detail increases each time the flag is repeated:</p>
@@ -696,9 +696,9 @@ <h3 id="status">Status</h3>
696696
Instances status
697697
Name Current LSN Replication role Status QoS Manager Version Node
698698
---- ----------- ---------------- ------ --- --------------- ----
699-
sandbox-1 0/6053720 Primary OK BestEffort 1.25.1 k8s-eu-worker
700-
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.25.1 k8s-eu-worker2
701-
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.25.1 k8s-eu-worker
699+
sandbox-1 0/6053720 Primary OK BestEffort 1.26.0-rc1 k8s-eu-worker
700+
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.26.0-rc1 k8s-eu-worker2
701+
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.26.0-rc1 k8s-eu-worker
702702
</code></pre>
703703
<p>With an additional <code>-v</code> (e.g. <code>kubectl cnpg status sandbox -v -v</code>), you can
704704
also view PostgreSQL configuration, HBA settings, and certificates.</p>
@@ -866,12 +866,12 @@ <h4 id="report-operator">report Operator</h4>
866866
and previous logs are available, it will show them both.</p>
867867
</div>
868868
<pre><code class="language-output">====== Beginning of Previous Log =====
869-
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.25.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.25.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
869+
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.26.0-rc1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.26.0-rc1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
870870
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;}
871871
&lt;snipped …&gt;
872872

873873
====== End of Previous Log =====
874-
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.25.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.25.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
874+
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.26.0-rc1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.26.0-rc1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
875875
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;}
876876
</code></pre>
877877
<p>If the operator hasn't been restarted, you'll still see the <code>====== Begin …</code>

assets/documentation/1.26.0-rc1/search/search_index.json

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

assets/documentation/preview/index.html

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

536536
<!--
537537
MkDocs version : 1.6.1
538-
Build Date UTC : 2025-03-28 15:13:00.015733+00:00
538+
Build Date UTC : 2025-03-28 16:31:55.030394+00:00
539539
-->

assets/documentation/preview/installation_upgrade/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
343343
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
344344
<p>The operator can be installed like any other resource in Kubernetes,
345345
through a YAML manifest applied via <code>kubectl</code>.</p>
346-
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.1.yaml">latest operator manifest</a>
346+
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.26.0-rc1.yaml">latest operator manifest</a>
347347
for this minor release as follows:</p>
348348
<pre><code class="language-sh">kubectl apply --server-side -f \
349-
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.1.yaml
349+
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.26.0-rc1.yaml
350350
</code></pre>
351351
<p>You can verify that with:</p>
352352
<pre><code class="language-sh">kubectl rollout status deployment \
@@ -391,7 +391,7 @@ <h3 id="testing-the-latest-development-snapshot">Testing the latest development
391391
<p>If you are instead looking for the latest snapshot of the operator for this
392392
specific minor release, you can just run:</p>
393393
<pre><code class="language-sh">curl -sSfL \
394-
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.25/manifests/operator-manifest.yaml | \
394+
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.26/manifests/operator-manifest.yaml | \
395395
kubectl apply --server-side -f -
396396
</code></pre>
397397
<div class="admonition important">

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -427,23 +427,23 @@ <h3 id="using-the-debian-or-redhat-packages">Using the Debian or RedHat packages
427427
As a result, you can follow standard practices and instructions to install
428428
them in your systems.</p>
429429
<h4 id="debian-packages">Debian packages</h4>
430-
<p>For example, let's install the 1.25.1 release of the plugin, for an Intel based
430+
<p>For example, let's install the 1.26.0-rc1 release of the plugin, for an Intel based
431431
64 bit server. First, we download the right <code>.deb</code> file.</p>
432-
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.25.1/kubectl-cnpg_1.25.1_linux_x86_64.deb \
432+
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.26.0-rc1/kubectl-cnpg_1.26.0-rc1_linux_x86_64.deb \
433433
--output-document kube-plugin.deb
434434
</code></pre>
435435
<p>Then, with superuser privileges, install from the local file using <code>dpkg</code>:</p>
436436
<pre><code class="language-console">$ sudo dpkg -i kube-plugin.deb
437437
Selecting previously unselected package cnpg.
438438
(Reading database ... 6688 files and directories currently installed.)
439439
Preparing to unpack kube-plugin.deb ...
440-
Unpacking cnpg (1.25.1) ...
441-
Setting up cnpg (1.25.1) ...
440+
Unpacking cnpg (1.26.0-rc1) ...
441+
Setting up cnpg (1.26.0-rc1) ...
442442
</code></pre>
443443
<h4 id="rpm-packages">RPM packages</h4>
444-
<p>As in the example for <code>.rpm</code> packages, let's install the 1.25.1 release for an
444+
<p>As in the example for <code>.rpm</code> packages, let's install the 1.26.0-rc1 release for an
445445
Intel 64 bit machine. Note the <code>--output</code> flag to provide a file name.</p>
446-
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.25.1/kubectl-cnpg_1.25.1_linux_x86_64.rpm \
446+
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.26.0-rc1/kubectl-cnpg_1.26.0-rc1_linux_x86_64.rpm \
447447
--output kube-plugin.rpm
448448
</code></pre>
449449
<p>Then, with superuser privileges, install with <code>yum</code>, and you're ready to use:</p>
@@ -454,7 +454,7 @@ <h4 id="rpm-packages">RPM packages</h4>
454454
Package Architecture Version Repository Size
455455
====================================================================================================
456456
Installing:
457-
cnpg x86_64 1.25.1 @commandline 20 M
457+
cnpg x86_64 1.26.0-rc1 @commandline 20 M
458458

459459
Transaction Summary
460460
====================================================================================================
@@ -645,9 +645,9 @@ <h3 id="status">Status</h3>
645645
Instances status
646646
Name Current LSN Replication role Status QoS Manager Version Node
647647
---- ----------- ---------------- ------ --- --------------- ----
648-
sandbox-1 0/604DE38 Primary OK BestEffort 1.25.1 k8s-eu-worker
649-
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.25.1 k8s-eu-worker2
650-
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.25.1 k8s-eu-worker
648+
sandbox-1 0/604DE38 Primary OK BestEffort 1.26.0-rc1 k8s-eu-worker
649+
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.26.0-rc1 k8s-eu-worker2
650+
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.26.0-rc1 k8s-eu-worker
651651
</code></pre>
652652
<p>If you require more detailed status information, use the <code>--verbose</code> option (or
653653
<code>-v</code> for short). The level of detail increases each time the flag is repeated:</p>
@@ -696,9 +696,9 @@ <h3 id="status">Status</h3>
696696
Instances status
697697
Name Current LSN Replication role Status QoS Manager Version Node
698698
---- ----------- ---------------- ------ --- --------------- ----
699-
sandbox-1 0/6053720 Primary OK BestEffort 1.25.1 k8s-eu-worker
700-
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.25.1 k8s-eu-worker2
701-
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.25.1 k8s-eu-worker
699+
sandbox-1 0/6053720 Primary OK BestEffort 1.26.0-rc1 k8s-eu-worker
700+
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.26.0-rc1 k8s-eu-worker2
701+
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.26.0-rc1 k8s-eu-worker
702702
</code></pre>
703703
<p>With an additional <code>-v</code> (e.g. <code>kubectl cnpg status sandbox -v -v</code>), you can
704704
also view PostgreSQL configuration, HBA settings, and certificates.</p>
@@ -866,12 +866,12 @@ <h4 id="report-operator">report Operator</h4>
866866
and previous logs are available, it will show them both.</p>
867867
</div>
868868
<pre><code class="language-output">====== Beginning of Previous Log =====
869-
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.25.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.25.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
869+
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.26.0-rc1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.26.0-rc1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
870870
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;}
871871
&lt;snipped …&gt;
872872

873873
====== End of Previous Log =====
874-
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.25.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.25.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
874+
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.26.0-rc1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.26.0-rc1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
875875
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;}
876876
</code></pre>
877877
<p>If the operator hasn't been restarted, you'll still see the <code>====== Begin …</code>

assets/documentation/preview/search/search_index.json

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

0 commit comments

Comments
 (0)