Skip to content

Commit 6914bb6

Browse files
(DOCSP-23194): Add shell pages for 6.1 release and compat notes (#1226)
* (DOCSP-23194): Add shell pages for 6.1 release and compat notes * update snooty.toml * fix version numbers * add admonition title
1 parent 3dfbad5 commit 6914bb6

File tree

6 files changed

+66
-3
lines changed

6 files changed

+66
-3
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ toc_landing_pages = [
177177
"/release-notes/5.2",
178178
"/release-notes/5.3",
179179
"/release-notes/6.0",
180+
"/release-notes/6.1",
180181
"/replication",
181182
"/security",
182183
"/sharding",
@@ -226,7 +227,7 @@ package-name = "mongodb"
226227
version = "6.0"
227228
latest-lts-version = "6.0"
228229
release = "6.0.0"
229-
version-dev = "6.0"
230+
version-dev = "6.1"
230231
pgp-version = "{+version+}"
231232
rsa-key = "4B7C549A058F8B6B"
232233
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"

source/includes/in-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
.. warning:: MongoDB {+version-dev+} Release Candidates
2+
.. warning:: MongoDB {+version-dev+} Not Yet Available
33

44
MongoDB {+version-dev+} release candidates are not yet available.
55
This version of the manual is for an upcoming release and is

source/includes/rc-available.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. important::
1+
.. important:: MongoDB {+version-dev+} Release Candidates
22

33
MongoDB {+version-dev+} binaries are currently available only as
44
**release candidates**. Release candidates can be used for early

source/release-notes.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ 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+
Upcoming Rapid Release
13+
~~~~~~~~~~~~~~~~~~~~~~
14+
15+
(*6.1-series*)
16+
17+
:ref:`release-notes-6.1`
18+
19+
.. include:: /includes/in-dev.rst
20+
21+
.. toctree::
22+
:maxdepth: 1
23+
:hidden:
24+
25+
/release-notes/6.1
26+
1227
Upcoming Stable Release
1328
~~~~~~~~~~~~~~~~~~~~~~~
1429

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _6.1-compatibility:
2+
3+
========================================================
4+
Compatibility Changes in MongoDB 6.1 (Release Candidate)
5+
========================================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
.. include:: /includes/in-dev.rst
16+
17+
This page describes changes introduced in MongoDB 6.1 that can affect
18+
compatibility with older versions of MongoDB.

source/release-notes/6.1.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. _release-notes-6.1:
2+
3+
=================================================
4+
Release Notes for MongoDB 6.1 (Release Candidate)
5+
=================================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: twocols
14+
15+
.. include:: /includes/in-dev.rst
16+
17+
Report an Issue
18+
---------------
19+
20+
To report an issue, see
21+
https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for
22+
instructions on how to file a JIRA ticket for the MongoDB server or one
23+
of the related projects.
24+
25+
.. toctree::
26+
:titlesonly:
27+
:hidden:
28+
29+
/release-notes/6.1-compatibility

0 commit comments

Comments
 (0)