Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes 2.3.1 #145

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Percona Backup for MongoDB release notes

* [Percona Backup for MongoDB 2.3.1](release-notes/2.3.1.md)
* [Percona Backup for MongoDB 2.3.0](release-notes/2.3.0.md)
* [Percona Backup for MongoDB 2.2.1](release-notes/2.2.1.md)
* [Percona Backup for MongoDB 2.2.0](release-notes/2.2.0.md)
Expand Down
26 changes: 26 additions & 0 deletions docs/release-notes/2.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Percona Backup for MongoDB 2.3.1 (2023-12-04)

Check warning on line 1 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L1

[Google.Headings] 'Percona Backup for MongoDB 2.3.1 (2023-12-04)' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Percona Backup for MongoDB 2.3.1 (2023-12-04)' should use sentence-style capitalization.", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 1, "column": 3}}}, "severity": "WARNING"}

Check notice on line 1 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L1

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 1, "column": 36}}}, "severity": "INFO"}

[Installation](../installation.md){.md-button}


Percona Backup for MongoDB is a distributed, low-impact solution for consistent backups of MongoDB sharded clusters and replica sets. This is a tool for creating consistent backups across a MongoDB sharded cluster (or a non-sharded replica set), and for restoring those backups to a specific point in time.

Check notice on line 6 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L6

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 6, "column": 215}}}, "severity": "INFO"}

## Release Highlights

Check warning on line 8 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L8

[Google.Headings] 'Release Highlights' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Release Highlights' should use sentence-style capitalization.", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 8, "column": 4}}}, "severity": "WARNING"}

* Added support for Percona Server for MongoDB 7.0.
* The ability to define custom endpoints when using Microsoft Azure Blob Storage for backups
* Improved PBM Docker image to allow making physical backups with the shared `mongodb` data volume
* Updated Golang libraries that include fixes for the security vulnerability CVE-2023-39325.

Check notice on line 13 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L13

[Google.Acronyms] Spell out 'CVE', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'CVE', if it's unfamiliar to the audience.", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 13, "column": 78}}}, "severity": "INFO"}


## Improvements

* [PBM-1195](https://jira.percona.com/browse/PBM-1195) - Allow custom endpointUrl for Azure storage

Check failure on line 18 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L18

[Vale.Spelling] Did you really mean 'endpointUrl'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'endpointUrl'?", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 18, "column": 71}}}, "severity": "ERROR"}
* [PBM-1205](https://jira.percona.com/browse/PBM-1205) - Change the user in PBM Docker image to `mongod`


## Bugs Fixed

Check warning on line 22 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L22

[Google.Headings] 'Bugs Fixed' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Bugs Fixed' should use sentence-style capitalization.", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 22, "column": 4}}}, "severity": "WARNING"}

* [PBM-1193](https://jira.percona.com/browse/PBM-1193) - Fixed the `pbm-agent` failure when the connection to PSMDB is lost

Check notice on line 24 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L24

[Google.Acronyms] Spell out 'PSMDB', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'PSMDB', if it's unfamiliar to the audience.", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 24, "column": 111}}}, "severity": "INFO"}

Check notice on line 24 in docs/release-notes/2.3.1.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.3.1.md#L24

[Google.Passive] In general, use active voice instead of passive voice ('is lost').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is lost').", "location": {"path": "docs/release-notes/2.3.1.md", "range": {"start": {"line": 24, "column": 117}}}, "severity": "INFO"}


3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ plugins:
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: '_pdf/PerconaBackupforMongoDB.pdf'
cover_title: 'Backup for MongoDB Documentation'
cover_subtitle: 2.3.0 (September 25, 2023)
cover_subtitle: 2.3.1 (December 4, 2023)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -139,6 +139,7 @@ nav:
- Home: index.md
- Release notes:
- "Release notes index": "release-notes.md"
- release-notes/2.3.1.md
- release-notes/2.3.0.md
- release-notes/2.2.1.md
- release-notes/2.2.0.md
Expand Down
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PBM Variables set for HTML output
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path

release: '2.3.0'
release: '2.3.1'
version: '2.3'