Skip to content

Commit 6897449

Browse files
authored
PG-1347 Release notes 14.17 (#758)
PG-1347 Release notes 14.16 modified: .github/workflows/main.yml new file: docs/release-notes-v14.16.md modified: docs/release-notes.md modified: mkdocs-base.yml modified: requirements.txt modified: variables.yml
1 parent 1d95165 commit 6897449

9 files changed

Lines changed: 81 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
steps:
1313
#Pull the latest changes
1414
- name: Chekout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
with:
1717
fetch-depth: 0
1818
#Prepare the env
1919
- name: Set up Python
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2121
with:
2222
python-version: '3.x'
2323

@@ -45,7 +45,7 @@ jobs:
4545
- name: Deploy docs
4646
run: |
4747
mike deploy 14 -b publish -p
48-
mike retitle 14 "14.15" -b publish -p
48+
mike retitle 14 "14.17" -b publish -p
4949
5050
# - name: Install Node.js 14.x
5151
# uses: percona-platform/setup-node@v2

docs/apt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Run all the commands in the following sections as root or using the `sudo` comma
4343

4444
### Install packages
4545

46-
=== "Install using meta-package"
46+
=== "Install using meta-package (deprecated)"
4747

4848
The [meta package](repo-overview.md#percona-ppg-server){:target=”_blank”} enables you to install several components of the distribution in one go.
4949

docs/release-notes-v14.17.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Percona Distribution for PostgreSQL 14.17 ({{date.14_17}})
2+
3+
[Installation](installing.md){.md-button}
4+
5+
--8<-- "release-notes-intro.md"
6+
7+
This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 14.16](https://www.postgresql.org/docs/14/release-14-16.html) and PostgreSQL 14.17.
8+
9+
## Release Highlights
10+
11+
12+
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 14.16 was skipped.
13+
14+
### Improved security and user experience for Docker images
15+
16+
* Percona Distribution for PostgreSQL Docker image is now based on Universal Base Image (UBI) version 9, which includes the latest security fixes. This makes the image compliant with the Red Hat certification and ensures the seamless work of containers on Red Hat OpenShift Container Platform.
17+
18+
* You no longer have to specify the `{{dockertag}}-multi` tag when you run Percona Distribution for PostgreSQL in Docker. Instead, use the `percona/percona-distribution-postgresql:{{dockertag}}`. Docker automatically identifies the architecture of your operating system and pulls the corresponding image. Refer to [Run in Docker](docker.md) for how to get started.
19+
20+
### PostGIS is included into tarballs
21+
22+
We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](postgis.md).
23+
24+
### Deprecation of meta packages
25+
26+
[Meta-packages for Percona Distribution for PostgreSQL](repo-overview.md#repository-contents) are deprecated and will be removed in future releases.
27+
28+
## Supplied third-party extensions
29+
30+
Review each extension’s release notes for What’s new, improvements, or bug fixes. The following is the list of extensions available in Percona Distribution for PostgreSQL.
31+
32+
The following is the list of extensions available in Percona Distribution for PostgreSQL.
33+
34+
| Extension | Version | Description |
35+
| ------------------- | -------------- | ---------------------------- |
36+
| [etcd](https://etcd.io/) | 3.5.18 | A distributed, reliable key-value store for setting up high available Patroni clusters |
37+
| [HAProxy](https://www.haproxy.org/) | 2.8.13 | a high-availability and load-balancing solution |
38+
| [Patroni](https://patroni.readthedocs.io/en/latest/) | 4.0.4 | a HA (High Availability) solution for PostgreSQL |
39+
| [PgAudit](https://www.pgaudit.org/) | 1.6.2 | provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
40+
| [pgAudit set_user](https://github.com/pgaudit/set_user) | 4.1.0 | provides an additional layer of logging and control when unprivileged users must escalate themselves to superusers or object owner roles in order to perform needed maintenance tasks. |
41+
| [pgBackRest](https://pgbackrest.org/) | 2.54.2 | a backup and restore solution for PostgreSQL |
42+
| [pgBadger](https://github.com/darold/pgbadger) | 13.0 | a fast PostgreSQL Log Analyzer. |
43+
| [PgBouncer](https://www.pgbouncer.org/) | 1.24.0 | a lightweight connection pooler for PostgreSQL |
44+
| [pg_gather](https://github.com/jobinau/pg_gather) | v29 | an SQL script for running the diagnostics of the health of PostgreSQL cluster |
45+
| [pgpool2](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. |
46+
| [pg_repack](https://github.com/reorg/pg_repack) | 1.5.2 | rebuilds PostgreSQL database objects |
47+
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | {{pgsmversion}} | collects and aggregates statistics for PostgreSQL and provides histogram information. |
48+
| [pgvector](https://github.com/pgvector/pgvector) | v0.8.0 | A vector similarity search for PostgreSQL |
49+
| [PostGIS](https://github.com/postgis/postgis) | 3.3.8 | a spatial extension for PostgreSQL. |
50+
| [PostgreSQL Common](https://salsa.debian.org/postgresql/postgresql-common) | 267 | PostgreSQL database-cluster manager. It provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters may be maintained at one time. |
51+
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | a PostgreSQL logical decoding JSON output plugin |
52+
53+
54+
55+
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.
56+
57+
Percona Distribution for PostgreSQL is also shipped with the [libpq](https://www.postgresql.org/docs/14/libpq.html) library. It contains "a set of
58+
library functions that allow client programs to pass queries to the PostgreSQL
59+
backend server and to receive the results of these queries."

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Release notes index
22

3+
* [Percona Distribution for PostgreSQL 14.17](release-notes-v14.17.md) ({{date.14_17}})
4+
35
* [Percona Distribution for PostgreSQL 14.15](release-notes-v14.15.md) ({{date.14_15}})
46

57
* [Percona Distribution for PostgreSQL 14.13](release-notes-v14.13.md) ({{date.14_13}})

docs/repo-overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Percona Distribution for PostgreSQL provides individual packages for its compone
1212

1313
Using a meta-package, you can install all components it contains in one go.
1414

15+
!!! note
16+
17+
Meta-packages are deprecated and will be removed in future releases.
18+
19+
1520
### `percona-ppg-server`
1621

1722
=== "Package name on Debian/Ubuntu"

docs/yum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ $ sudo yum -y install curl
239239

240240
### Install packages
241241

242-
=== "Install using meta-package"
242+
=== "Install using meta-package (deprecated)"
243243

244244
The [meta package](repo-overview.md#percona-ppg-server){:target=”_blank”} enables you to install several components of the distribution in one go.
245245

mkdocs-base.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
site_name: Percona Distribution for PostgreSQL
44
site_description: Documentation
55
site_author: Percona LLC
6-
copyright: Percona LLC, &#169; 2024
6+
copyright: Percona LLC, &#169; 2025
77

88
repo_name: percona/postgresql-docs
99
repo_url: https://github.com/percona/postgresql-docs
@@ -113,6 +113,7 @@ plugins:
113113
section-index: {}
114114
search:
115115
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
116+
open-in-new-tab: {}
116117
git-revision-date-localized:
117118
enable_creation_date: true
118119
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
@@ -131,7 +132,7 @@ plugins:
131132
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
132133
output_path: '_pdf/PerconaDistributionPostgreSQL-14.pdf'
133134
cover_title: 'Percona Distribution for PostgreSQL Documentation'
134-
cover_subtitle: 14.15 (December 9, 2024)
135+
cover_subtitle: 14.17 (March 5, 2025)
135136
author: 'Percona Technical Documentation Team'
136137
cover_logo: docs/_images/Percona_Logo_Color.png
137138
debug_html: false
@@ -197,6 +198,7 @@ nav:
197198
- Uninstall: uninstalling.md
198199
- Release notes:
199200
- "Release notes index": "release-notes.md"
201+
- release-notes-v14.17.md
200202
- release-notes-v14.15.md
201203
- release-notes-v14.13.md
202204
- release-notes-v14.12.md

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ mkdocs-section-index
1414
mkdocs-htmlproofer-plugin
1515
mkdocs-meta-descriptions-plugin
1616
mike
17-
Pillow > 10.1.0
17+
Pillow > 10.1.0
18+
mkdocs-open-in-new-tab

variables.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

44

5-
release: 'release-notes-v14.15'
5+
release: 'release-notes-v14.17'
66
pgversion: '14'
7-
dockertag: '14.15'
8-
pgsmversion: '2.1.0'
7+
dockertag: '14.17'
8+
pgsmversion: '2.1.1'
99

1010
date:
11+
14_17: 2025-03-05
1112
14_15: 2024-12-09
1213
14_13: 2024-09-12
1314

0 commit comments

Comments
 (0)