Skip to content

DOCSP-18504-remove-odd-numbered-release-warning #5801

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
merged 1 commit into from
Sep 3, 2021
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
6 changes: 6 additions & 0 deletions source/includes/5.0-changes/fact-odd-number-releases.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Prior to MongoDB 5.0, odd-numbered MongoDB release versions, such as
``4.3``, were development releases. Beginning with MongoDB 5.1,
MongoDB has quarterly rapid releases. For more information on the
differences between rapid and long-term support releases, see
:ref:`release-version-numbers`.

Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ post: |
version (e.g. ``{{distro_num}}``), then MongoDB
:doc:`release version </reference/versioning>`
(e.g. ``{+version+}``), then architecture (e.g. ``x86_64``).
Odd-numbered MongoDB release versions, such as
``{+version-dev+}``, are development versions and are
unsuitable for production deployment.

.. include:: /includes/5.0-changes/fact-odd-number-releases.rst

replacement:
distro_name: "redhat"
distro_link: "`MongoDB repository <https://repo.mongodb.com/yum/redhat/>`_"
Expand Down
6 changes: 3 additions & 3 deletions source/includes/steps-install-mongodb-on-red-hat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ post: |
version (e.g. ``{{distro_num}}``), then MongoDB
:doc:`release version </reference/versioning>`
(e.g. ``{+version+}``), then architecture (e.g. ``x86_64``).
Odd-numbered MongoDB release versions, such as
``{+version-dev+}``, are development versions and are
unsuitable for production deployment.

.. include:: /includes/5.0-changes/fact-odd-number-releases.rst

replacement:
distro_name: "redhat"
distro_link: "`MongoDB repository <https://repo.mongodb.org/yum/redhat/>`_"
Expand Down