Skip to content

Commit 60ab8c1

Browse files
committed
DOCS-14245 Platform Support: remove Ubuntu 18.04 s390x
1 parent 6b648e3 commit 60ab8c1

5 files changed

+40
-10
lines changed

source/includes/fact-platform-s390x-community.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
.. topic:: Platform Support EOL Notice
2+
3+
.. list-table::
4+
:widths: 40 60
5+
:class: border-table
6+
7+
* - Ubuntu 18.04 s390x
8+
- Support removed in MongoDB Community 5.0+.
9+
10+
|
11+
112
.. list-table::
213
:header-rows: 1
314
:stub-columns: 1
@@ -28,7 +39,7 @@
2839
- 4.0.6 - 4.0.13
2940

3041
* - Ubuntu 18.04
31-
- |checkmark|
42+
-
3243
- |checkmark|
3344
- 4.2.1 - 4.2.9
3445
- 4.0.6 - 4.0.13

source/includes/fact-platform-s390x-enterprise.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
.. topic:: Platform Support EOL Notice
2+
3+
.. list-table::
4+
:widths: 40 60
5+
:class: border-table
6+
7+
* - Ubuntu 18.04 s390x
8+
- Support removed in MongoDB Enterprise 5.0+.
9+
10+
|
11+
112
.. list-table::
213
:header-rows: 1
314
:stub-columns: 1
@@ -29,7 +40,7 @@
2940

3041

3142
* - Ubuntu 18.04
32-
- |checkmark|
43+
-
3344
- |checkmark|
3445
- 4.2.1+
3546
- 4.0.6+

source/includes/fact-platform-support-enterprise-ubuntu.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. topic:: EOL Notice
2+
3+
- MongoDB 5.0 Enterprise Edition removes support
4+
Ubuntu 18.04 on :ref:`s390x <prod-notes-supported-platforms-s390x>`
5+
16
MongoDB {+version+} Enterprise Edition supports the following
27
:red:`64-bit` Ubuntu LTS (long-term support) releases on
38
:ref:`x86_64 <prod-notes-supported-platforms-x86_64>` architecture:
@@ -11,9 +16,8 @@ MongoDB {+version+} Enterprise Edition supports the following
1116
MongoDB only supports the 64-bit versions of these platforms.
1217

1318
MongoDB {+version+} Enterprise Edition on Ubuntu also supports the
14-
:ref:`ARM64 <prod-notes-supported-platforms-ARM64>`,
15-
:ref:`PPC64LE <prod-notes-supported-platforms-PPC64LE>`, and
16-
:ref:`s390x <prod-notes-supported-platforms-s390x>` architectures on
19+
:ref:`ARM64 <prod-notes-supported-platforms-ARM64>` and
20+
:ref:`PPC64LE <prod-notes-supported-platforms-PPC64LE>` architectures on
1721
select platforms.
1822

1923
See :ref:`prod-notes-supported-platforms` for more information.

source/includes/fact-platform-support-ubuntu.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. topic:: EOL Notice
2+
3+
- MongoDB 5.0 Community Edition removes support
4+
Ubuntu 18.04 on :ref:`s390x <prod-notes-supported-platforms-s390x>`
5+
16
MongoDB {+version+} Community Edition supports the following
27
:red:`64-bit` Ubuntu LTS (long-term support) releases on
38
:ref:`x86_64 <prod-notes-supported-platforms-x86_64>` architecture:
@@ -11,8 +16,7 @@ MongoDB {+version+} Community Edition supports the following
1116
MongoDB only supports the 64-bit versions of these platforms.
1217

1318
MongoDB {+version+} Community Edition on Ubuntu also supports the
14-
:ref:`ARM64 <prod-notes-supported-platforms-ARM64>` and
15-
:ref:`s390x <prod-notes-supported-platforms-s390x>` architectures on
19+
:ref:`ARM64 <prod-notes-supported-platforms-ARM64>` architecture on
1620
select platforms.
1721

1822
See :ref:`prod-notes-supported-platforms` for more information.

source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ content: |
2727
2828
.. code-block:: sh
2929
30-
echo "deb [ arch=amd64,arm64,s390x ] http://repo.mongodb.com/apt/ubuntu focal/mongodb-enterprise/{+version+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
30+
echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.com/apt/ubuntu focal/mongodb-enterprise/{+version+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
3131
3232
- id: bionic
3333
name: Ubuntu 18.04 (Bionic)
@@ -40,7 +40,7 @@ content: |
4040
4141
.. code-block:: sh
4242
43-
echo "deb [ arch=amd64,arm64,s390x ] http://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/{+version+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
43+
echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/{+version+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
4444
4545
- id: xenial
4646
name: Ubuntu 16.04 (Xenial)
@@ -53,7 +53,7 @@ content: |
5353
5454
.. code-block:: sh
5555
56-
echo "deb [ arch=amd64,arm64,s390x ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/{+version+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
56+
echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/{+version+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
5757
5858
---
5959
stepnum: 3

0 commit comments

Comments
 (0)