Skip to content

RN 8.3.11-3 - #1183

Draft
rasika-chivate wants to merge 7 commits into
8.3from
RN-8.3.11-3
Draft

rasika-chivate wants to merge 7 commits into
8.3from
RN-8.3.11-3

Conversation

@rasika-chivate

Copy link
Copy Markdown
Collaborator

Create RN for 8.3.11-3.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

Incorrect release labels, an unresolved placeholder, unstable date rendering, and future-dated metadata must be addressed.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Adds release notes for Percona Server for MongoDB 8.3.11-3, including upstream security fixes and packaged tool versions.

Changes:

  • Adds the 8.3.11-3 release notes and navigation entry.
  • Updates release variables and PDF cover metadata.
  • Documents 21 upstream security fixes.
File summaries
File Description
variables.yml Updates release metadata and versions.
mkdocs-base.yml Adds the release note to navigation.
docs/release_notes/index.md Adds the release index entry.
docs/release_notes/8.3.11-3.md Introduces the release notes.
docs/_templates/pdf_cover_page.tpl Updates the PDF cover.
Review details
  • Files reviewed: 5/5 changed files
  • Comments generated: 4
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

<h1>{{ config.site_description }}</h1>
{% endif %}
<h2>8.3.8-2 (August 24, 2026)</h2>
<h2>8.3.11-2 (September 28, 2026)</h2>
version: 8.3.11-3
---

# Percona Server for MongoDB {{ page.meta.version }} ({{ date[(release.split('-')[0].replace('.', '') | int)] }})

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix @rasika-chivate

Comment thread docs/release_notes/8.3.11-3.md Outdated
| **Tool** | **Base version** | **Release notes** |
|---|---|---|
| MongoDB Shell (`mongosh`) | {{ mongosh }} | [upstream release notes :octicons-link-external-16:](https://www.mongodb.com/docs/mongodb-shell/changelog/){:target="_blank"} |
| Mongo Tools | <MONGO_TOOLS_VERSION> | [upstream release notes :octicons-link-external-16:](https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/){:target="_blank"} |
Comment thread docs/release_notes/index.md Outdated
rasika-chivate and others added 2 commits September 15, 2026 17:42
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

Unresolved placeholders, inconsistent versioning, future dates, and an inaccurate vulnerability count must be corrected.

Get a fresh assessment by requesting another Copilot review.

Review details

Suppressed comments (1)

docs/_templates/pdf_cover_page.tpl:10

  • The PDF subtitle identifies the release as 8.3.11-2, while the release, page metadata, navigation, and cover title all use 8.3.11-3. This would put the wrong version on the generated PDF cover.
<h2>8.3.11-2 (September 28, 2026)</h2>
  • Files reviewed: 5/5 changed files
  • Comments generated: 5
  • Review effort level: Balanced

Comment on lines +1 to +3
---
version: 8.3.11-3
---

## Upgrade recommendation

This release fixes one critical, twelve high-severity, and four medium-severity vulnerabilities inherited from upstream MongoDB. We strongly recommend upgrading to version {{ page.meta.version }} as soon as possible.
Comment thread docs/release_notes/8.3.11-3.md Outdated
Comment thread docs/release_notes/8.3.11-3.md Outdated

- [SERVER-130785 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-130785){:target="_blank"} ([CVE-2026-82053 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-82053){:target="_blank"}): Fixed an issue in MongoDB's LDAP authorization integration where pooled LDAP connections could retain a previously authenticated identity under certain configurations. This could cause authorization checks to run with the wrong LDAP identity and assign roles that did not match the intended access policy. As a result, an authenticated user could receive privileges they were not meant to have.

- [SERVER-124077 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-124077){:target="_blank"} ([CVE-2026-82052 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-82052){:target="_blank"}): Fixed an issue in the `$regexFindAll `aggregation expression that could cause mongod to crash. Under certain conditions, a regular expression match could begin in the middle of a multi-code-unit character and trigger an assertion during query execution. An authenticated user with permission to run aggregation pipelines could trigger the issue, resulting in a denial of service.
Comment thread docs/release_notes/8.3.11-3.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Percona Server for MongoDB **{{ page.meta.version }}** includes the improvements and bug fixes of:

- [MongoDB 8.3.11 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/manual/release-notes/8.3/){:target="_blank"}.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix link pls

Percona Server for MongoDB **{{ page.meta.version }}** includes the improvements and bug fixes of:

- [MongoDB 8.3.11 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/manual/release-notes/8.3/){:target="_blank"}.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add 8.3.9 too


- [SERVER-130571 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-130571){:target="_blank"} ([CVE-2026-82059 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-82059){:target="_blank"}): Fixed an internal aggregation expression that was incorrectly exposed to external clients. An authenticated user with read-only privileges could invoke it to trigger an assertion failure and cause a denial-of-service.

For the complete upstream changelog, see [MongoDB 8.3.11 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/manual/release-notes/8.3-changelog/){:target="_blank"}.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix link pls

@rasika-chivate
rasika-chivate marked this pull request as draft September 17, 2026 09:28
@rasika-chivate rasika-chivate mentioned this pull request Sep 20, 2026

This branch was successfully deployed

2 active deployments
RN-8.3.11-3 - psmdb-docs PR #1183 0cf5729b Deployed Sep 16, 2026 by rasika-chivate
RN-8.3.11-3 - psmdb-docs-8.3 PR #1183 0cf5729b Deployed Sep 16, 2026 by rasika-chivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants