Skip to content

Commit cd0a648

Browse files
authored
DOCSP-27291 EOL Version Cleanup for Programs (#2341) (#2499)
* DOCSP-27291 EOL Version Cleanup for Programs (#2341) * DOCSP-27291 Removes EOL version references from Server packagec omponents * EOL cleanup for mongos * Removes 3.2-only option * Fixes spelling issue s/de-crypt/decrypt/g * Fixes spelling issue s/de-crypt/decrypt/g * Reworks version substitution for mongos open * Fixes stray version references * Removes additional EOL references from mongos * Fixes stay EOL references in mongod * Fixes version reference in mongoldap * Fixes per Kyle Suarez * Fixes build error * Fixes build error
1 parent df2ded3 commit cd0a648

File tree

9 files changed

+104
-197
lines changed

9 files changed

+104
-197
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ version = "{+version+}"
196196
package-branch = "4.4" # For rc = testing. For GA, will be 4.2.
197197
windows-dir-version = "4.4" # The wizard installs in 4.2 branch
198198
version = "4.4"
199+
latest-lts-version = "4.4"
200+
last-supported-version = "4.2"
199201
version-dev = "4.3"
200202
release = "4.4.19"
201203
pgp-version = "{+version+}"

source/includes/extracts-4.2-changes.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ content: |
223223
ref: 4.2-changes-options-tlsClusterCAFile
224224
content: |
225225
MongoDB adds
226-
|tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`. (Also availalbe
227-
in 3.4.18+, 3.6.9+, 4.0.3+)
226+
|tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`.
228227
---
229228
ref: 4.2-changes-options-tls-ssl-upgrade
230229
content: |

source/includes/extracts-ssl-facts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ content: |
1515
ref: ssl-facts-ca-file
1616
content: |
1717
18-
Starting in version 3.4, if ``--tlsCAFile``/``net.tls.CAFile`` (or
18+
If ``--tlsCAFile``/``net.tls.CAFile`` (or
1919
their aliases ``--sslCAFile``/``net.ssl.CAFile``) is not specified
2020
and you are not using x.509 authentication, the system-wide CA
2121
certificate store will be used when connecting to an TLS/SSL-enabled
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Starting in MongoDB 3.2, config servers for sharded clusters can be
1+
Config servers for sharded clusters are
22
deployed as a :doc:`replica set </replication>`. The
33
replica set config servers must run the :doc:`WiredTiger storage engine
4-
</core/wiredtiger>`. MongoDB 3.2 deprecates the use of three mirrored
5-
:binary:`~bin.mongod` instances for config servers.
4+
</core/wiredtiger>`.

source/includes/fact-tls-1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Starting in version 4.0, |binary| disables support for TLS 1.0
1+
|binary| disables support for TLS 1.0
22
encryption on systems where TLS 1.1+ is available. For
33
more details, see :ref:`4.0-disable-tls`.

source/includes/warning-timeZoneInfo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
MongoDB.
88

99
To explicitly link to the time zone database in versions of MongoDB
10-
prior to 4.4.7, 4.2.14, and 4.0.25, download the `time zone database
10+
prior to 4.4.7, and 4.2.14, download the `time zone database
1111
<https://downloads.mongodb.org/olson_tz_db/timezonedb-latest.zip>`_.
1212
and use the :option:`timeZoneInfo <mongod --timeZoneInfo>` parameter.
1313

0 commit comments

Comments
 (0)