Skip to content

Commit 74f782d

Browse files
authored
Merge pull request #770 from EnterpriseDB/pem/feb-patch-releases
Release notes PEM 9.8.2 and 10.3.1
2 parents e50f9f5 + 9e4f7d2 commit 74f782d

File tree

5 files changed

+147
-0
lines changed

5 files changed

+147
-0
lines changed

product_docs/docs/pem/10/pem_rel_notes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ navTitle: Release notes
55
description: Release notes for Postgres Enterprise Manager 10.0 and later
66
indexCards: none
77
navigation:
8+
- pem_10.3.1_rel_notes
89
- pem_10.3.0_rel_notes
910
- pem_10.2.0_rel_notes
1011
- pem_10.1.2_rel_notes
@@ -21,6 +22,7 @@ The Postgres Enterprise Manager documentation describes the latest version of Po
2122

2223
| Postgres Enterprise Manager version | Release Date |
2324
|---|---|
25+
| [10.3.1](./pem_10.3.1_rel_notes) | 25 Feb 2026 |
2426
| [10.3.0](./pem_10.3.0_rel_notes) | 25 Nov 2025 |
2527
| [10.2.0](./pem_10.2.0_rel_notes) | 14 Aug 2025 |
2628
| [10.1.2](./pem_10.1.2_rel_notes) | 21 Jul 2025 |
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
# IMPORTANT: Do not edit this file directly - it is generated from yaml source.
3+
title: Postgres Enterprise Manager 10.3.1 release notes
4+
navTitle: Version 10.3.1
5+
originalFilePath: product_docs/docs/pem/10/pem_rel_notes/src/pem_10.3.1_rel_notes.yml
6+
editTarget: originalFilePath
7+
---
8+
9+
Released: 25 February 2026
10+
11+
12+
!!!Important PEM Agent 10.3.1 Compatibility and Registration
13+
The `pemworker` utility in PEM agent 10.3.1 can't register a new server if the PEM server version is earlier than 10.3. This is a known issue scheduled for resolution in a future release.
14+
15+
**Recommended Workarounds** —
16+
If you need to register a server with a PEM server version earlier than 10.3, you can use one of the following methods:
17+
1. **Registration via Web UI** — Register the server using the PEM web application interface.
18+
2. **Staged agent upgrade** — First register the server using PEM agent version 10.2, then upgrade the agent to version 10.3.1.
19+
!!!
20+
21+
22+
This is a security patch and is recommended for all PEM 10 users.
23+
24+
## Changes
25+
26+
<table class="table w-100"><thead><tr><th>Description</th><th width="10%">Addresses</th></tr></thead><tbody>
27+
<tr><td>PEM now depends on the OS-provided libcurl package on RHEL 8 x86 (this was already the case for all other platforms). The deprecated <code>libcurl-pem</code> package can be safely removed after upgrade.</td><td></td></tr>
28+
</tbody></table>
29+
30+
31+
## Bug Fixes
32+
33+
<table class="table w-100"><thead><tr><th>Description</th><th width="10%">Addresses</th></tr></thead><tbody>
34+
<tr><td>Cryptography was updated to 46.0.5 (Fixes: CVE-2026-26007).</td><td></td></tr>
35+
<tr><td>urllib3 was updated to 2.6.3 (Fixes: CVE-2025-66418, CVE-2025-66471, CVE-2026-21441).</td><td></td></tr>
36+
<tr><td>Authlib was updated to 1.6.7 (Fixes: CVE-2025-68158).</td><td></td></tr>
37+
<tr><td>Pillow was updated to 12.1.1 (Fixes: CVE-2026-25990, for the platforms using Python 3.10+).</td><td></td></tr>
38+
<tr><td>Werkzeug was updated to 3.1.5 (Fixes: CVE-2025-66221, CVE-2026-21860).</td><td></td></tr>
39+
<tr><td>PyNaCl was updated to 1.6.2 (Fixes: CVE-2026-26007).</td><td></td></tr>
40+
<tr><td>pyasn1 was updated to 0.6.2 (Fixes: CVE-2026-23490).</td><td></td></tr>
41+
<tr><td>RequireJS was updated to 2.3.8 (Fixes: CVE-2024-38999).</td><td></td></tr>
42+
<tr><td>Swagger-UI was updated to 5.31.0 (Fixes: CVE-2021-46708, CVE-2018-25031).</td><td></td></tr>
43+
<tr><td>Axios was updated to 1.13.5 (Fixes: CVE-2025-27152, CVE-2026-25639, CVE-2025-58754, CVE-2024-57965).</td><td></td></tr>
44+
<tr><td>Plain SQL restore now runs with the 'restrict' option to prevent harmful psql meta-commands (Fixes CVE-2025-13780).</td><td></td></tr>
45+
<tr><td>PEM now masks the secret key for the 'restrict' option in the process watcher when restoring plain SQL files (Fixes CVE-2026-1707).</td><td></td></tr>
46+
</tbody></table>
47+
48+
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/EnterpriseDB/docs/refs/heads/develop/tools/automation/generators/relgen/relnote-schema.json
2+
product: Postgres Enterprise Manager
3+
version: 10.3.1
4+
date: 25 February 2026
5+
intro: |
6+
7+
!!!Important PEM Agent 10.3.1 Compatibility and Registration
8+
The `pemworker` utility in PEM agent 10.3.1 can't register a new server if the PEM server version is earlier than 10.3. This is a known issue scheduled for resolution in a future release.
9+
10+
**Recommended Workarounds** &mdash;
11+
If you need to register a server with a PEM server version earlier than 10.3, you can use one of the following methods:
12+
1. **Registration via Web UI** &mdash; Register the server using the PEM web application interface.
13+
2. **Staged agent upgrade** &mdash; First register the server using PEM agent version 10.2, then upgrade the agent to version 10.3.1.
14+
!!!
15+
16+
17+
This is a security patch and is recommended for all PEM 10 users.
18+
19+
relnotes:
20+
- relnote: "Cryptography was updated to 46.0.5 (Fixes: CVE-2026-26007)."
21+
type: Bug Fix
22+
jira: PEM-5921
23+
impact: low
24+
- relnote: "urllib3 was updated to 2.6.3 (Fixes: CVE-2025-66418, CVE-2025-66471, CVE-2026-21441)."
25+
type: Bug Fix
26+
jira: PEM-5921
27+
impact: low
28+
- relnote: "Authlib was updated to 1.6.7 (Fixes: CVE-2025-68158)."
29+
type: Bug Fix
30+
jira: PEM-5921
31+
impact: low
32+
- relnote: "Pillow was updated to 12.1.1 (Fixes: CVE-2026-25990, for the platforms using Python 3.10+)."
33+
type: Bug Fix
34+
jira: PEM-5921
35+
impact: low
36+
- relnote: "Werkzeug was updated to 3.1.5 (Fixes: CVE-2025-66221, CVE-2026-21860)."
37+
type: Bug Fix
38+
jira: PEM-5921
39+
impact: low
40+
- relnote: "PyNaCl was updated to 1.6.2 (Fixes: CVE-2026-26007)."
41+
type: Bug Fix
42+
jira: PEM-5921
43+
impact: low
44+
- relnote: "pyasn1 was updated to 0.6.2 (Fixes: CVE-2026-23490)."
45+
type: Bug Fix
46+
jira: PEM-5921
47+
impact: low
48+
- relnote: "RequireJS was updated to 2.3.8 (Fixes: CVE-2024-38999)."
49+
type: Bug Fix
50+
jira: PEM-5921
51+
impact: low
52+
- relnote: "Swagger-UI was updated to 5.31.0 (Fixes: CVE-2021-46708, CVE-2018-25031)."
53+
type: Bug Fix
54+
jira: PEM-5921
55+
impact: low
56+
- relnote: "Axios was updated to 1.13.5 (Fixes: CVE-2025-27152, CVE-2026-25639, CVE-2025-58754, CVE-2024-57965)."
57+
type: Bug Fix
58+
jira: PEM-5921
59+
impact: low
60+
- relnote: "Plain SQL restore now runs with the 'restrict' option to prevent harmful psql meta-commands (Fixes CVE-2025-13780)."
61+
type: Bug Fix
62+
jira: PEM-5921
63+
impact: low
64+
- relnote: "PEM now masks the secret key for the 'restrict' option in the process watcher when restoring plain SQL files (Fixes CVE-2026-1707)."
65+
type: Bug Fix
66+
jira: PEM-5921
67+
impact: low
68+
- relnote: PEM now depends on the OS-provided libcurl package on RHEL 8 x86 (this was already the case for all other platforms). The deprecated <code>libcurl-pem</code> package can be safely removed after upgrade.
69+
type: Change
70+
jira: PEM-5921
71+
impact: low
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Postgres Enterprise Manager 9.8.2 release notes"
3+
navTitle: Version 9.8.2
4+
---
5+
6+
Released: 25th February 2026
7+
8+
This is a security patch with the following fixes. This patch is recommended for all PEM 9 users.
9+
10+
| Type | Description |
11+
|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
12+
| Change | PEM now depends on the OS-provided libcurl package on RHEL 8 x86 (this was already the case for all other platforms). The deprecated `libcurl-pem` package can be safely removed after upgrade. |
13+
| Bug&nbsp;fix | cryptography was updated to 46.0.5 (Fixes: CVE-2026-26007). |
14+
| Bug&nbsp;fix | urllib3 was updated to 2.6.3 (Fixes: CVE-2025-66418, CVE-2025-66471, CVE-2026-21441). |
15+
| Bug&nbsp;fix | Authlib was updated to 1.6.7 (Fixes: CVE-2025-68158). |
16+
| Bug&nbsp;fix | Pillow was updated to 12.1.1 (Fixes: CVE-2026-25990, for the platforms using Python 3.10+). |
17+
| Bug&nbsp;fix | Werkzeug was updated to 3.1.5 (Fixes: CVE-2025-66221, CVE-2026-21860). |
18+
| Bug&nbsp;fix | PyNaCl was updated to 1.6.2 (Fixes: CVE-2026-26007). |
19+
| Bug&nbsp;fix | pyasn1 was updated to 0.6.2 (Fixes: CVE-2026-23490). |
20+
| Bug&nbsp;fix | RequireJS was updated to 2.3.8 (Fixes: CVE-2024-38999). |
21+
| Bug&nbsp;fix | Swagger-UI was updated to 5.31.0 (Fixes: CVE-2021-46708, CVE-2018-25031). |
22+
| Bug&nbsp;fix | Axios was updated to 1.13.5 (Fixes: CVE-2025-27152, CVE-2026-25639, CVE-2025-58754, CVE-2024-57965). |
23+
| Bug&nbsp;fix | Plain SQL restore now runs with the 'restrict' option to prevent harmful psql meta-commands (Fixes: CVE-2025-13780). |
24+
| Bug&nbsp;fix | PEM now masks the secret key for the 'restrict' option in the process watcher when restoring plain SQL files (Fixes: CVE-2026-1707). |

product_docs/docs/pem/9/pem_rel_notes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Release notes"
33
navigation:
4+
- 982_rel_notes
45
- 981_rel_notes
56
- 980_rel_notes
67
- 970_rel_notes
@@ -23,6 +24,7 @@ The Postgres Enterprise Manager (PEM) documentation describes the latest version
2324

2425
| Version | Release Date | Upstream Merges | Accessibility Conformance |
2526
|------------------------|--------------|-----------------|------------------------------------------------------------------|
27+
| [9.8.2](982_rel_notes) | 25 Feb 2026 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
2628
| [9.8.1](981_rel_notes) | 16 Jan 2026 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
2729
| [9.8.0](980_rel_notes) | 26 Nov 2024 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
2830
| [9.7.0](970_rel_notes) | 13 Aug 2024 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |

0 commit comments

Comments
 (0)