Skip to content

Commit 93eb299

Browse files
fix version numbers on rapid release pages (#474)
* fix version numbers on rapid release pages (#473) * fix version numbers * fix 5.2 compat notes wording * fix version number typo
1 parent 919bdb9 commit 93eb299

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. important::
22

3-
MongoDB {+version-dev+} is a rapid release and is only supported for
4-
MongoDB Atlas. MongoDB {+version-dev+} is not supported for use
3+
MongoDB |version| is a rapid release and is only supported for
4+
MongoDB Atlas. MongoDB |version| is not supported for use
55
on-premises. For more information, see
66
:ref:`release-version-numbers`.

source/includes/rapid-release.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. important::
22

3-
MongoDB {+version-dev+} is a rapid release and is only supported for
4-
MongoDB Atlas. MongoDB {+version-dev+} is not supported for use
3+
MongoDB |version| is a rapid release and is only supported for
4+
MongoDB Atlas. MongoDB |version| is not supported for use
55
on-premises. For more information, see
66
:ref:`release-version-numbers`.
77

source/release-notes/5.1-compatibility.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Compatibility Changes in MongoDB 5.1
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. |version| replace:: 5.1
14+
15+
.. include:: /includes/rapid-release-short.rst
16+
1317
The following 5.1 changes can affect compatibility with older
1418
versions of MongoDB.
1519

@@ -201,4 +205,4 @@ Community Edition
201205

202206
Some features in 5.1 require the 5.1 binaries and the
203207
:ref:`featureCompatibilityVersion <view-fcv>` (fCV) must also be set to
204-
5.1. These features include:
208+
5.1. These features include:

source/release-notes/5.1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Release Notes for MongoDB 5.1
1010
:depth: 1
1111
:class: twocols
1212

13+
.. |version| replace:: 5.1
14+
1315
.. include:: /includes/rapid-release-short.rst
1416

1517
.. note::

source/release-notes/5.2-compatibility.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ Compatibility Changes in MongoDB 5.2
99
:backlinks: none
1010
:depth: 1
1111
:class: singlecol
12+
13+
.. |version| replace:: 5.2
1214

1315
.. include:: /includes/rapid-release-short.rst
1416

15-
This page is a work in progress and will be updated with changes
16-
introduced in 5.2 that can affect compatibility with older versions of
17-
MongoDB.
17+
The following 5.2 changes can affect compatibility with older versions
18+
of MongoDB.
1819

1920
Removed Parameters
2021
------------------
@@ -23,4 +24,3 @@ Removed :binary:`~bin.mongod` Options
2324
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2425

2526
.. include:: /includes/5.2/removed-mongod-options.rst
26-

source/release-notes/5.2.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Release Notes for MongoDB 5.2
1010
:depth: 1
1111
:class: twocols
1212

13+
.. |version| replace:: 5.2
14+
1315
.. include:: /includes/rapid-release-short.rst
1416

1517
.. _5.2-rel-notes-aggregation:

0 commit comments

Comments
 (0)