Skip to content

Commit ca2c6be

Browse files
authored
Release notes 2.3.1 (#145)
* Release notes 2.3.1 modified: docs/release-notes.md new file: docs/release-notes/2.3.1.md modified: mkdocs-base.yml modified: variables.yml
1 parent 85e8b7a commit ca2c6be

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

docs/release-notes.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Percona Backup for MongoDB release notes
22

3+
* [Percona Backup for MongoDB 2.3.1](release-notes/2.3.1.md)
34
* [Percona Backup for MongoDB 2.3.0](release-notes/2.3.0.md)
45
* [Percona Backup for MongoDB 2.2.1](release-notes/2.2.1.md)
56
* [Percona Backup for MongoDB 2.2.0](release-notes/2.2.0.md)

docs/release-notes/2.3.1.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Percona Backup for MongoDB 2.3.1 (2023-12-04)
2+
3+
[Installation](../installation.md){.md-button}
4+
5+
6+
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.
7+
8+
## Release Highlights
9+
10+
* Added support for Percona Server for MongoDB 7.0.
11+
* The ability to define custom endpoints when using Microsoft Azure Blob Storage for backups
12+
* Improved PBM Docker image to allow making physical backups with the shared `mongodb` data volume
13+
* Updated Golang libraries that include fixes for the security vulnerability CVE-2023-39325.
14+
15+
16+
## Improvements
17+
18+
* [PBM-1195](https://jira.percona.com/browse/PBM-1195) - Allow custom endpointUrl for Azure storage
19+
* [PBM-1205](https://jira.percona.com/browse/PBM-1205) - Change the user in PBM Docker image to `mongod`
20+
21+
22+
## Bugs Fixed
23+
24+
* [PBM-1193](https://jira.percona.com/browse/PBM-1193) - Fixed the `pbm-agent` failure when the connection to PSMDB is lost
25+
26+

mkdocs-base.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ plugins:
110110
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
111111
output_path: '_pdf/PerconaBackupforMongoDB.pdf'
112112
cover_title: 'Backup for MongoDB Documentation'
113-
cover_subtitle: 2.3.0 (September 25, 2023)
113+
cover_subtitle: 2.3.1 (December 4, 2023)
114114
author: 'Percona Technical Documentation Team'
115115
cover_logo: docs/_images/Percona_Logo_Color.png
116116
debug_html: false
@@ -139,6 +139,7 @@ nav:
139139
- Home: index.md
140140
- Release notes:
141141
- "Release notes index": "release-notes.md"
142+
- release-notes/2.3.1.md
142143
- release-notes/2.3.0.md
143144
- release-notes/2.2.1.md
144145
- release-notes/2.2.0.md

variables.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PBM Variables set for HTML output
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

4-
release: '2.3.0'
4+
release: '2.3.1'
55
version: '2.3'
66

0 commit comments

Comments
 (0)