Skip to content

Commit cd854d0

Browse files
authored
Docsp 21491 v5.2 (#845)
* DOCSP-21491 bumping version in snooty.toml * add latest_major_version constant * add latest-lts-version to snooty.toml, replace version constant where applicable * space * conf.py * ltsversion * update * up * source contstant update * fact-rapid-release-install update version * version = 5.2 * update fact-mongodb-intro.rst to use latest-lts-version * update fact-mongodb-intro.rst to use version
1 parent 3c53239 commit cd854d0

14 files changed

+34
-27
lines changed

snooty.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ package-branch = "testing" # testing for dev rc releases
208208
windows-dir-version = "5.0" # wizard
209209
package-name-org = "mongodb-org"
210210
package-name-enterprise = "mongodb-enterprise"
211-
version = "5.0"
211+
version = "5.2"
212+
latest-lts-version = "5.0"
212213
release = "5.0.6"
213214
version-dev = "5.3"
214215
pgp-version = "{+version+}"
@@ -256,3 +257,4 @@ section = 1
256257
file = "reference/parameters.txt"
257258
title = "MongoDB setParameter Options"
258259
section = 5
260+

source/about.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ which are also distributed with the official MongoDB Packages.
3636
Version and Revisions
3737
---------------------
3838

39-
This version of the manual reflects version |version| of MongoDB.
39+
This version of the manual reflects version {+latest-lts-version+}
40+
of MongoDB.
4041

4142
See the `MongoDB Documentation Project Page <https://docs.mongodb.com>`_
4243
for an overview of all editions and output formats of the MongoDB

source/includes/fact-mongodb-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to the MongoDB {+version-dev+} Manual! MongoDB is a
1+
Welcome to the MongoDB {+version+} Manual! MongoDB is a
22
document database designed for ease of development
33
and scaling. The Manual introduces key concepts in MongoDB, presents the
44
query language, and provides operational and administrative
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
To install the latest MongoDB version supported for
2-
on-premises use, MongoDB {+version+}, see the
2+
on-premises use, MongoDB {+latest-lts-version+}, see the
33
:manual:`MongoDB 5.0 installation instructions </installation>`.

source/includes/steps-install-mongodb-enterprise-on-red-hat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ level: 4
4343
ref: install
4444
action:
4545
- heading:
46-
text: Install MongoDB Enterprise |version|.
46+
text: Install MongoDB Enterprise {+latest-lts-version+}.
4747
character: "'"
4848
pre: "Issue the following command:"
4949
language: sh

source/includes/steps-install-mongodb-enterprise-on-suse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ref: install
4747
# release or a previous one. This step provides the commands for both.
4848
action:
4949
- pre: |
50-
To install MongoDB |version|, issue the following
50+
To install MongoDB {+latest-lts-version+}, issue the following
5151
command:
5252
language: sh
5353
code: |

source/installation.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ This section of the manual contains information on installing
4040
MongoDB.
4141

4242
- For instructions on upgrading your current deployment to MongoDB
43-
{+version+}, see :ref:`{+version+}-upgrade` instead.
43+
{+latest-lts-version+}, see :ref:`{+latest-lts-version+}-upgrade`
44+
instead.
4445

4546
- For instructions on upgrading to the latest patch release for your
4647
current version, see :doc:`/tutorial/upgrade-revision` instead.

source/reference/configuration-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Configuration File Options
1313
:class: singlecol
1414

1515
The following page describes the configuration options available in
16-
MongoDB |version|. For configuration file options for other versions of
17-
MongoDB, see the appropriate version of the MongoDB Manual.
16+
MongoDB {+latest-lts-version+}. For configuration file options for other
17+
versions of MongoDB, see the appropriate version of the MongoDB Manual.
1818

1919
.. _conf-file:
2020

source/reference/operator/query/regex.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ $regex
1111
:class: singlecol
1212

1313
.. meta::
14-
:description: pattern matching on strings in MongoDB |version|
15-
:keywords: regex, regular expressions, LIKE queries, wildcard matches, pattern matches, MongoDB |version|, version |version|
14+
:description: pattern matching on strings in MongoDB {+latest-lts-version+}
15+
:keywords: regex, regular expressions, LIKE queries, wildcard matches, pattern matches, MongoDB {+latest-lts-version+}, version {+latest-lts-version+}
1616

1717
.. include:: /includes/extracts/fact-regex-search-legacy-atlas.rst
1818

source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Overview
1515

1616
This tutorial converts a single three-member replica set to a sharded
1717
cluster with two shards. Each shard is an independent three-member
18-
replica set. This tutorial is specific to MongoDB |version|. For other
19-
versions of MongoDB, refer to the corresponding version of the MongoDB
20-
Manual.
18+
replica set. This tutorial is specific to MongoDB {+latest-lts-version+}.
19+
For other versions of MongoDB, refer to the corresponding version of the
20+
MongoDB Manual.
2121

2222
The procedure is as follows:
2323

source/tutorial/migrate-sharded-cluster-to-new-hardware.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Migrate a Sharded Cluster to Different Hardware
1010
:depth: 1
1111
:class: singlecol
1212

13-
The tutorial is specific to MongoDB |version|. For earlier versions of
14-
MongoDB, refer to the corresponding version of the MongoDB Manual.
13+
The tutorial is specific to MongoDB {+latest-lts-version+}. For earlier
14+
versions of MongoDB, refer to the corresponding version of the MongoDB
15+
Manual.
1516

1617
.. include:: /includes/fact-mirrored-config-servers-deprecated.rst
1718

source/tutorial/replace-config-server.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Replace a Config Server
1313

1414
.. important::
1515

16-
The following procedure applies to |version| config servers. For
17-
earlier versions of MongoDB, refer to the corresponding version of
18-
the MongoDB Manual.
16+
The following procedure applies to {+latest-lts-version+} config
17+
servers. For earlier versions of MongoDB, refer to the corresponding
18+
version of the MongoDB Manual.
1919

2020
Overview
2121
--------
@@ -31,8 +31,9 @@ replace it as soon as possible. The following procedure replaces a member
3131
of a :ref:`config server replica set <sharding-config-server>` with a new
3232
member.
3333

34-
The tutorial is specific to MongoDB |version|. For earlier versions of
35-
MongoDB, refer to the corresponding version of the MongoDB Manual.
34+
The tutorial is specific to MongoDB {+latest-lts-version+}. For earlier
35+
versions of MongoDB, refer to the corresponding version of the MongoDB
36+
Manual.
3637

3738
Considerations
3839
--------------

source/tutorial/restart-sharded-cluster.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Restart a Sharded Cluster
1010
:depth: 1
1111
:class: singlecol
1212

13-
The tutorial is specific to MongoDB |version|. For earlier versions of
14-
MongoDB, refer to the corresponding version of the MongoDB Manual.
13+
The tutorial is specific to MongoDB {+latest-lts-version+}. For earlier
14+
versions of MongoDB, refer to the corresponding version of the MongoDB
15+
Manual.
1516

1617
This procedure demonstrates the shutdown and startup sequence for restarting
1718
a sharded cluster. Stopping or starting the components of a sharded cluster

source/tutorial/upgrade-revision.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ Upgrade Sharded Clusters
224224

225225
.. versionchanged:: 3.4
226226

227-
The procedure applies to |version|. To make revision upgrades for
228-
other versions of MongoDB sharded clusters, refer to the appropriate
229-
version of the manual.
227+
The procedure applies to {+latest-lts-version+}. To make revision
228+
upgrades for other versions of MongoDB sharded clusters, refer to
229+
the appropriate version of the manual.
230230

231231
.. note::
232232

@@ -242,7 +242,7 @@ Upgrade Sharded Clusters
242242
used to resume a stream on a :binary:`~bin.mongos` that has not yet
243243
been upgraded to 4.0.7 or later.
244244

245-
To upgrade a |version| sharded cluster:
245+
To upgrade a {+latest-lts-version+} sharded cluster:
246246

247247
1. Disable the cluster's balancer as described in
248248
:ref:`sharding-balancing-disable-temporarily`.

0 commit comments

Comments
 (0)