diff --git a/snooty.toml b/snooty.toml index 2cf9e04d33d..5a1fdd37092 100644 --- a/snooty.toml +++ b/snooty.toml @@ -158,6 +158,7 @@ toc_landing_pages = [ "/release-notes/4.4-downgrade", "/release-notes/4.4", "/release-notes/5.0", + "/release-notes/5.1", "/replication", "/security", "/sharding", diff --git a/source/includes/5.1/removed-parameters.rst b/source/includes/5.1/removed-parameters.rst new file mode 100644 index 00000000000..603f80289fb --- /dev/null +++ b/source/includes/5.1/removed-parameters.rst @@ -0,0 +1,19 @@ +MongoDB 5.1 removes the following server parameters: + +.. list-table:: + :header-rows: 1 + :widths: 25 75 + + * - Removed Parameters + - Description + + * - :option:`--tlsFIPSMode ` + - This option is removed from the MongoDB Community Edition. It + is available in `MongoDB Enterprise`_ edition. + + FIPS was not a supported feature in MongoDB Community Edition. + If your installation made use of FIPS anyway, you will need to + :doc:`reconfigure your TLS/SSL connections ` + before upgrading. + + diff --git a/source/release-notes/5.0.txt b/source/release-notes/5.0.txt index 31cb7d39564..683cfd7991c 100644 --- a/source/release-notes/5.0.txt +++ b/source/release-notes/5.0.txt @@ -1073,3 +1073,4 @@ of the related projects. /release-notes/5.0-upgrade-sharded-cluster /release-notes/5.0-downgrade /release-notes/5.0-changelog + diff --git a/source/release-notes/5.1-compatibility.txt b/source/release-notes/5.1-compatibility.txt index 121c02e1154..12a5ad9a6e7 100644 --- a/source/release-notes/5.1-compatibility.txt +++ b/source/release-notes/5.1-compatibility.txt @@ -30,6 +30,8 @@ Starting in MongoDB 5.1, these database commands and Removed Parameters ------------------ +.. include:: /includes/5.1/removed-parameters.rst + Removed Index Types ------------------- diff --git a/source/release-notes/5.1.txt b/source/release-notes/5.1.txt index c9026efe382..25d71b094bc 100644 --- a/source/release-notes/5.1.txt +++ b/source/release-notes/5.1.txt @@ -10,6 +10,9 @@ Release Notes for MongoDB 5.1 :depth: 1 :class: twocols +General +------- + .. include:: /includes/in-dev.rst Indexes @@ -56,6 +59,14 @@ determines whether the temporary documents required for :ref:`retryable ` :dbcommand:`findAndModify` commands are stored in the *side* collection (``config.image_collection``). +Report an Issue +--------------- + +To report an issue, see +https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for +instructions on how to file a JIRA ticket for the MongoDB server or one +of the related projects. + .. toctree:: :titlesonly: :hidden: diff --git a/source/tutorial/configure-fips.txt b/source/tutorial/configure-fips.txt index 98769b54002..36787cc2483 100644 --- a/source/tutorial/configure-fips.txt +++ b/source/tutorial/configure-fips.txt @@ -12,6 +12,8 @@ Configure MongoDB for FIPS .. |arrow| unicode:: U+27A4 +.. _fips-overview: + Overview --------