Skip to content

Commit

Permalink
Psmdb 1518 release notes 7.0.14 9 (#916)
Browse files Browse the repository at this point in the history
PSMDB-1518 Release notes 7.0.14-8

new file:   docs/release_notes/7.0.14-8.md
	modified:   docs/release_notes/index.md
	modified:   mkdocs-base.yml
	modified:   variables.yml
  • Loading branch information
nastena1606 authored Sep 23, 2024
1 parent bdd242f commit b0e661d
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 2 deletions.
45 changes: 45 additions & 0 deletions docs/release_notes/7.0.14-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Percona Server for MongoDB 7.0.14-8 ({{date.7_0_14}})

[Installation](../install/index.md){.md-button}

Percona Server for MongoDB 7.0.14-8 is an enhanced, source-available, and highly-scalable database that is a
fully-compatible, drop-in replacement for MongoDB Community Edition 7.0.12.

Percona Server for MongoDB 7.0.14-8 includes the improvements and bug fixes of [MongoDB 7.0.14 Community Edition](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.14---aug-26--2024) and supports its protocols and drivers.

## Release Highlights

This release of Percona Server for MongoDB includes the following features and improvements:

### Reduce mean time to resolve (MTTR) compromised encryption key incidents in KMIP

Starting with this release, Percona Server for MongoDB automatically activates all new master encryption keys at startup and periodically checks (polls) their status in a KMIP server. If a master encryption key for a node transitions to the state other than Active, the node reports an error and shuts down. This method allows security engineers to quickly identify which nodes require out-of-schedule master key rotation, such as in the case of compromised keys, without needing to rotate keys for the entire cluster.

Learn more about key state polling from [the documentation](../kmip.md#key-state-polling)

### Easier dependency management with thinner tarballs

Tarballs are now available for each supported operating system individually and no longer include built-in libraries. This change reduces the tarball download size and increases their security by simplifying updates for required dependencies.

## Upstream Improvements

The bug fixes, provided by MongoDB and included in Percona Server for MongoDB, are the following:

* [SERVER-82814](https://jira.mongodb.org/browse/SERVER-82814) - Added support of internal expr comparison operators when determining clustered collection scan bounds
* [SERVER-85892](https://jira.mongodb.org/browse/SERVER-85892) - Fixed the error in the `$merge` operation produced by the pipeline after the `$documents` stage by correcting the namespace for pipeline validation
* [SERVER-91195](https://jira.mongodb.org/browse/SERVER-91195) - Provided a generic backportable solution not to miss top-level timeseries collection options
* [SERVER-91625](https://jira.mongodb.org/browse/SERVER-91625) - Enabled indexed plans for expressions referencing system variables by updating the fallback mechanism to disable SBE (Slot-Based Execution Engine) when a system variable is referenced in an expression.
* [WT-12643](https://jira.mongodb.org/browse/WT-12643) - Fixed Eviction Server walk logic in WiredTiger so that it's able to evict all pages

Find the full list of changes in the [MongoDB 7.0.14 Community Edition release notes](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.14---aug-26--2024).

## Packaging Changes

* Percona Server for MongoDB 7.0.14-8 is available on Ubuntu 24.04 (Noble Numbat)
* Percona Server for MongoDB 7.0.14-8 is no longer supported for Red Hat Enterprise 7 and derivatives as these operating systems reached End-Of-Life.

## Changelog

### Improvements

* [PSMDB-1283](https://perconadev.atlassian.net/browse/PSMDB-1283) - Add the ability to activate master encryption keys in KMIP server and check their state.
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.14-8 ({{date.7_0_14}})](7.0.14-8.md)

* [Percona Server for MongoDB 7.0.12-7 (2024-07-23)](7.0.12-7.md)

* [Percona Server for MongoDB 7.0.11-6 (2024-06-03)](7.0.11-6.md)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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.12-7 (July 23, 2024)
cover_subtitle: 7.0.14-8 (September 23, 2024)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -209,6 +209,7 @@ nav:
- install/uninstall.md
- Release notes:
- "Release notes index": "release_notes/index.md"
- release_notes/7.0.14-8.md
- release_notes/7.0.12-7.md
- release_notes/7.0.11-6.md
- release_notes/7.0.8-5.md
Expand Down
5 changes: 4 additions & 1 deletion variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path


release: '7.0.12-7'
release: '7.0.14-8'
version: '7.0'
mongosh: '2.2.10'


date:
7_0_14: '2024-09-23'

0 comments on commit b0e661d

Please sign in to comment.