diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf1e0bd5..01481c73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,5 +45,5 @@ jobs: run: | mike deploy 7.0 -b publish -p mike set-default 7.0 -b publish -p - mike retitle 7.0 "7.0.4-2" -b publish -p + mike retitle 7.0 "7.0.5-3" -b publish -p diff --git a/docs/release_notes/7.0.5-3.md b/docs/release_notes/7.0.5-3.md new file mode 100644 index 00000000..2bfd91f5 --- /dev/null +++ b/docs/release_notes/7.0.5-3.md @@ -0,0 +1,22 @@ +# Percona Server for MongoDB 7.0.5-3 (2024-01-23) + +[Installation](../install/index.md){.md-button} + +Percona Server for MongoDB 7.0.5-3 is an enhanced, source-available, and highly-scalable database that is a +fully-compatible, drop-in replacement for MongoDB Community Edition 7.0.5. + +It is based on [MongoDB Community Edition 7.0.5](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.5---jan-5--2024) and supports the upstream protocols and drivers. + + +## Release Highlights + +Improvements and bug fixes, provided by MongoDB and included in Percona Server for MongoDB are the following: + +* [SERVER-33494](https://jira.mongodb.org/browse/SERVER-33494) - Removed size storer entries upon collection drop +* [SERVER-80363](https://jira.mongodb.org/browse/SERVER-80363) - Explicitly stated that the missing `w` field from write concern object will be filled with default write concern value +* [SERVER-83091](https://jira.mongodb.org/browse/SERVER-83091) - Fixed infinite loop in lockstep $or plan enumeration +* [WT-7929](https://jira.mongodb.org/browse/WT-7929) - Investigated a solution to avoid a Full Time Diagnostic Data Capture (FTDC) mechanism to stall during checkpoint + +Find the full list of changes in the [MongoDB 7.0.5 Community Edition release notes](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.5---jan-5--2024). + + diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 9b114d21..3680c0fb 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -1,6 +1,8 @@ # Percona Server for MongoDB 7.0 release notes +* [Percona Server for MongoDB 7.0.5-3 (2024-01-23)](7.0.5-3.md) + * [Percona Server for MongoDB 7.0.4-2 (2023-12-11)](7.0.4-2.md) * [Percona Server for MongoDB 7.0.2-1 (2023-10-05)](7.0.2-1.md) \ No newline at end of file diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 1830db1c..37b3e86e 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -3,7 +3,7 @@ site_name: Percona Server for MongoDB 7.0 site_description: Documentation site_author: Percona LLC -copyright: Percona LLC, © 2023 +copyright: Percona LLC, © 2024 repo_name: percona/psmdb-docs repo_url: https://github.com/percona/psmdb-docs @@ -87,8 +87,8 @@ markdown_extensions: auto_append: - services-banner.md pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg options: custom_icons: - _resource/overrides/.icons @@ -118,7 +118,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaServerforMongoDB-7.0.pdf' cover_title: 'Server for MongoDB Documentation 7.0' - cover_subtitle: 7.0.4-2 (December 11, 2023) + cover_subtitle: 7.0.5-3 (January 23, 2024) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -191,6 +191,7 @@ nav: - install/uninstall.md - Release notes: - "Release notes index": "release_notes/index.md" + - release_notes/7.0.5-3.md - release_notes/7.0.4-2.md - release_notes/7.0.2-1.md - glossary.md diff --git a/variables.yml b/variables.yml index 88f7b155..91515e4f 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: '7.0.4-2' +release: '7.0.5-3' version: '7.0'