Skip to content

Commit 1b14e55

Browse files
authored
* 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
1 parent 49e1389 commit 1b14e55

13 files changed

+33
-26
lines changed

snooty.toml

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

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
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

0 commit comments

Comments
 (0)