Skip to content

Commit f47842c

Browse files
committed
PG-1641-Release-notes-17.5.2
Updated release Highlights and variables from 17.5.1 to 17.5.2, added Updated docs as a second highlight
1 parent d9ea8da commit f47842c

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

docs/release-notes-v17.5.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
# Percona Distribution for PostgreSQL 17.5.1 ({{date.17_5}})
1+
# Percona Distribution for PostgreSQL 17.5.2 ({{date.17_5}})
22

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

5-
This release of Percona Distribution for PostgreSQL is based on Percona Server for PostgreSQL 17.5.1 - a binary compatible, open source drop in replacement of [PostgreSQL Community 17.5](https://www.postgresql.org/docs/17/release-17-5.html).
5+
This release of Percona Distribution for PostgreSQL is based on Percona Server for PostgreSQL 17.5.2 - a binary compatible, open source drop in replacement of [PostgreSQL Community 17.5](https://www.postgresql.org/docs/17/release-17-5.html).
66

77
## Release Highlights
88

9-
### A new version of `pg_tde`
9+
### Official release of Percona's Transparent Data Encryption for PostgreSQL 1.0
1010

11-
Percona Distribution for PostgreSQL includes the Release Candidate 2 (RC2) of `pg_tde` extension that brings in Transparent Data Encryption. This version of `pg_tde` provides a bunch of improvements, among which is WAL encryption now supporting Vault, automatic WAL internal key generation at server startup, new visibility and verification functions for default principal keys, and more. Learn about these features in the [`pg_tde` release notes :octicons-link-external-16:](https://docs.percona.com/pg-tde/release-notes/rc2.html).
11+
Percona Distribution for PostgreSQL now includes the 1.0 General Availability release of Percona's Transparent Data Encryption for PostgreSQL (`pg_tde`) extension. This version of `pg_tde` provides a bunch of improvements, among which is WAL encryption now supporting Vault, automatic WAL internal key generation at server startup, new visibility and verification functions for default principal keys, and more. Learn about these features in the [`pg_tde` release notes :octicons-link-external-16:](https://docs.percona.com/pg-tde/release-notes/release-notes-v1.0.html).
1212

13-
### Updated Major upgrade topic in documentation
13+
### Updated documentation
1414

15-
The [Upgrading Percona Distribution for PostgreSQL from 16 to 17](major-upgrade.md) guide has been updated with revised steps for the [On Debian and Ubuntu using `apt`](major-upgrade.md/#on-debian-and-ubuntu-using-apt) section, improving clarity and reliability of the upgrade process.
15+
The `pg_tde` documentation has received significant updates, which include:
16+
17+
- New KMS Configurations for Fortanix, Vault, KMIP and OpenBAO
18+
- Updates to the Architecture, GUC and Functions topics, including new and updated parameters
19+
- And more, check out the documentation [here](https://docs.percona.com/pg-tde/index.html).
1620

1721
| Extension | Version | Description |
1822
|--------------------------------------------------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------|

docs/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Percona Distribution for PostgreSQL release notes
22

3-
* [Percona Distribution for PostgreSQL 17.5.1](release-notes-v17.5.md) ({{date.17_5}})
3+
* [Percona Distribution for PostgreSQL 17.5.2](release-notes-v17.5.md) ({{date.17_5}})
44
* [Percona Distribution for PostgreSQL 17.4.1](release-notes-v17.4.md) ({{date.17_4}})
55
* [Percona Distribution for PostgreSQL 17.2.1](release-notes-v17.2.md) ({{date.17_2}})
66
* [Percona Distribution for PostgreSQL 17.0.1](release-notes-v17.0.md) ({{date.17_0}})

variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
release: 'release-notes-v17.5'
55
dockertag: '17.5'
66
pgversion: '17'
7-
pspgversion: '17.5.1'
7+
pspgversion: '17.5.2'
88

99

1010

1111
date:
12-
17_5: 2025-05-28
12+
17_5: 2025-06-30
1313
17_4: 2025-03-27
1414
17_2: 2024-12-26
1515
17_0: 2024-10-03

0 commit comments

Comments
 (0)