diff --git a/docs/_templates/pdf_cover_page.tpl b/docs/_templates/pdf_cover_page.tpl index ed944a90b..2c7aeefa8 100644 --- a/docs/_templates/pdf_cover_page.tpl +++ b/docs/_templates/pdf_cover_page.tpl @@ -3,11 +3,11 @@

-

Server for MongoDB 6.0.28-22

+

Server for MongoDB 6.0.29-23

{% if config.site_description %}

{{ config.site_description }}

{% endif %} -

6.0.28-22 (May 26, 2026)

+

6.0.29-23 (June 24, 2026)




diff --git a/docs/release_notes/6.0.29-23.md b/docs/release_notes/6.0.29-23.md new file mode 100644 index 000000000..481fe302d --- /dev/null +++ b/docs/release_notes/6.0.29-23.md @@ -0,0 +1,26 @@ +version: 6.0.29-23 +--- + +# Percona Server for MongoDB {{ page.meta.version }} ({{date.6_0_29}}) + +[Installation](../install/index.md){.md-button} +[Upgrade from MongoDB Community](../install/upgrade-from-mongodb.md){.md-button} + +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. + +Percona Server for MongoDB **{{ page.meta.version }}** includes the updates from [MongoDB 6.0.29 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/v6.0/release-notes/6.0-changelog/#6.0.29-changelog){:target="_blank"}. It also supports the protocols and drivers of MongoDB Community **6.0.29**. + +## Upgrade recommendation + +This release contains a **high-severity security fix** affecting all Percona Server for MongoDB 6.0.x versions. We strongly recommend **upgrading to version {{ page.meta.version }}** as soon as possible. + +## Security update + +- [SERVER-128125 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128125){:target="_blank"} **(CVE-2026-11933):** A **use-after-free** vulnerability was identified in MongoDB Server’s server-side JavaScript engine when converting `BSON` documents to JavaScript arrays. An authenticated user with read privileges who can execute server-side JavaScript (e.g., via `$where` or `$function`) may trigger access to freed memory, which could result in information disclosure from the `mongod` process memory or a denial of service through a server crash. + +## Tools packaged with this release + +| **Tool** | **Version** | **Release notes** | +|---|---|---| +| 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"} | +| 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"}| diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 229e8cd71..9f11236de 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -1,5 +1,7 @@ # Percona Server for MongoDB 6.0 Release Notes +* [Percona Server for MongoDB 6.0.29-23 ({{date.6_0_29}})](6.0.29-23.md) + * [Percona Server for MongoDB 6.0.28-22 ({{date.6_0_28}})](6.0.28-22.md) * [Percona Server for MongoDB 6.0.27-21 ({{date.6_0_27}})](6.0.27-21.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 3a816ba25..d98e23173 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -228,6 +228,7 @@ nav: - install/uninstall.md - Release notes: - "Release notes index": "release_notes/index.md" + - release_notes/6.0.29-23.md - release_notes/6.0.28-22.md - release_notes/6.0.27-21.md - release_notes/6.0.25-20.md diff --git a/variables.yml b/variables.yml index 3e4e7ea24..1431f5d73 100644 --- a/variables.yml +++ b/variables.yml @@ -1,7 +1,7 @@ # PBM Variables set for HTML output # See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path -release: '6.0.28-22' +release: '6.0.29-23' version: '6.0' mongosh: '2.8.3' @@ -9,6 +9,7 @@ product: psmdb_full_name: Percona Server for MongoDB date: + 6_0_29: '2026-06-24' 6_0_28: '2026-05-26' 6_0_27: '2026-01-12' 6_0_25: '2025-07-30'