Skip to content

Commit c367d86

Browse files
(DOCSP-21841): add release notes and compat notes template pages (#928)
* (DOCSP-21841): add release notes and compat notes template pages * update snooty.toml versions * replace rapid include with in-dev include * add missing upgrade ref
1 parent 13a2099 commit c367d86

File tree

42 files changed

+88
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+88
-83
lines changed

snooty.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ year = "2022"
207207

208208
[constants]
209209
package-branch = "testing" # testing for dev rc releases
210-
windows-dir-version = "5.0" # wizard
210+
windows-dir-version = "6.0" # wizard
211211
package-name-org = "mongodb-org"
212212
package-name-enterprise = "mongodb-enterprise"
213-
version = "5.3"
214-
latest-lts-version = "5.0"
215-
release = "5.0.6"
216-
version-dev = "5.3"
213+
version = "6.0"
214+
latest-lts-version = "6.0"
215+
release = "6.0.0"
216+
version-dev = "6.0"
217217
pgp-version = "{+version+}"
218218
rsa-key = "4B7C549A058F8B6B"
219219
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
@@ -259,4 +259,3 @@ section = 1
259259
file = "reference/parameters.txt"
260260
title = "MongoDB setParameter Options"
261261
section = 5
262-

source/administration/install-community.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install MongoDB Community Edition
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/rapid-release.rst
13+
.. include:: /includes/in-dev.rst
1414

1515
These documents provide instructions to install MongoDB Community Edition.
1616

source/administration/install-on-linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Install MongoDB Community Edition on Linux
44

55
.. default-domain:: mongodb
66

7-
.. include:: /includes/rapid-release.rst
7+
.. include:: /includes/in-dev.rst
88

99
These documents provide instructions to install MongoDB Community
1010
Edition for supported Linux systems.

source/administration/upgrade-community-to-enterprise.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Upgrade MongoDB Community to MongoDB Enterprise
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/rapid-release.rst
13+
.. include:: /includes/in-dev.rst
1414

1515
.. include:: /includes/extracts/enterprise-additional-features.rst
1616

source/includes/fact-mongodb-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The manual describes key concepts in MongoDB such as:
88
- Operational and administrative references
99
- Tutorials and procedures
1010

11-
.. include:: /includes/rapid-release-short.rst
11+
.. include:: /includes/in-dev.rst-short.rst

source/installation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install MongoDB
2929

3030
.. include:: /includes/unicode-checkmark.rst
3131

32-
.. include:: /includes/rapid-release.rst
32+
.. include:: /includes/in-dev.rst
3333

3434
MongoDB is available in two server editions: *Community* and
3535
*Enterprise*.
@@ -92,7 +92,7 @@ platforms, for both the Community Edition and the
9292
Upgrade Community Edition to Enterprise Edition Tutorials
9393
---------------------------------------------------------
9494

95-
.. include:: /includes/rapid-release.rst
95+
.. include:: /includes/in-dev.rst
9696

9797
.. _mongodb-supported-platforms:
9898

source/reference/installation-ubuntu-community-troubleshooting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Troubleshooting
1515
.. |arrow| unicode:: U+27A4
1616
.. |distro-name| replace:: Ubuntu
1717

18-
.. include:: /includes/rapid-release.rst
18+
.. include:: /includes/in-dev.rst

source/release-notes.txt

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,57 +9,23 @@ Always install the latest, stable version of MongoDB. See
99
See the following release notes for an account of the changes in major
1010
versions. Release notes also include instructions for upgrade.
1111

12-
Atlas Rapid Releases
13-
~~~~~~~~~~~~~~~~~~~~
14-
15-
.. important::
16-
17-
Rapid releases are only supported for MongoDB Atlas. Rapid releases
18-
are not supported for use on-premises. For more information, see
19-
:ref:`release-version-numbers`.
20-
21-
Current Atlas Rapid Release
22-
```````````````````````````
23-
24-
(*5.3-series*)
25-
26-
:ref:`release-notes-5.3`
27-
28-
.. toctree::
29-
:maxdepth: 1
30-
:hidden:
31-
32-
/release-notes/5.3
33-
34-
Previous Atlas Rapid Releases
35-
`````````````````````````````
36-
37-
- :ref:`5.2-series <release-notes-5.2>`
38-
- :ref:`5.1- series <release-notes-5.1>`
39-
40-
.. toctree::
41-
:maxdepth: 1
42-
:hidden:
43-
44-
/release-notes/5.2
45-
/release-notes/5.1
46-
4712
Current Stable Release
4813
~~~~~~~~~~~~~~~~~~~~~~
4914

50-
(*5.0-series*)
15+
(*6.0-series*)
5116

52-
:doc:`/release-notes/5.0`
17+
:doc:`/release-notes/6.0`
5318

5419
.. toctree::
5520
:maxdepth: 1
5621
:hidden:
5722

58-
/release-notes/5.0
23+
/release-notes/6.0
5924

6025
Previous Stable Releases
6126
~~~~~~~~~~~~~~~~~~~~~~~~
6227

28+
- :doc:`/release-notes/5.0`
6329
- :doc:`/release-notes/4.4`
6430
- :doc:`/release-notes/4.2`
6531
- :doc:`/release-notes/4.0`
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
====================================
2+
Compatibility Changes in MongoDB 6.0
3+
====================================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
.. include:: /includes/in-dev.rst
14+
15+
The following 6.0 changes can affect compatibility with older
16+
versions of MongoDB.

source/release-notes/6.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
=============================
2+
Release Notes for MongoDB 6.0
3+
=============================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: twocols
12+
13+
.. include:: /includes/in-dev.rst
14+
15+
.. toctree::
16+
:titlesonly:
17+
:hidden:
18+
19+
/release-notes/6.0-compatibility
20+
21+
.. _6.0-upgrade:
22+
23+
Upgrade Procedures
24+
------------------

0 commit comments

Comments
 (0)