Skip to content

Commit 27e2c01

Browse files
Merge pull request #1129 from percona/6.0.28-22-Release-Notes
6.0.28-22 Release Notes
2 parents 50aee84 + 472e141 commit 27e2c01

5 files changed

Lines changed: 43 additions & 4 deletions

File tree

docs/_templates/pdf_cover_page.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<p>
44
<img src="_images/Percona_Logo_Color.png" />
55
</p>
6-
<h1>Server for MongoDB 6.0.27-21</h1>
6+
<h1>Server for MongoDB 6.0.28-22</h1>
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>6.0.27-21 (January 12, 2026)</h2>
10+
<h2>6.0.28-22 (May 26, 2026)</h2>
1111
<br>
1212
<br>
1313
<br>

docs/release_notes/6.0.28-22.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
title: Percona Server for MongoDB 6.0.28-22 (2026-05-26)
2+
summary: Learn about security vulnerability fixes in this release
3+
authors:
4+
- Rasika Chivate
5+
version: 6.0.28-22
6+
---
7+
8+
# Percona Server for MongoDB {{ page.meta.version }} ({{date.6_0_28}})
9+
10+
[Installation](../install/index.md){.md-button}
11+
[Upgrade from MongoDB Community](../install/upgrade-from-mongodb.md){.md-button}
12+
13+
Percona Server for MongoDB {{ page.meta.version }} is an enhanced, source-available, and highly-scalable database that is a fully-compatible, drop-in replacement for MongoDB Community Edition.
14+
15+
Percona Server for MongoDB **{{ page.meta.version }}** includes the following updates from:
16+
17+
- MongoDB 6.0.28 Community Edition
18+
19+
- Supports protocols and drivers of MongoDB Community **6.0.28**.
20+
21+
## Security updates: CVE fixes from upstream MongoDB
22+
23+
This release includes upstream MongoDB security fixes for the following vulnerabilities:
24+
25+
### High severity
26+
27+
- [SERVER-126021 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-126021){:target="_blank"} **(CVE-2026-8053):** A vulnerability in the time-series collection implementation allows an authenticated user with write privileges to trigger an out-of-bounds memory write in the `mongod` process. Under certain conditions, this can lead to arbitrary code execution.
28+
29+
30+
## Tools packaged with this release
31+
32+
| **Tool** | **Version** | **Release notes** |
33+
|---|---|---|
34+
| MongoDB Shell (`mongosh`) | 2.8.3 | [upstream release notes :octicons-link-external-16:](https://www.mongodb.com/docs/mongodb-shell/changelog/#v2.8.3){:target="_blank"} |
35+
| Mongo Tools | 100.17.0 | [upstream release notes :octicons-link-external-16:](https://www.mongodb.com/docs/database-tools/release-notes/dbtools-100.17.0-changelog/){:target="_blank"} |

docs/release_notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Percona Server for MongoDB 6.0 Release Notes
22

3+
* [Percona Server for MongoDB 6.0.28-22 ({{date.6_0_28}})](6.0.28-22.md)
4+
35
* [Percona Server for MongoDB 6.0.27-21 ({{date.6_0_27}})](6.0.27-21.md)
46

57
* [Percona Server for MongoDB 6.0.25-20 ({{date.6_0_25}})](6.0.25-20.md)

mkdocs-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ nav:
228228
- install/uninstall.md
229229
- Release notes:
230230
- "Release notes index": "release_notes/index.md"
231+
- release_notes/6.0.28-22.md
231232
- release_notes/6.0.27-21.md
232233
- release_notes/6.0.25-20.md
233234
- release_notes/6.0.24-19.md

variables.yml

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

4-
release: '6.0.27-21'
4+
release: '6.0.28-22'
55
version: '6.0'
6-
mongosh: '2.5.1'
6+
mongosh: '2.8.3'
77

88
product:
99
psmdb_full_name: Percona Server for MongoDB
1010

1111
date:
12+
6_0_28: '2026-05-26'
1213
6_0_27: '2026-01-12'
1314
6_0_25: '2025-07-30'
1415
6_0_24: '2025-06-12'

0 commit comments

Comments
 (0)