Skip to content

Commit 152dce0

Browse files
mungitoperritojeff-allen-mongo
authored andcommitted
DOCSP-12544 Move FIPS flag to enterprise only
1 parent ed552d6 commit 152dce0

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ toc_landing_pages = [
158158
"/release-notes/4.4-downgrade",
159159
"/release-notes/4.4",
160160
"/release-notes/5.0",
161+
"/release-notes/5.1",
161162
"/replication",
162163
"/security",
163164
"/sharding",
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
MongoDB 5.1 removes the following server parameters:
2+
3+
.. list-table::
4+
:header-rows: 1
5+
:widths: 25 75
6+
7+
* - Removed Parameters
8+
- Description
9+
10+
* - :option:`--tlsFIPSMode <mongod --tlsFIPSMode>`
11+
- This option is removed from the MongoDB Community Edition. It
12+
is available in `MongoDB Enterprise`_ edition.
13+
14+
FIPS was not a supported feature in MongoDB Community Edition.
15+
If your installation made use of FIPS anyway, you will need to
16+
:doc:`reconfigure your TLS/SSL connections </tutorial/configure-ssl>`
17+
before upgrading.
18+
19+

source/release-notes/5.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,3 +1073,4 @@ of the related projects.
10731073
/release-notes/5.0-upgrade-sharded-cluster
10741074
/release-notes/5.0-downgrade
10751075
/release-notes/5.0-changelog
1076+

source/release-notes/5.1-compatibility.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Starting in MongoDB 5.1, these database commands and
3030
Removed Parameters
3131
------------------
3232

33+
.. include:: /includes/5.1/removed-parameters.rst
34+
3335
Removed Index Types
3436
-------------------
3537

source/release-notes/5.1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Release Notes for MongoDB 5.1
1010
:depth: 1
1111
:class: twocols
1212

13+
General
14+
-------
15+
1316
.. include:: /includes/in-dev.rst
1417

1518
Indexes
@@ -56,6 +59,14 @@ determines whether the temporary documents required for :ref:`retryable
5659
<retryable-writes>` :dbcommand:`findAndModify` commands are stored in
5760
the *side* collection (``config.image_collection``).
5861

62+
Report an Issue
63+
---------------
64+
65+
To report an issue, see
66+
https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for
67+
instructions on how to file a JIRA ticket for the MongoDB server or one
68+
of the related projects.
69+
5970
.. toctree::
6071
:titlesonly:
6172
:hidden:

source/tutorial/configure-fips.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Configure MongoDB for FIPS
1212

1313
.. |arrow| unicode:: U+27A4
1414

15+
.. _fips-overview:
16+
1517
Overview
1618
--------
1719

0 commit comments

Comments
 (0)