Skip to content

Commit c7070c6

Browse files
committed
docs: versions 1.25.1 and 1.24.3 (#263)
Removed 1.23 Closes #262 Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> 9d953bd
1 parent 12f7054 commit c7070c6

File tree

88 files changed

+1841
-1587
lines changed

Some content is hidden

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

88 files changed

+1841
-1587
lines changed

docs/1.23/index.html

Lines changed: 0 additions & 153 deletions
This file was deleted.

docs/index.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,13 @@ <h1 class="text-xl">Documentation</h1>
133133
<p class="text-sm">Documentation by version</p>
134134

135135
<p class="ml-6">
136-
<a href="/documentation/1.25">v1.25.0</a> - released on <a
137-
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.25.0">23 Dec 2024</a>
136+
<a href="/documentation/1.25">v1.25.1</a> - released on <a
137+
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.25.1">28 Feb 2025</a>
138138
</p>
139139

140140
<p class="ml-6">
141-
<a href="/documentation/1.24">v1.24.2</a> - released on <a
142-
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.24.2">23 Dec 2024</a>
143-
</p>
144-
145-
<p class="ml-6">
146-
<a href="/documentation/1.23">v1.23.6</a> - released on <a
147-
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.23.6">23 Dec 2024</a>
141+
<a href="/documentation/1.24">v1.24.3</a> - released on <a
142+
href="https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.24.3">28 Feb 2025</a>
148143
</p>
149144

150145

docs/index.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<atom:link href="https://cloudnative-pg.io/docs/index.xml" rel="self" type="application/rss+xml" />
10-
<item>
11-
<title></title>
12-
<link>https://cloudnative-pg.io/docs/1.23/</link>
13-
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
14-
<guid>https://cloudnative-pg.io/docs/1.23/</guid>
15-
<description></description>
16-
</item>
1710
<item>
1811
<title></title>
1912
<link>https://cloudnative-pg.io/docs/1.24/</link>

documentation/1.24/benchmarking/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,14 @@ <h3 id="pgbench">pgbench</h3>
357357
cluster-example \
358358
-- --time 30 --client 1 --jobs 1
359359
</code></pre>
360+
<p>By default, jobs do not expire. You can enable automatic deletion with the
361+
<code>--ttl</code> flag. The job will be deleted after the specified duration (in seconds).</p>
362+
<pre><code class="language-shell">kubectl cnpg pgbench \
363+
--job-name pgbench-run \
364+
--ttl 600 \
365+
cluster-example \
366+
-- --time 30 --client 1 --jobs 1
367+
</code></pre>
360368
<p>If you want to run a <code>pgbench</code> job on a specific worker node, you can use
361369
the <code>--node-selector</code> option. Suppose you want to run the previous
362370
initialization job on a node having the <code>workload=pgbench</code> label, you can run:</p>

0 commit comments

Comments
 (0)