Skip to content

Commit 5d81862

Browse files
committed
Updated components versions and date
1 parent c8d029e commit 5d81862

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/release-notes-v17.4.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This release of Percona Distribution for PostgreSQL is based on Percona Server f
88

99
This release fixes [CVE-2025-1094](https://www.postgresql.org/support/security/CVE-2025-1094/), which closed a vulnerability in the `libpq` PostgreSQL client library but introduced a regression related to string handling for non-null terminated strings. The error would be visible based on how a PostgreSQL client implemented this behavior. This regression affects versions 17.3, 16.7, 15.11, 14.16, and 13.19. For this reason, version 17.3 was skipped.
1010

11-
### Updated version of `pg_tde`
11+
### A new version of `pg_tde`
1212

1313
Percona Distribution for PostgreSQL includes the Release Candidate of `pg_tde` extension that brings in Transparent Data Encryption. This version of `pg_tde` provides a bunch of improvements, among which is the redesigned WAL encryption, single-tenancy support, ability to change key provider configuration and more. Learn about these features in the [`pg_tde` release notes :octicons-link-external-16:](https://docs.percona.com/pg-tde/release-notes/rc.html).
1414

@@ -34,11 +34,11 @@ Review each extension’s release notes for What’s new, improvements, or bug f
3434
|--------------------------------------------------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------|
3535
| [etcd :octicons-link-external-16:](https://etcd.io/) | 3.5.18 | A distributed, reliable key-value store for setting up high available Patroni clusters |
3636
| [HAProxy :octicons-link-external-16:](http://www.haproxy.org/) | 2.8.13 | A high-availability and load-balancing solution |
37-
| [Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/) | 4.0.4 | A HA (High Availability) solution for PostgreSQL |
38-
| [PgAudit :octicons-link-external-16:](https://www.pgaudit.org/) | 17.0 | Provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
37+
| [Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/) | 4.0.5 | A HA (High Availability) solution for PostgreSQL |
38+
| [PgAudit :octicons-link-external-16:](https://www.pgaudit.org/) | 17.1 | Provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
3939
| [pgAudit set_user :octicons-link-external-16:](https://github.com/pgaudit/set_user) | 4.1.0 | Provides an additional layer of logging and control when unprivileged users must escalate roles for maintenance. |
4040
| [pgBackRest :octicons-link-external-16:](https://pgbackrest.org/) | 2.54.2 | A backup and restore solution for PostgreSQL |
41-
| [pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger) | 13.0 | A fast PostgreSQL Log Analyzer |
41+
| [pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger) | 13.1 | A fast PostgreSQL Log Analyzer |
4242
| [PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/) | 1.24.0 | A lightweight connection pooler for PostgreSQL |
4343
| [pg_gather :octicons-link-external-16:](https://github.com/jobinau/pg_gather) | v29 | An SQL script for running the diagnostics of the health of a PostgreSQL cluster |
4444
| [pgpool2 :octicons-link-external-16:](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.5.5 | A middleware between PostgreSQL server and client for high availability, connection pooling, and load balancing |

mkdocs-base.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ plugins:
131131
output_path: '_pdf/PerconaDistributionPostgreSQL-17.pdf'
132132
cover_title: 'Distribution for PostgreSQL Documentation'
133133

134-
cover_subtitle: 17.4 (March , 2025)
134+
cover_subtitle: 17.4 (March 27, 2025)
135135
author: 'Percona Technical Documentation Team'
136136
cover_logo: docs/_images/Percona_Logo_Color.png
137137
debug_html: false
@@ -148,8 +148,7 @@ extra:
148148
provider: mike
149149
#homepage:
150150
# https://docs.percona.com
151-
postgresrecommended: 16
152-
151+
153152
nav:
154153
- 'Home': 'index.md'
155154
- 'Percona Server for PostgreSQL': postgresql-server.md

variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pspgversion: '17.4.1'
1010

1111

1212
date:
13-
17_4: 2025-03-
13+
17_4: 2025-03-27
1414
17_2: 2024-12-26
1515
17_0: 2024-10-03
1616

0 commit comments

Comments
 (0)