Skip to content

Commit

Permalink
PSMDB-1545 Release notes 6.0.18-15 (#940)
Browse files Browse the repository at this point in the history
PSMDB-1545 Release notes 6.0.18-15

new file:   _resource/overrides/.icons/percona/logo-mongodb.svg
	new file:   docs/release_notes/6.0.18-15.md
	modified:   docs/release_notes/index.md
	modified:   mkdocs-base.yml
	modified:   snippets/services-banner.md
	modified:   variables.yml

---------

Co-authored-by: Sandra Romanchenko <[email protected]>
  • Loading branch information
nastena1606 and sandraromanchenko authored Nov 5, 2024
1 parent 5db9e94 commit 4ff23f9
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 4 deletions.
40 changes: 40 additions & 0 deletions _resource/overrides/.icons/percona/logo-mongodb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/release_notes/6.0.18-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Percona Server for MongoDB 6.0.18-15 ({{date.6_0_18}})

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


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

It is based on [MongoDB 6.0.18 Community Edition](https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.18---sep-30--2024) and supports the upstream protocols and drivers.

## Release Highlights

### Prevent master encryption key loss on the Vault server

Before Percona Server for MongoDB puts a new master encryption key to the Vault server as the versioned secret, it now checks if the secret's version reached the defined maximum (10 by default). This prevents the loss of the old secret and the master encryption key it stores on the Vault server.

Make sure Percona Server for MongoDB has read permissions for the secret's metadata and the secrets engine configuration. To learn more, refer to the [documentation](../vault.md#master-key-loss-prevention).

### Join Percona Squad

Participate in monthly SWAG raffles, get an early access to new product features and invite-only “ask me anything” sessions with database performance experts. Interested? Fill in the form at [squad.percona.com/mongodb](squad.percona.com/mongodb).

### Upstream Improvements

* [SERVER-70508](https://jira.mongodb.org/browse/SERVER-70508) - Added current thread count to extra_info in serverStatus on Linux
* [SERVER-94166](https://jira.mongodb.org/browse/SERVER-94166) - Disabled slot-based query execution engine (SBE query engine) in v6.0
* [SERVER-74072](https://jira.mongodb.org/browse/SERVER-74072) - Ensured that JournalFlusher is run on ServiceContext it is bound to

## Changelog

### Improvements

* [PSMDB-1441](https://perconadev.atlassian.net/browse/PSMDB-1441) - Fixed the issue with master encryption keys getting lost when the number of created secrets exceeds the threshold by preventing a new secret creation and alerting users about it.
2 changes: 2 additions & 0 deletions docs/release_notes/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Percona Server for MongoDB 6.0 Release Notes

* [Percona Server for MongoDB 6.0.18-15 ({{date.6_0_18}})](6.0.18-15.md)

* [Percona Server for MongoDB 6.0.17-14 ({{date.6_0_17}})](6.0.17-14.md)

* [Percona Server for MongoDB 6.0.16-13 ({{date.6_0_16}})](6.0.16-13.md)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ plugins:
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: '_pdf/PerconaServerforMongoDB-6.0.pdf'
cover_title: 'Server for MongoDB Documentation 6.0'
cover_subtitle: 6.0.17-14 (September 18, 2024)
cover_subtitle: 6.0.18-15 (November 5, 2024)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -210,6 +210,7 @@ nav:
- install/uninstall.md
- Release notes:
- "Release notes index": "release_notes/index.md"
- release_notes/6.0.18-15.md
- release_notes/6.0.17-14.md
- release_notes/6.0.16-13.md
- release_notes/6.0.15-12.md
Expand Down
2 changes: 1 addition & 1 deletion snippets/services-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you need assistance, visit the community forum for comprehensive and free dat

<div class="actions" markdown>

[:material-forum-outline: Community Forum](https://forums.percona.com/c/mongodb/percona-distribution-for-mongodb/43) [:percona-logo: Get a Percona Expert](https://www.percona.com/about/contact)
[:material-forum-outline: Community Forum](https://forums.percona.com/c/mongodb/percona-distribution-for-mongodb/43) [:percona-logo: Get a Percona Expert](https://www.percona.com/about/contact) [:percona-logo-mongodb: Join Percona Squad](https://squad.percona.com/mongodb)

</div>
</div>
6 changes: 4 additions & 2 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# PBM Variables set for HTML output
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path

release: '6.0.17-14'
release: '6.0.18-15'
version: '6.0'
mongosh: '2.3.0'
mongosh: '2.3.2'

date:
6_0_16: '2024-07-30'
6_0_17: '2024-09-18'
6_0_18: '2024-11-05'



0 comments on commit 4ff23f9

Please sign in to comment.