Skip to content

Commit e08f0cc

Browse files
committed
Update version numbers to 18.3.1
1 parent 3170b48 commit e08f0cc

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/release-notes/release-notes-v18.2.1.md renamed to docs/release-notes/release-notes-v18.3.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Percona Distribution for PostgreSQL 18.2.1 ({{date.18_2_1}})
1+
# Percona Distribution for PostgreSQL 18.3.1 ({{date.18_3_1}})
22

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

5-
This release of Percona Distribution for PostgreSQL is based on Percona Server for PostgreSQL 18.2.1 - a binary compatible, open source drop in replacement of [PostgreSQL Community 18.2](https://www.postgresql.org/docs/18/release-18-2.html).
5+
This release of Percona Distribution for PostgreSQL is based on Percona Server for PostgreSQL 18.3.1 - a binary compatible, open source drop in replacement of [PostgreSQL Community 18.3](https://www.postgresql.org/docs/18/release-18-3.html).
66

77
## Release Highlights
88

@@ -33,7 +33,7 @@ See [Install Percona Distribution for PostgreSQL from binary tarballs](../tarbal
3333

3434
### Addressed CVEs
3535

36-
This release includes important security measures that address the following CVEs: CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006. For more details, see the [PostgreSQL 18.2 release notes](https://www.postgresql.org/docs/18/release-18-2.html).
36+
This release includes important security measures that address the following CVEs: CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006. For more details, see the [PostgreSQL 18.3 release notes](https://www.postgresql.org/docs/18/release-18-3.html).
3737

3838
## Known Issues
3939

docs/release-notes/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page lists all release notes for Percona Server for PostgreSQL 18, organize
44

55
## 2026
66

7-
* [18.2.1](release-notes-v18.2.1.md) ({{date.18_2_1}})
7+
* [18.3.1](release-notes-v18.3.1.md) ({{date.18_3_1}})
88

99
## 2025
1010

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.2.1 (February 15, 2026)</h2>
10+
<h2>18.3.1 (February 29, 2026)</h2>
1111
<!--<h3>Percona Technical Documentation Team</h3>-->
1212

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ nav:
7474
- Release notes:
7575
- "Release notes index": release-notes/release-notes.md
7676
- "2026":
77-
- "18.2.1": release-notes/release-notes-v18.2.1.md
77+
- "18.3.1": release-notes/release-notes-v18.3.1.md
7878
- "2025":
7979
- "18.1.1": release-notes/release-notes-v18.1.1.md
8080
- Reference:

variables.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# PG Variables set for HTML output
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

4-
release: 'release-notes-v18.2.1'
5-
dockertag: '18.2'
6-
pgsubversion: '18.2'
4+
release: 'release-notes-v18.3.1'
5+
dockertag: '18.3'
6+
pgsubversion: '18.3'
77
pgversion: '18'
8-
pspgversion: '18.2.1'
8+
pspgversion: '18.3.1'
99
pgsmversion: '2.3.1'
1010

1111
date:
12-
18_2_1: 2026-02-16
12+
18_3_1: 2026-02-29
1313
18_1_1: 2025-11-28

0 commit comments

Comments
 (0)