Skip to content

Release notes 8.3.8-2 - #1171

Open
rasika-chivate wants to merge 20 commits into
8.3from
Release-notes-8.3.8-2
Open

Release notes 8.3.8-2#1171
rasika-chivate wants to merge 20 commits into
8.3from
Release-notes-8.3.8-2

Conversation

@rasika-chivate

Copy link
Copy Markdown
Collaborator

Create Release notes for PSMDB 8.3.8-2

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.

Pull request overview

Adds release documentation for Percona Server for MongoDB 8.3.8-2.

Changes:

  • Adds release highlights, changelog, security fixes, and packaged tool versions.
  • Updates release metadata and navigation.
  • Updates the PDF cover for the release.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
variables.yml Updates release variables and date.
mkdocs-base.yml Adds the release notes to navigation.
docs/release_notes/index.md Adds the release to the index.
docs/release_notes/8.3.8-2.md Introduces the release notes.
docs/_templates/pdf_cover_page.tpl Updates PDF cover metadata.
Suppressed comments (2)

docs/release_notes/8.3.8-2.md:33

  • The surrounding quotes make this a string literal rather than an executable mongosh command, so users cannot use the snippet to verify the FCV.
'db.adminCommand({ getParameter: 1, featureCompatibilityVersion: 1 })'

docs/release_notes/8.3.8-2.md:65

  • “Support” is a common noun here and should not be capitalized mid-sentence.
- [PSMDB-2198](https://perconadev.atlassian.net/browse/PSMDB-2198): Added Debian 13 ARM64 build Support for Percona Server for MongoDB (PSMDB) 8.3.x.

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

Comment thread variables.yml Outdated
Comment thread docs/release_notes/index.md Outdated
Comment thread docs/_templates/pdf_cover_page.tpl Outdated
Comment thread docs/release_notes/8.3.8-2.md Outdated
Comment thread docs/release_notes/8.3.8-2.md
Comment thread docs/release_notes/8.3.8-2.md
Comment thread docs/release_notes/8.3.8-2.md Outdated
Comment thread docs/release_notes/8.3.8-2.md Outdated
Comment thread docs/release_notes/8.3.8-2.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@rasika-chivate
rasika-chivate temporarily deployed to Release-notes-8.3.8-2 - psmdb-docs PR #1171 August 19, 2026 12:51 — with Render Destroyed
@rasika-chivate
rasika-chivate temporarily deployed to Release-notes-8.3.8-2 - psmdb-docs-8.3 PR #1171 August 19, 2026 12:51 — with Render Destroyed
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>
@rasika-chivate
rasika-chivate temporarily deployed to Release-notes-8.3.8-2 - psmdb-docs-8.3 PR #1171 August 19, 2026 12:54 — with Render Destroyed
@rasika-chivate
rasika-chivate temporarily deployed to Release-notes-8.3.8-2 - psmdb-docs PR #1171 August 19, 2026 12:54 — with Render Destroyed
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>

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.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.

Suppressed comments (6)

docs/release_notes/8.3.8-2.md:28

  • The outer quotes turn this into a JavaScript string literal, so copying it into mongosh only echoes the text and does not set the FCV. The actual upgrade instructions use an executable db.adminCommand(...) call at docs/install/upgrade-from-80.md:104.
'db.adminCommand({ setFeatureCompatibilityVersion: "8.0", confirm: true })'

docs/release_notes/8.3.8-2.md:33

  • The outer quotes make this a string literal rather than an executable command, so readers cannot use the sample to retrieve featureCompatibilityVersion. Remove them so mongosh invokes db.adminCommand.
'db.adminCommand({ getParameter: 1, featureCompatibilityVersion: 1 })'

docs/release_notes/8.3.8-2.md:21

  • This fragment omits the periods from 8.3.8, unlike the adjacent release's upstream link (docs/release_notes/8.3.7-1.md:21), so it does not target the 8.3.8 section. Use the full version in the fragment.
This release of Percona Server for MongoDB includes the improvements and bug fixes of [MongoDB 8.3.8 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/manual/release-notes/8.3#838---aug-11-2026){:target="_blank"}.

docs/release_notes/8.3.8-2.md:119

  • The link label names MongoDB 8.3.2 even though this page incorporates 8.3.8, and the fragment also omits the periods used by the preceding 8.3.7 changelog link. Correct both so readers reach the matching upstream changelog section.
For the complete upstream changelog, see [MongoDB 8.3.2 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/manual/release-notes/8.3-changelog/#838-changelog){:target="_blank"}.

variables.yml:14

  • This changes the already-published 8.3.7-1 date from July 30 to July 22, which is the upstream MongoDB 8.3.7 date referenced in docs/release_notes/8.3.7-1.md:21. Because both the existing release page and index render this variable, the change incorrectly rewrites the Percona release date while adding 8.3.8-2 notes.
  8_3_7: "2026-07-22"

docs/release_notes/8.3.8-2.md:99

  • CVE-2026-18704 is already assigned to SERVER-129936 on line 97, while this entry describes an unrelated $graphLookup memory-lifetime flaw. One of these CVE mappings is therefore incorrect; verify SERVER-128551 against the upstream advisory and replace this ID and URL.
- [SERVER-128551 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128551){:target="_blank"} ([CVE-2026-18704 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-18704){:target="_blank"}): Fixed a memory handling error in the `$graphLookup` aggregation stage where an authenticated user could leave the server holding a reference to memory that had already been released. Later operations could crash the server process or, in some cases, run unintended code. Triggering this required the ability to run both aggregation and memory-management commands.

Comment thread variables.yml
date:
8_3_7: "2026-07-30"
8_3_8: "2026-08-24"
8_3_7: "2026-07-22"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

the date for 8.3.7 is incorrect, should be 2026-07-30
https://docs.percona.com/percona-server-for-mongodb/8.3/release_notes/8.3.7-1.html

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.

7 participants