From ca2c6be25cf5e3222eec408da543ba102abd00bd Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Mon, 4 Dec 2023 13:58:39 +0100 Subject: [PATCH] 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 --- docs/release-notes.md | 1 + docs/release-notes/2.3.1.md | 26 ++++++++++++++++++++++++++ mkdocs-base.yml | 3 ++- variables.yml | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 docs/release-notes/2.3.1.md diff --git a/docs/release-notes.md b/docs/release-notes.md index ab524345..3810cd52 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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) diff --git a/docs/release-notes/2.3.1.md b/docs/release-notes/2.3.1.md new file mode 100644 index 00000000..6cd00691 --- /dev/null +++ b/docs/release-notes/2.3.1.md @@ -0,0 +1,26 @@ +# Percona Backup for MongoDB 2.3.1 (2023-12-04) + +[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. + +## Release Highlights + +* 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. + + +## Improvements + +* [PBM-1195](https://jira.percona.com/browse/PBM-1195) - Allow custom endpointUrl for Azure storage +* [PBM-1205](https://jira.percona.com/browse/PBM-1205) - Change the user in PBM Docker image to `mongod` + + +## Bugs Fixed + +* [PBM-1193](https://jira.percona.com/browse/PBM-1193) - Fixed the `pbm-agent` failure when the connection to PSMDB is lost + + diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 73b9cd93..01cd4c2a 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -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 @@ -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 diff --git a/variables.yml b/variables.yml index 5ab1d988..1e29025b 100644 --- a/variables.yml +++ b/variables.yml @@ -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'