Skip to content

Commit 7fddf16

Browse files
authored
DOCSP-27291 EOL Version Cleanup for Programs (#2341) (#2498)
* 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
1 parent 72fb833 commit 7fddf16

File tree

9 files changed

+105
-197
lines changed

9 files changed

+105
-197
lines changed

snooty.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,11 @@ package-branch = "testing" # testing for dev rc releases
207207
windows-dir-version = "5.0" # wizard
208208
package-name-org = "mongodb-org"
209209
package-name-enterprise = "mongodb-enterprise"
210+
package-name = "mongodb"
210211
version = "5.0"
212+
latest-lts-version = "5.0"
211213
release = "5.0.14"
214+
last-supported-version = "4.2"
212215
version-dev = "5.3"
213216
version-last = "4.4"
214217
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 available
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
@@ -13,7 +13,7 @@ content: |
1313
ref: ssl-facts-ca-file
1414
content: |
1515
16-
Starting in version 3.4, if ``--tlsCAFile``/``net.tls.CAFile`` (or
16+
If ``--tlsCAFile``/``net.tls.CAFile`` (or
1717
their aliases ``--sslCAFile``/``net.ssl.CAFile``) is not specified
1818
and you are not using x.509 authentication, the system-wide CA
1919
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 5.0, 4.4.7, 4.2.14, and 4.0.25, download the `time zone
10+
prior to 5.0, 4.4.7, and 4.2.14, download the `time zone
1111
database
1212
<https://downloads.mongodb.org/olson_tz_db/timezonedb-latest.zip>`_.
1313
and use the :option:`timeZoneInfo <mongod --timeZoneInfo>` parameter.

0 commit comments

Comments
 (0)