Skip to content

Commit

Permalink
PSMDB-1397 Release notes 7.0.5 3 (#808)
Browse files Browse the repository at this point in the history
* PSMDB-1397 Release notes 7.0.5-3

	modified:   .github/workflows/main.yml
	new file:   docs/release_notes/7.0.5-3.md
	modified:   docs/release_notes/index.md
	modified:   mkdocs-base.yml
	modified:   variables.yml
  • Loading branch information
nastena1606 authored Jan 23, 2024
1 parent dd460c4 commit af83fb9
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
22 changes: 22 additions & 0 deletions docs/release_notes/7.0.5-3.md
Original file line number Diff line number Diff line change
@@ -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).


2 changes: 2 additions & 0 deletions docs/release_notes/index.md
Original file line number Diff line number Diff line change
@@ -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)
9 changes: 5 additions & 4 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit af83fb9

Please sign in to comment.