Skip to content

Commit d2f6497

Browse files
committed
Add release post for 1.28.1 and 1.27.3 (#412)
Signed-off-by: Floor Drees <floordrees@gmail.com> Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> 7b0a216
1 parent 29173c7 commit d2f6497

Some content is hidden

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

52 files changed

+1340
-287
lines changed

authors/fdrees/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,17 @@ <h3><a href="https://github.com/floord">Floor Drees</a></h3>
145145

146146
<h3 class="text-xl font-bold mb-6">Posts by Floor Drees</h3>
147147

148+
<div class="column is-half">
149+
<a href="/releases/cloudnative-pg-1-28.1-released/">CloudNativePG 1.28.1 and 1.27.3 released!</a>
150+
<div class="block gap-2 text-sm charcoal opacity-75">
151+
<h6 class="block gap-2 text-sm charcoal">
152+
February 5, 2026
153+
154+
2 minutes
155+
</h6>
156+
</div>
157+
</div>
158+
148159
<div class="column is-half">
149160
<a href="/blog/lfx-mentorship-documentation-anushka-saxena/">Updating CloudNativePG&#39;s documentation</a>
150161
<div class="block gap-2 text-sm charcoal opacity-75">

authors/fdrees/index.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in Floor Drees on CloudNativePG - PostgreSQL Operator for Kubernetes</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 12 Jan 2026 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Thu, 05 Feb 2026 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="https://cloudnative-pg.io/authors/fdrees/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>CloudNativePG 1.28.1 and 1.27.3 released!</title>
13+
<link>https://cloudnative-pg.io/releases/cloudnative-pg-1-28.1-released/</link>
14+
<pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate>
15+
<guid>https://cloudnative-pg.io/releases/cloudnative-pg-1-28.1-released/</guid>
16+
<description>The CloudNativePG community has released new updates for the 1.28 and 1.27 versions of the CloudNativePG operator.</description>
17+
</item>
1118
<item>
1219
<title>Updating CloudNativePG&#39;s documentation</title>
1320
<link>https://cloudnative-pg.io/blog/lfx-mentorship-documentation-anushka-saxena/</link>

authors/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<description>Recent content in Authors on CloudNativePG - PostgreSQL Operator for Kubernetes</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 12 Jan 2026 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Thu, 05 Feb 2026 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="https://cloudnative-pg.io/authors/index.xml" rel="self" type="application/rss+xml" />
1111
<item>
1212
<title>Floor Drees</title>
1313
<link>https://cloudnative-pg.io/authors/fdrees/</link>
14-
<pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
14+
<pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate>
1515
<guid>https://cloudnative-pg.io/authors/fdrees/</guid>
1616
<description>&lt;p&gt;Open Source community advocate and Principal Program Manager at EDB. PostgreSQL Code of Conduct Committee member, PG EU Diversity Committee member, PGDay Lowlands organizer.&lt;/p&gt;</description>
1717
</item>

index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content on CloudNativePG - PostgreSQL Operator for Kubernetes</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 12 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://cloudnative-pg.io/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Thu, 05 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://cloudnative-pg.io/index.xml" rel="self" type="application/rss+xml" />
1010
<item>
1111
<title>Updating CloudNativePG&#39;s documentation</title>
1212
<link>https://cloudnative-pg.io/blog/lfx-mentorship-documentation-anushka-saxena/</link>
442 KB
Loading

releases/cloudnative-pg-1-28.1-released/index.html

Lines changed: 865 additions & 0 deletions
Large diffs are not rendered by default.

releases/index.html

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,82 @@
132132
<div class="space-y-28 md:w-4/6 px-4">
133133

134134

135+
<div class="pb-24">
136+
137+
<div class="grid gap-3 my-5">
138+
139+
<div class="flex gap-3">
140+
141+
<div class="my-auto">
142+
143+
144+
<img src="/authors/fdrees/floor.jpg" class="w-10 h-10 rounded-full"
145+
alt="Floor Drees">
146+
147+
</div>
148+
149+
<div>
150+
<h1 class="text-lg charcoal font-bold">
151+
<a href="/authors/fdrees/">Floor Drees</a>
152+
</h1>
153+
</div>
154+
155+
</div>
156+
157+
158+
<div class="block gap-2 text-sm charcoal opacity-75">
159+
<h6 class="block gap-2 text-sm charcoal">
160+
February 5, 2026
161+
162+
2 minutes
163+
</h6>
164+
</div>
165+
166+
</div>
167+
168+
169+
170+
171+
<a href="/releases/cloudnative-pg-1-28.1-released/">
172+
<div class="charcoal">
173+
<dl>
174+
<dt class="text-3xl my-5 font-bold">CloudNativePG 1.28.1 and 1.27.3 released!</dt>
175+
<dd class="flex text-xs gap-1.5">
176+
<ul class="text-sm">
177+
178+
<li class="bg-charcoal-opacity-10 py-1 px-2.5 inline-block mr-2 mb-2">release</li>
179+
180+
<li class="bg-charcoal-opacity-10 py-1 px-2.5 inline-block mr-2 mb-2">postgresql</li>
181+
182+
<li class="bg-charcoal-opacity-10 py-1 px-2.5 inline-block mr-2 mb-2">postgres</li>
183+
184+
<li class="bg-charcoal-opacity-10 py-1 px-2.5 inline-block mr-2 mb-2">kubernetes</li>
185+
186+
<li class="bg-charcoal-opacity-10 py-1 px-2.5 inline-block mr-2 mb-2">k8s</li>
187+
188+
<li class="bg-charcoal-opacity-10 py-1 px-2.5 inline-block mr-2 mb-2">cloudnativepg</li>
189+
190+
<li class="bg-charcoal-opacity-10 py-1 px-2.5 inline-block mr-2 mb-2">cnpg</li>
191+
192+
</ul>
193+
</dd>
194+
<dd class="text-2xl my-5">The CloudNativePG community has released new updates for the 1.28 and 1.27 versions of the CloudNativePG operator.</dd>
195+
</dl>
196+
</div>
197+
198+
199+
<div class="pt-10">
200+
<span
201+
class="bg-rose-600 py-4 px-12 rounded-full text-white text-xl">Continue Reading</span>
202+
</div>
203+
204+
</a>
205+
206+
207+
</div>
208+
209+
210+
135211
<div class="pb-24">
136212

137213
<div class="grid gap-3 my-5">

releases/index.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in Releases on CloudNativePG - PostgreSQL Operator for Kubernetes</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Tue, 09 Dec 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Thu, 05 Feb 2026 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="https://cloudnative-pg.io/releases/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>CloudNativePG 1.28.1 and 1.27.3 released!</title>
13+
<link>https://cloudnative-pg.io/releases/cloudnative-pg-1-28.1-released/</link>
14+
<pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate>
15+
<guid>https://cloudnative-pg.io/releases/cloudnative-pg-1-28.1-released/</guid>
16+
<description>The CloudNativePG community has released new updates for the 1.28 and 1.27 versions of the CloudNativePG operator.</description>
17+
</item>
1118
<item>
1219
<title>CloudNativePG 1.28.0 Released!</title>
1320
<link>https://cloudnative-pg.io/releases/cloudnative-pg-1-28.0-released/</link>

sitemap.xml

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,43 @@
3535
<loc>https://cloudnative-pg.io/end_users/pgedge/</loc>
3636
</url><url>
3737
<loc>https://cloudnative-pg.io/</loc>
38-
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
38+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
3939
</url><url>
4040
<loc>https://cloudnative-pg.io/authors/</loc>
41-
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
41+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
42+
</url><url>
43+
<loc>https://cloudnative-pg.io/tags/cloudnativepg/</loc>
44+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
45+
</url><url>
46+
<loc>https://cloudnative-pg.io/releases/cloudnative-pg-1-28.1-released/</loc>
47+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
48+
</url><url>
49+
<loc>https://cloudnative-pg.io/tags/cnpg/</loc>
50+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
51+
</url><url>
52+
<loc>https://cloudnative-pg.io/authors/fdrees/</loc>
53+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
54+
</url><url>
55+
<loc>https://cloudnative-pg.io/tags/k8s/</loc>
56+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
57+
</url><url>
58+
<loc>https://cloudnative-pg.io/tags/kubernetes/</loc>
59+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
60+
</url><url>
61+
<loc>https://cloudnative-pg.io/tags/postgres/</loc>
62+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
63+
</url><url>
64+
<loc>https://cloudnative-pg.io/tags/postgresql/</loc>
65+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
66+
</url><url>
67+
<loc>https://cloudnative-pg.io/tags/release/</loc>
68+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
69+
</url><url>
70+
<loc>https://cloudnative-pg.io/releases/</loc>
71+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
72+
</url><url>
73+
<loc>https://cloudnative-pg.io/tags/</loc>
74+
<lastmod>2026-02-05T00:00:00+00:00</lastmod>
4275
</url><url>
4376
<loc>https://cloudnative-pg.io/blog/</loc>
4477
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
@@ -51,24 +84,12 @@
5184
</url><url>
5285
<loc>https://cloudnative-pg.io/tags/docusaurus/</loc>
5386
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
54-
</url><url>
55-
<loc>https://cloudnative-pg.io/authors/fdrees/</loc>
56-
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
57-
</url><url>
58-
<loc>https://cloudnative-pg.io/tags/kubernetes/</loc>
59-
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
6087
</url><url>
6188
<loc>https://cloudnative-pg.io/tags/lfx/</loc>
6289
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
6390
</url><url>
6491
<loc>https://cloudnative-pg.io/tags/mentorship/</loc>
6592
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
66-
</url><url>
67-
<loc>https://cloudnative-pg.io/tags/postgresql/</loc>
68-
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
69-
</url><url>
70-
<loc>https://cloudnative-pg.io/tags/</loc>
71-
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
7293
</url><url>
7394
<loc>https://cloudnative-pg.io/blog/lfx-mentorship-documentation-anushka-saxena/</loc>
7495
<lastmod>2026-01-12T00:00:00+00:00</lastmod>
@@ -93,15 +114,9 @@
93114
</url><url>
94115
<loc>https://cloudnative-pg.io/blog/matthew-mols-pgedge/</loc>
95116
<lastmod>2026-01-02T00:00:00+00:00</lastmod>
96-
</url><url>
97-
<loc>https://cloudnative-pg.io/tags/cloudnativepg/</loc>
98-
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
99117
</url><url>
100118
<loc>https://cloudnative-pg.io/releases/cloudnative-pg-1-28.0-released/</loc>
101119
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
102-
</url><url>
103-
<loc>https://cloudnative-pg.io/tags/cnpg/</loc>
104-
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
105120
</url><url>
106121
<loc>https://cloudnative-pg.io/tags/failoverquorum/</loc>
107122
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
@@ -114,21 +129,9 @@
114129
</url><url>
115130
<loc>https://cloudnative-pg.io/authors/gbartolini/</loc>
116131
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
117-
</url><url>
118-
<loc>https://cloudnative-pg.io/tags/k8s/</loc>
119-
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
120132
</url><url>
121133
<loc>https://cloudnative-pg.io/tags/maintenance/</loc>
122134
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
123-
</url><url>
124-
<loc>https://cloudnative-pg.io/tags/postgres/</loc>
125-
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
126-
</url><url>
127-
<loc>https://cloudnative-pg.io/tags/release/</loc>
128-
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
129-
</url><url>
130-
<loc>https://cloudnative-pg.io/releases/</loc>
131-
<lastmod>2025-12-09T00:00:00+00:00</lastmod>
132135
</url><url>
133136
<loc>https://cloudnative-pg.io/releases/cloudnative-pg-1-28.0-rc2-released/</loc>
134137
<lastmod>2025-11-28T18:21:37+01:00</lastmod>

tags/cloudnativepg/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ <h2>Category: Cloudnativepg</h2>
135135
</div>
136136
<div class="columns is-multiline">
137137

138+
<div class="column is-half">
139+
<a href="/releases/cloudnative-pg-1-28.1-released/">CloudNativePG 1.28.1 and 1.27.3 Released!</a>
140+
141+
</div>
142+
138143
<div class="column is-half">
139144
<a href="/releases/cloudnative-pg-1-28.0-released/">CloudNativePG 1.28.0 Released!</a>
140145

@@ -180,11 +185,6 @@ <h2>Category: Cloudnativepg</h2>
180185

181186
</div>
182187

183-
<div class="column is-half">
184-
<a href="/releases/cloudnative-pg-1-26.0-rc2-released/">CloudNativePG 1.26.0 RC2 Released!</a>
185-
186-
</div>
187-
188188
</div>
189189
</div>
190190
</div>

0 commit comments

Comments
 (0)