Skip to content

Commit b9ab438

Browse files
authored
DOCSP-27291 EOL Version Cleanup for Programs (#2341) (#2500)
* 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 issues
1 parent 4da4bb4 commit b9ab438

File tree

10 files changed

+130
-215
lines changed

10 files changed

+130
-215
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def has(self, *args):
7676

7777
source_constants = {
7878
'version-dev': '4.3', # Current development branch
79+
'latest-lts-version': '4.2',
80+
'last-supported-version': '4.0',
7981
'package-name-org': 'mongodb-org',
8082
'package-name-enterprise': 'mongodb-enterprise',
8183
'version': version,

snooty.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,12 @@ package-branch = "4.2" # For rc = testing. For GA, will be 4.2.
207207
windows-dir-version = "4.2" # The wizard installs in 4.2 branch
208208
package-name-org = "mongodb-org"
209209
package-name-enterprise = "mongodb-enterprise"
210+
package-name = "mongodb"
210211
version = "4.2"
212+
latest-lts-version = "4.2"
213+
last-supported-version = "4.2"
211214
release = "{+release+}"
215+
version-dev = "4.2"
212216
pgp-version = "{+version+}"
213217
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
214218
rsa-key = "4B7C549A058F8B6B"

source/includes/extracts-4.2-changes.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ content: |
220220
ref: 4.2-changes-options-tlsClusterCAFile
221221
content: |
222222
MongoDB adds
223-
|tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`. (Also availalbe
224-
in 3.4.18+, 3.6.9+, 4.0.3+)
223+
|tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`.
225224
---
226225
ref: 4.2-changes-options-tls-ssl-upgrade
227226
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.2.14 and 4.0.25, download the `time zone database
10+
prior to 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)