Skip to content

Commit 0df9793

Browse files
DOCSP-35886 compat tables and deprecated definition (#67)
Updated the compatibility tables to be words instead of symbols, and added a note to define what deprecation means.
1 parent aacef3d commit 0df9793

File tree

4 files changed

+32
-22
lines changed

4 files changed

+32
-22
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. note::
2+
3+
MongoDB marks a version as deprecated when we no longer support it.
4+
While a deprecated version might still work with the corresponding
5+
|onprem| release, we will remove the support for this version in the
6+
future. |mdb-support| doesn't recommend using this version and
7+
provides limited assistance for using this version with |onprem|.
8+
9+
To learn more, see `MongoDB Legacy Support Policy
10+
<https://www.mongodb.com/legal/support-policy/legacy>`__ and
11+
`MongoDB Software Lifecycle Schedules for Ops Manager
12+
<https://www.mongodb.com/legal/support-policy/lifecycles>`__.
13+

source/includes/list-tables/supported-backingdb-versions.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111

1212
* - |onprem| 7.0
1313
-
14-
- :icon-fa5:`check-square`
15-
- :icon-fa5:`check-circle`
16-
- :icon-fa5:`check-circle`
14+
- Deprecated
15+
- Supported
16+
- Supported
1717

1818
* - |onprem| 6.0
19-
- :icon-fa5:`check-square`
20-
- :icon-fa5:`check-circle`
21-
- :icon-fa5:`check-circle`
19+
- Deprecated
20+
- Supported
21+
- Supported
2222
-
2323

24-
25-
:icon-fa5:`check-circle` Supported
26-
:icon-fa5:`check-square` Deprecated
24+
.. include:: /includes/deprecated-definition.rst
25+

source/includes/list-tables/supported-mongodb-versions.rst

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,31 @@
88
- |onprem| 6.0
99

1010
* - MongoDB 7.0
11-
- :icon-fa5:`check-circle`
11+
- Supported
1212
-
1313

1414
* - MongoDB 6.0
15-
- :icon-fa5:`check-circle`
16-
- :icon-fa5:`check-circle`
15+
- Supported
16+
- Supported
1717

1818
* - MongoDB 5.0
19-
- :icon-fa5:`check-circle`
20-
- :icon-fa5:`check-circle`
19+
- Supported
20+
- Supported
2121

2222
* - MongoDB 4.4
23-
- :icon-fa5:`check-circle`
24-
- :icon-fa5:`check-circle`
23+
- Supported
24+
- Supported
2525

2626
* - MongoDB 4.2
27-
- :icon-fa5:`check-square`
28-
- :icon-fa5:`check-circle`
27+
- Deprecated
28+
- Supported
2929

3030
* - MongoDB 4.0
3131
-
32-
- :icon-fa5:`check-square`
32+
- Deprecated
3333

3434
* - MongoDB 3.6
3535
-
3636
-
3737

38-
:icon-fa5:`check-circle` Supported
39-
:icon-fa5:`check-square` Deprecated
38+
.. include:: /includes/deprecated-definition.rst

source/reference/mongodb-compatibility.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The following table displays the version compatibility. The MongoDB
2424
edition can be either Community or Enterprise.
2525

2626
.. include:: /includes/list-tables/supported-mongodb-versions.rst
27-
2827

2928
Version support covers the full release series from the first to the
3029
last release.

0 commit comments

Comments
 (0)