Skip to content

Commit

Permalink
DISTMONGO-274 Release notes 5.0.24 (#197)
Browse files Browse the repository at this point in the history
modified:   .github/workflows/main.yml
	new file:   docs/release-notes-v5.0.24.md
	modified:   mkdocs-base.yml
	modified:   variables.yml
  • Loading branch information
nastena1606 authored Feb 1, 2024
1 parent f6f82f8 commit dce2fe7
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
31 changes: 31 additions & 0 deletions docs/release-notes-v5.0.24.md
Original file line number Diff line number Diff line change
@@ -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.
39 changes: 21 additions & 18 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit dce2fe7

Please sign in to comment.