Skip to content

Commit

Permalink
fix: links to 1.24.0-RC1 (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Bartolini <[email protected]>
  • Loading branch information
gbartolini authored Jul 30, 2024
1 parent 8306e8d commit ea1aaf7
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/documentation/1.24.0-rc1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,5 +483,5 @@ <h2 id="about-this-guide">About this guide</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-07-30 08:15:42.735580+00:00
Build Date UTC : 2024-07-30 12:54:21.036709+00:00
-->
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
<p>The operator can be installed like any other resource in Kubernetes,
through a YAML manifest applied via <code>kubectl</code>.</p>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.23/releases/cnpg-1.23.2.yaml">latest operator manifest</a>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.24.0-rc1.yaml">latest operator manifest</a>
for this minor release as follows:</p>
<pre><code class="language-sh">kubectl apply --server-side -f \
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.23/releases/cnpg-1.23.2.yaml
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.24.0-rc1.yaml
</code></pre>
<p>You can verify that with:</p>
<pre><code class="language-sh">kubectl get deployment -n cnpg-system cnpg-controller-manager
Expand Down Expand Up @@ -386,7 +386,7 @@ <h3 id="testing-the-latest-development-snapshot">Testing the latest development
<p>If you are instead looking for the latest snapshot of the operator for this
specific minor release, you can just run:</p>
<pre><code class="language-sh">curl -sSfL \
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.23/manifests/operator-manifest.yaml | \
https://raw.githubusercontent.com/cloudnative-pg/artifacts/main/manifests/operator-manifest.yaml | \
kubectl apply --server-side -f -
</code></pre>
<div class="admonition important">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ <h1 id="release-notes-for-cloudnativepg-124">Release notes for CloudNativePG 1.2
<p>For a complete list of changes, please refer to the
<a href="https://github.com/cloudnative-pg/cloudnative-pg/commits/release-1.24">commits</a>
on the release branch in GitHub.</p>
<h2 id="version-1240-rc1">Version 1.24.0 RC1</h2>
<p><strong>Release date:</strong> Jul 29, 2024</p>
<h2 id="version-1240-rc1">Version 1.24.0-rc1</h2>
<p><strong>Release date:</strong> Jul 30, 2024</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Preview version: Not production-ready.
Expand Down
2 changes: 1 addition & 1 deletion assets/documentation/1.24.0-rc1/search/search_index.json

Large diffs are not rendered by default.

Binary file modified assets/documentation/1.24.0-rc1/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/documentation/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,5 +483,5 @@ <h2 id="about-this-guide">About this guide</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-07-30 08:15:42.735580+00:00
Build Date UTC : 2024-07-30 12:54:21.036709+00:00
-->
6 changes: 3 additions & 3 deletions assets/documentation/preview/installation_upgrade/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
<p>The operator can be installed like any other resource in Kubernetes,
through a YAML manifest applied via <code>kubectl</code>.</p>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.23/releases/cnpg-1.23.2.yaml">latest operator manifest</a>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.24.0-rc1.yaml">latest operator manifest</a>
for this minor release as follows:</p>
<pre><code class="language-sh">kubectl apply --server-side -f \
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.23/releases/cnpg-1.23.2.yaml
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.24.0-rc1.yaml
</code></pre>
<p>You can verify that with:</p>
<pre><code class="language-sh">kubectl get deployment -n cnpg-system cnpg-controller-manager
Expand Down Expand Up @@ -386,7 +386,7 @@ <h3 id="testing-the-latest-development-snapshot">Testing the latest development
<p>If you are instead looking for the latest snapshot of the operator for this
specific minor release, you can just run:</p>
<pre><code class="language-sh">curl -sSfL \
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.23/manifests/operator-manifest.yaml | \
https://raw.githubusercontent.com/cloudnative-pg/artifacts/main/manifests/operator-manifest.yaml | \
kubectl apply --server-side -f -
</code></pre>
<div class="admonition important">
Expand Down
4 changes: 2 additions & 2 deletions assets/documentation/preview/release_notes/v1.24/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ <h1 id="release-notes-for-cloudnativepg-124">Release notes for CloudNativePG 1.2
<p>For a complete list of changes, please refer to the
<a href="https://github.com/cloudnative-pg/cloudnative-pg/commits/release-1.24">commits</a>
on the release branch in GitHub.</p>
<h2 id="version-1240-rc1">Version 1.24.0 RC1</h2>
<p><strong>Release date:</strong> Jul 29, 2024</p>
<h2 id="version-1240-rc1">Version 1.24.0-rc1</h2>
<p><strong>Release date:</strong> Jul 30, 2024</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Preview version: Not production-ready.
Expand Down
2 changes: 1 addition & 1 deletion assets/documentation/preview/search/search_index.json

Large diffs are not rendered by default.

Binary file modified assets/documentation/preview/sitemap.xml.gz
Binary file not shown.

0 comments on commit ea1aaf7

Please sign in to comment.