Release-notes-2.15.0#378
Draft
rasika-chivate wants to merge 14 commits into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the documentation set for the PBM 2.15.0 release by updating global version variables and adding a new 2.15.0 release notes page.
Changes:
- Bump the documentation release/version variables to 2.15.0 / 2.15 and add the 2.15.0 release date variable.
- Add
docs/release-notes/2.15.0.mdwith release highlights and a changelog (features, improvements, fixes).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
variables.yml |
Updates the “current” release/version and introduces the date.2_15_0 variable used for templated dates. |
docs/release-notes/2.15.0.md |
New release notes page for PBM 2.15.0, including OCI Object Storage highlights and a changelog. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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>
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>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Comment on lines
10
to
13
| date: | ||
| 2_14_0: 2026-04-29 | ||
| 2_15_0: 2026-06-17 | ||
| 2_13_0: 2026-03-03 | ||
| 2_12_0: 2025-11-04 |
Comment on lines
+1
to
+3
| # Percona Backup for MongoDB 2.15.0 ({{date.2_15_0}}) | ||
|
|
||
| [Installation](../installation.md){.md-button} |
Comment on lines
+50
to
+51
| - [PBM-1668](https://perconadev.atlassian.net/browse/PBM-1668): The restore command now accepts a `commitQuorum` option that controls when the primary commits an index during a restore operation. You can set this to `majority`, `votingMembers`, or a specific number of nodes. | ||
| Without this option, MongoDB defaults to `votingMembers`, which requires all data-bearing voting members to complete index building before the index is committed. In large replica sets, this can significantly delay restore operations if index creation is slow on even a subset of nodes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create Release notes for PBM 2.15.0.