Skip to content

DOCS-14245 Platform Support: remove Ubuntu 18.04 s390x #5037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion source/includes/fact-platform-s390x-community.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
.. topic:: Platform Support EOL Notice

.. list-table::
:widths: 40 60
:class: border-table

* - Ubuntu 18.04 s390x
- Support removed in MongoDB Community 5.0+.

|

.. list-table::
:header-rows: 1
:stub-columns: 1
Expand Down Expand Up @@ -28,7 +39,7 @@
- 4.0.6 - 4.0.13

* - Ubuntu 18.04
- |checkmark|
-
- |checkmark|
- 4.2.1 - 4.2.9
- 4.0.6 - 4.0.13
13 changes: 12 additions & 1 deletion source/includes/fact-platform-s390x-enterprise.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
.. topic:: Platform Support EOL Notice

.. list-table::
:widths: 40 60
:class: border-table

* - Ubuntu 18.04 s390x
- Support removed in MongoDB Enterprise 5.0+.

|

.. list-table::
:header-rows: 1
:stub-columns: 1
Expand Down Expand Up @@ -29,7 +40,7 @@


* - Ubuntu 18.04
- |checkmark|
-
- |checkmark|
- 4.2.1+
- 4.0.6+
10 changes: 7 additions & 3 deletions source/includes/fact-platform-support-enterprise-ubuntu.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. topic:: EOL Notice

- MongoDB 5.0 Enterprise Edition removes support
Ubuntu 18.04 on :ref:`s390x <prod-notes-supported-platforms-s390x>`

MongoDB {+version+} Enterprise Edition supports the following
:red:`64-bit` Ubuntu LTS (long-term support) releases on
:ref:`x86_64 <prod-notes-supported-platforms-x86_64>` architecture:
Expand All @@ -11,9 +16,8 @@ MongoDB {+version+} Enterprise Edition supports the following
MongoDB only supports the 64-bit versions of these platforms.

MongoDB {+version+} Enterprise Edition on Ubuntu also supports the
:ref:`ARM64 <prod-notes-supported-platforms-ARM64>`,
:ref:`PPC64LE <prod-notes-supported-platforms-PPC64LE>`, and
:ref:`s390x <prod-notes-supported-platforms-s390x>` architectures on
:ref:`ARM64 <prod-notes-supported-platforms-ARM64>` and
:ref:`PPC64LE <prod-notes-supported-platforms-PPC64LE>` architectures on
select platforms.

See :ref:`prod-notes-supported-platforms` for more information.
Expand Down
8 changes: 6 additions & 2 deletions source/includes/fact-platform-support-ubuntu.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. topic:: EOL Notice

- MongoDB 5.0 Community Edition removes support
Ubuntu 18.04 on :ref:`s390x <prod-notes-supported-platforms-s390x>`

MongoDB {+version+} Community Edition supports the following
:red:`64-bit` Ubuntu LTS (long-term support) releases on
:ref:`x86_64 <prod-notes-supported-platforms-x86_64>` architecture:
Expand All @@ -11,8 +16,7 @@ MongoDB {+version+} Community Edition supports the following
MongoDB only supports the 64-bit versions of these platforms.

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

See :ref:`prod-notes-supported-platforms` for more information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ content: |

.. code-block:: sh

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
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

- id: bionic
name: Ubuntu 18.04 (Bionic)
Expand All @@ -40,7 +40,7 @@ content: |

.. code-block:: sh

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
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

- id: xenial
name: Ubuntu 16.04 (Xenial)
Expand All @@ -53,7 +53,7 @@ content: |

.. code-block:: sh

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
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

---
stepnum: 3
Expand Down