Skip to content

Commit e5dd8db

Browse files
committed
Update content and variables with dates
1 parent ad9118b commit e5dd8db

3 files changed

Lines changed: 40 additions & 88 deletions

File tree

.github/workflows/generate-release-metadata.yml

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

docs/release-notes/release-notes-v18.4.1.md

Lines changed: 39 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Percona Distribution for PostgreSQL 18.4.1 ({{date["18_4_1"] | default("unreleased")}})
1+
# Percona Distribution for PostgreSQL 18.4.1 ({{date.18_4_1}})
22

33
--8<-- "release-notes-intro.md"
44

@@ -13,26 +13,27 @@ This release continues to deliver Percona’s open source value-add components f
1313

1414
### Ubuntu 26.04 LTS support added
1515

16-
Starting Q2 2026, Percona Distribution for PostgreSQL is available on Ubuntu 26.04 LTS (Noble Numbat's successor). Packages are provided for AMD64 and ARM64 architectures.
16+
Percona Distribution for PostgreSQL is available on Ubuntu 26.04 LTS (Noble Numbat's successor). Packages are provided for AMD64 and ARM64 architectures.
17+
18+
### Added Quick Start guide
19+
20+
Added a Quick Start Guide walking users through setting up Percona Distribution for PostgreSQL with minimal steps and linking to more advanced topics.
1721

1822
### Tarball updates
1923

2024
The binary tarballs for x86_64 and ARM64 architectures have been updated in this release. The following libraries and components have new versions:
2125

22-
- pgbouncer: 1.25.1
23-
- pgvector: 0.8.2
24-
- pgpool2: 4.7.0
25-
- etcd: 3.5.26
26-
- PostGIS: 3.5.5
27-
- pgBackRest: 2.58.0
28-
- postgresql-common: 289
29-
- pgBadger: 13.2
30-
- HAProxy: 2.8.18
31-
- pg_stat_monitor: 2.3.2
32-
- pg_tde: 2.1.2
33-
- postgis: 3.5.5
34-
- pg_oidc_validator: 1.0
35-
- ydiff: 1.4.2
26+
- postgres-common: 290
27+
- pgBouncer: 1.25.2
28+
- etcd: 3.5.30
29+
- pysyncobj: 0.3.15
30+
- haproxy: 2.8.23
31+
- patroni: 4.1.3
32+
- pgpool2: 4.7.1
33+
- postgis: 3.5.6
34+
- pg_gather: 33
35+
- pg_cron: 1.6.7
36+
- pg_tde: 2.2.0
3637

3738
See [Install Percona Distribution for PostgreSQL from binary tarballs](../tarball.md) for the download links.
3839

@@ -64,27 +65,28 @@ Review each extension’s release notes for What’s new, improvements, or bug f
6465

6566
The following is the list of extensions available in Percona Distribution for PostgreSQL.
6667

67-
| Extension | Version | Description |
68-
|--------------------------------------------------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------|
69-
| [etcd :octicons-link-external-16:](https://etcd.io/) | 3.5.26 | A distributed, reliable key-value store for setting up highly available Patroni clusters |
70-
| [python-etcd :octicons-link-external-16:](https://python-etcd.readthedocs.io/en/latest/) | 0.4.5 | A Python client library for interacting with etcd |
71-
| [HAProxy :octicons-link-external-16:](http://www.haproxy.org/) | 2.8.18 | A high-availability and load-balancing solution |
72-
| [Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/) | 4.1.0 | A HA (High Availability) solution for PostgreSQL |
73-
| [PgAudit :octicons-link-external-16:](https://www.pgaudit.org/) | 18.0 | A detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
74-
| [pgAudit set_user :octicons-link-external-16:](https://github.com/pgaudit/set_user) | 4.2.0 | Provides an additional layer of logging and control when unprivileged users must escalate roles for maintenance. |
75-
| [pgBackRest :octicons-link-external-16:](https://pgbackrest.org/) | 2.58.0 | A backup and restore solution for PostgreSQL |
76-
| [pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger) | 13.2 | A fast PostgreSQL Log Analyzer |
77-
| [PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/) | 1.25.1 | A lightweight connection pooler for PostgreSQL |
78-
| [pg_gather :octicons-link-external-16:](https://github.com/jobinau/pg_gather) | v32 | An SQL script for running the diagnostics of the health of a PostgreSQL cluster |
79-
| [pgpool2 :octicons-link-external-16:](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.7.0 | A middleware between PostgreSQL server and client for high availability, connection pooling, and load balancing |
80-
| [pg_repack :octicons-link-external-16:](https://github.com/reorg/pg_repack) | 1.5.3 | Rebuilds PostgreSQL database objects |
81-
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.3.2 | Collects and aggregates statistics for PostgreSQL and provides histogram information. |
82-
| [pgvector :octicons-link-external-16:](https://github.com/pgvector/pgvector) | v0.8.2 | A vector similarity search for PostgreSQL |
83-
| [PostGIS :octicons-link-external-16:](https://github.com/postgis/postgis) | 3.5.5 | A spatial extension for PostgreSQL |
84-
| [PostgreSQL Common :octicons-link-external-16:](https://salsa.debian.org/postgresql/postgresql-common) | 289 | PostgreSQL database-cluster manager. Supports multiple PostgreSQL versions and clusters simultaneously |
85-
| [wal2json :octicons-link-external-16:](https://github.com/eulerto/wal2json) | 2.6 | A PostgreSQL logical decoding JSON output plugin |
86-
| [pg_tde :octicons-link-external-16:](https://github.com/percona/pg_tde) | v2.1.2 | A PostgreSQL extension that provides Transparent Data Encryption (TDE) to protect data at rest |
87-
| [pg_oidc_validator](https://github.com/Percona-Lab/pg_oidc_validator) | 1.0 | OAuth validator library for PostgreSQL 18. |
68+
| Extension | Version | Description |
69+
| --- | --- | --- |
70+
| [etcd :octicons-link-external-16:](https://etcd.io/) | 3.5.30 | A distributed, reliable key-value store for setting up highly available Patroni clusters |
71+
| [python-etcd :octicons-link-external-16:](https://python-etcd.readthedocs.io/en/latest/) | 0.4.5 | A Python client library for interacting with etcd |
72+
| [HAProxy :octicons-link-external-16:](https://www.haproxy.org/) | 2.8.23 | A high-availability and load-balancing solution |
73+
| [Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/) | 4.1.3 | A HA (High Availability) solution for PostgreSQL |
74+
| [PgAudit :octicons-link-external-16:](https://www.pgaudit.org/) | 18 | A detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
75+
| [pgAudit set_user :octicons-link-external-16:](https://github.com/pgaudit/set_user) | 4.2.0 | Provides an additional layer of logging and control when unprivileged users must escalate roles for maintenance |
76+
| [pgBackRest :octicons-link-external-16:](https://pgbackrest.org/) | 2.58.0 | A backup and restore solution for PostgreSQL |
77+
| [pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger) | 13.2 | A fast PostgreSQL log analyzer |
78+
| [PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/) | 1.25.2 | A lightweight connection pooler for PostgreSQL |
79+
| [pg_cron :octicons-link-external-16:](https://github.com/citusdata/pg_cron) | 1.6.7 | A simple cron-based job scheduler for PostgreSQL |
80+
| [pg_gather :octicons-link-external-16:](https://github.com/jobinau/pg_gather) | v33 | An SQL script for running diagnostics on the health of a PostgreSQL cluster |
81+
| [pg_oidc_validator](https://github.com/Percona-Lab/pg_oidc_validator) | 1.0 | OAuth validator library for PostgreSQL 18 |
82+
| [pg_repack :octicons-link-external-16:](https://github.com/reorg/pg_repack) | 1.5.3 | Rebuilds PostgreSQL database objects |
83+
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.3.2 | Collects and aggregates statistics for PostgreSQL and provides histogram information |
84+
| [pg_tde :octicons-link-external-16:](https://github.com/percona/pg_tde) | v2.2.0 | A PostgreSQL extension that provides Transparent Data Encryption (TDE) to protect data at rest |
85+
| [pg_vector](https://github.com/pgvector/pgvector) | v0.8.2 | A vector similarity search extension for PostgreSQL |
86+
| [pgpool2 :octicons-link-external-16:](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.7.1 | A middleware between PostgreSQL server and client for high availability, connection pooling, and load balancing |
87+
| [PostGIS :octicons-link-external-16:](https://github.com/postgis/postgis) | 3.5.6 | A spatial extension for PostgreSQL |
88+
| [PostgreSQL Commons :octicons-link-external-16:](https://salsa.debian.org/postgresql/postgresql-common) | 290 | PostgreSQL database-cluster manager. Supports multiple PostgreSQL versions and clusters simultaneously |
89+
| [wal2json :octicons-link-external-16:](https://github.com/eulerto/wal2json) | 2.6 | A PostgreSQL logical decoding JSON output plugin |
8890

8991
For Red Hat Enterprise Linux 8 and compatible derivatives, Percona Distribution for PostgreSQL also includes the supplemental `python3-etcd` 0.4.5 packages, which are used for setting up Patroni clusters.
9092

docs/templates/pdf_cover_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>18.3.1 (March 02, 2026)</h2>
10+
<h2>18.4.1 (May 15, 2026)</h2>
1111
<!--<h3>Percona Technical Documentation Team</h3>-->
1212

0 commit comments

Comments
 (0)