Skip to content

Commit 5181879

Browse files
(DOCSP-21083): Prefer 'lts' to 'major' release (#731) (#746)
* (DOCSP-20183): Prefer 'lts' to 'major' release * word tweaks * tweak * updates per review * updates per review
1 parent dd06a91 commit 5181879

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

source/reference/versioning.txt

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
MongoDB Versioning
55
==================
66

7+
.. |lts| replace:: Long-Term Support
8+
79
.. important::
810

911
Always upgrade to the latest stable revision of your release series.
@@ -14,18 +16,18 @@ release series and ``Z`` refers to the patch number.
1416
Starting with MongoDB 5.0, MongoDB is released as two different release
1517
series:
1618

17-
- Major Releases
19+
- |lts| Releases
1820
- Rapid Releases
1921

2022
For MongoDB 4.4 and previous, MongoDB used a Production / Development
2123
versioning system. See :ref:`historical-releases`.
2224

23-
Major Releases
25+
|lts| Releases
2426
--------------
2527

26-
Major Releases are made available approximately once a year, and
27-
generally mark the introduction of new features and improvements.
28-
Major Releases are appropriate for all MongoDB deployments.
28+
|lts| Releases are made available approximately once a year, and
29+
introduce new features and improvements. |lts| Releases are supported
30+
for MongoDB Atlas and on-premises deployments.
2931

3032
*Example versions:*
3133

@@ -37,17 +39,14 @@ Major Releases are appropriate for all MongoDB deployments.
3739
Rapid Releases
3840
--------------
3941

40-
Rapid Releases are made available approximately once each quarter
41-
that does not contain a Major Release, and generally mark the
42-
introduction of new features and improvements. Rapid Releases are
43-
designed for use with `MongoDB Atlas
42+
Rapid Releases are made available approximately once each quarter that
43+
does not contain a |lts| Release, and introduce new features and
44+
improvements. Rapid Releases are only supported within `MongoDB Atlas
4445
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`_, and are not
45-
generally supported for use in an on-premise capacity. Rapid Releases
46-
are not available for use with `MongoDB Ops Manager
47-
<https://docs.opsmanager.mongodb.com/current/?tck=docs_server>`_, and
48-
are not supported for :ref:`arbiters <replica-set-arbiters>`. If
49-
arbiters are part of your MongoDB deployment, use the most recent
50-
Major Release instead.
46+
supported for on-premises deployments.
47+
48+
Rapid Releases are not available for use with `MongoDB Ops Manager
49+
<https://docs.opsmanager.mongodb.com/current/?tck=docs_server>`_.
5150

5251
*Example versions:*
5352

@@ -58,19 +57,19 @@ Major Release instead.
5857
Patch Releases
5958
--------------
6059

61-
Patch Releases are made available as needed to both
62-
Major Releases and Rapid Releases, and generally
63-
include bug fixes and backwards-compatible changes.
60+
Patch Releases are made available as needed to both |lts| Releases and
61+
Rapid Releases. Patch releases generally include bug fixes and minor
62+
improvements.
6463

6564
*Example versions:*
6665

67-
- ``5.0.1`` (a Major Release patch version)
66+
- ``5.0.1`` (a |lts| Release patch version)
6867
- ``5.2.1`` (a Rapid Release patch version)
6968

7069
Release Candidate (RC) Releases
7170
-------------------------------
7271

73-
In advance of new Major Releases or Rapid Releases, Release Candidates
72+
In advance of new |lts| Releases and Rapid Releases, Release Candidates
7473
are made available for early testing. A Release Candidate represents a
7574
version of the upcoming release that is stable enough to begin testing,
7675
but is not suitable for production deployment.

0 commit comments

Comments
 (0)