diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94bd4f42..2db0ba3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: Deploy docs run: | mike deploy 5.0 -b publish -p - mike retitle 5.0 "5.0.23" -b publish -p + mike retitle 5.0 "5.0.24" -b publish -p # - name: Install Node.js 14.x # uses: percona-platform/setup-node@v2 # with: diff --git a/docs/release-notes-v5.0.24.md b/docs/release-notes-v5.0.24.md new file mode 100644 index 00000000..8f49b179 --- /dev/null +++ b/docs/release-notes-v5.0.24.md @@ -0,0 +1,31 @@ +# Percona Distribution for MongoDB 5.0.24 (2024-02-01) + +[Installation](installation.md){.md-button} + +Percona Distribution for MongoDB is a freely available MongoDB database alternative, giving you a single solution that combines enterprise components from the open source community, designed and tested to work together. The aim of Percona Distribution for MongoDB is to enable you to run and operate your +MongoDB efficiently with the data being consistently backed up. + +Percona Distribution for MongoDB includes the following components: + +* *Percona Server for MongoDB* is a fully compatible source-available, drop-in replacement +for MongoDB. + +* *Percona Backup for MongoDB* is a distributed, low-impact solution for achieving +consistent backups of MongoDB sharded clusters and replica sets. + +This release of Percona Distribution for MongoDB is based on [Percona Server for MongoDB 5.0.24-21](https://docs.percona.com/percona-server-for-mongodb/5.0/release_notes/5.0.24-21.html) and [Percona Backup for MongoDB 2.3.1](https://docs.percona.com/percona-backup-mongodb/release-notes/2.3.1.html). + +## Release Highlights + +The bug fixes and improvements provided by MongoDB and included in Percona Server for MongoDB are the following: + +* Improved shard key index error messages by adding detailed information about an invalid index. +* Fixed the issue with data and ShardVersion mismatch on sharded multi-document transactions by exposing the maxValidAfter timestamp alongside the shardVersion +* Fixed the issue with infinite loop during plan enumeration triggered by the `$or` queries + +Percona Backup for MongoDB 2.3.1 enhancements include the following: + +* Support for Percona Server for MongoDB 7.0.x +* 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. diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 3e2f1518..20f4f0ce 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -3,7 +3,7 @@ site_name: Percona Distribution for MongoDB 5.0 site_description: Documentation site_author: Percona LLC -copyright: Percona LLC, © 2023 +copyright: Percona LLC, © 2024 repo_name: percona/distmongo-docs repo_url: https://github.com/percona/distmongo-docs @@ -111,7 +111,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaDistributionforMongoDB-5.0.pdf' cover_title: 'Distribution for MongoDB Documentation 5.0' - cover_subtitle: 5.0.23 (December 21, 2023) + cover_subtitle: 5.0.24 (february 2, 2024) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -140,22 +140,25 @@ nav: - index.md - Release Notes: - "Release notes index": "release-notes.md" - - release-notes-v5.0.23.md - - release-notes-v5.0.22.md - - release-notes-v5.0.21.md - - release-notes-v5.0.20.md - - release-notes-v5.0.19.md - - release-notes-v5.0.18.md - - release-notes-v5.0.17.md - - release-notes-v5.0.15.md - - release-notes-v5.0.14.md - - release-notes-v5.0.13.md - - release-notes-v5.0.11.md - - release-notes-v5.0.10.md - - release-notes-v5.0.9.md - - release-notes-v5.0.8.md - - release-notes-v5.0.7.md - - release-notes-v5.0.6.md + - release-notes-v5.0.24.md + - 2023 (versions 5.0.15 through 5.0.23): + - release-notes-v5.0.23.md + - release-notes-v5.0.22.md + - release-notes-v5.0.21.md + - release-notes-v5.0.20.md + - release-notes-v5.0.19.md + - release-notes-v5.0.18.md + - release-notes-v5.0.17.md + - release-notes-v5.0.15.md + - 2022 (versions 5.0.6 through 5.0.14): + - release-notes-v5.0.14.md + - release-notes-v5.0.13.md + - release-notes-v5.0.11.md + - release-notes-v5.0.10.md + - release-notes-v5.0.9.md + - release-notes-v5.0.8.md + - release-notes-v5.0.7.md + - release-notes-v5.0.6.md - release-notes-v5.0.5.md - Installation and Upgrade: - Install Percona Distribution for MongoDB: diff --git a/variables.yml b/variables.yml index f3cd1948..a442433a 100644 --- a/variables.yml +++ b/variables.yml @@ -1,5 +1,5 @@ # PDMDB Variables set for HTML output # See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path -release: 'release-notes-v5.0.23' +release: 'release-notes-v5.0.24' version: '5.0'