Skip to content

DOCSP-11327 publish 4.4 manual as master #4239

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
6 changes: 2 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,8 @@ def has(self, *args):
'stable': conf.version.stable,
'sitename': sconf.theme.sitename,
'nav_excluded': sconf.theme.nav_excluded,
'upcoming': conf.version.upcoming,
'banner': True,
'banner_msg': 'This is an upcoming (i.e. in progress) version of the manual.',

'upcoming': conf.version.upcoming

}

html_sidebars = sconf.sidebars
Expand Down
2 changes: 1 addition & 1 deletion config/build_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project:
branched: true
siteroot: true
version:
release: '4.4.0-rc8'
release: '4.4.0'
branch: '4.4'
system:
files:
Expand Down
3 changes: 1 addition & 2 deletions config/redirects
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
define: base https://docs.mongodb.com
define: versions v2.2 v2.4 v2.6 v3.0 v3.2 v3.4 v3.6 v4.0 v4.2 v4.4 master
symlink: manual -> v4.2
symlink: manual -> v4.4
symlink: v4.4 -> master
symlink: upcoming -> master

[v2.2]: /${version}/core/read-operations-introduction -> ${base}/${version}/core/read-operations
[v2.2]: /${version}/core/write-operations-introduction -> ${base}/${version}/core/write-operations
Expand Down
4 changes: 2 additions & 2 deletions source/includes/in-dev.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.. admonition:: MongoDB 4.4 Release Candidates
.. admonition:: MongoDB {+version-dev+} Release Candidates
:class: warning

While the 4.4 release candidates are available, these versions of
While the {+version-dev+} release candidates are available, these versions of
MongoDB are for **testing purposes only and not for production use**.
16 changes: 8 additions & 8 deletions source/index.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
:orphan:

==============================================
The MongoDB |version| Release Candidate Manual
==============================================
=============================
The MongoDB |version| Manual
=============================

.. default-domain:: mongodb

.. admonition:: MongoDB 4.4 Release Candidates
:class: warning
.. admonition:: MongoDB 4.4 Released Jul 30, 2020
:class: note

While the 4.4 release candidates are available, these versions of
MongoDB are for **testing purposes only and not for production use**.

For new features in MongoDB 4.4, see :doc:`/release-notes/4.4`.

To download MongoDB 4.4, go to the `MongoDB Download Center
<https://www.mongodb.com/try/download?tck=docs_server>`_.

Welcome to the MongoDB |version| Manual! MongoDB is a
document database designed for ease of development
and scaling. The Manual introduces key concepts in MongoDB, presents the
Expand Down
19 changes: 5 additions & 14 deletions source/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,23 @@ See the following release notes for an account of the changes in major
versions. Release notes also include instructions for upgrade.


Upcoming Release
~~~~~~~~~~~~~~~~

:doc:`/release-notes/4.4`

.. toctree::
:maxdepth: 1
:hidden:

/release-notes/4.4

Current Stable Release
~~~~~~~~~~~~~~~~~~~~~~

(*4.2-series*)
(*4.4-series*)

:doc:`/release-notes/4.2`
:doc:`/release-notes/4.4`

.. toctree::
:maxdepth: 1
:hidden:

/release-notes/4.2
/release-notes/4.4

Previous Stable Releases
~~~~~~~~~~~~~~~~~~~~~~~~

- :doc:`/release-notes/4.2`
- :doc:`/release-notes/4.0`
- :doc:`/release-notes/3.6`

Expand Down Expand Up @@ -64,6 +54,7 @@ EOL'ed Releases
:maxdepth: 1
:hidden:

/release-notes/4.2
/release-notes/4.0
/release-notes/3.6
/release-notes/3.4
Expand Down
4 changes: 0 additions & 4 deletions source/release-notes/4.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Release Notes for MongoDB 4.2
=============================

---------------------------------
MongoDB 4.2 Released Aug 13, 2019
---------------------------------

.. default-domain:: mongodb

.. role:: red(strong)
Expand Down
9 changes: 5 additions & 4 deletions source/release-notes/4.4-compatibility.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
========================================================
Compatibility Changes in MongoDB 4.4 (Release Candidate)
========================================================
====================================
Compatibility Changes in MongoDB 4.4
====================================

.. default-domain:: mongodb

Expand All @@ -10,7 +10,8 @@ Compatibility Changes in MongoDB 4.4 (Release Candidate)
:depth: 1
:class: singlecol

.. include:: /includes/in-dev.rst
The following 4.4 changes can affect compatibility with older
versions of MongoDB.


Removed Commands
Expand Down
2 changes: 0 additions & 2 deletions source/release-notes/4.4-downgrade-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Downgrade |newversion| Replica Set to |oldversion|

.. include:: /includes/4.4-upgrade-replacements.rst

.. include:: /includes/in-dev.rst

Before you attempt any downgrade, familiarize yourself with the content
of this document.

Expand Down
2 changes: 0 additions & 2 deletions source/release-notes/4.4-downgrade-sharded-cluster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Downgrade |newversion| Sharded Cluster to |oldversion|

.. include:: /includes/4.4-upgrade-replacements.rst

.. include:: /includes/in-dev.rst

Before you attempt any downgrade, familiarize yourself with the content
of this document.

Expand Down
2 changes: 0 additions & 2 deletions source/release-notes/4.4-downgrade-standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Downgrade |newversion| Standalone to |oldversion|

.. include:: /includes/4.4-upgrade-replacements.rst

.. include:: /includes/in-dev.rst

Before you attempt any downgrade, familiarize yourself with the content
of this document.

Expand Down
2 changes: 0 additions & 2 deletions source/release-notes/4.4-downgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Downgrade |newversion| to |oldversion|

.. include:: /includes/4.4-upgrade-replacements.rst

.. include:: /includes/in-dev.rst

The following page summarizes various considerations for downgrading to
|oldversion|. For specific instructions for your deployment type, see:

Expand Down
2 changes: 0 additions & 2 deletions source/release-notes/4.4-upgrade-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Upgrade a Replica Set to 4.4
:depth: 1
:class: singlecol

.. include:: /includes/in-dev.rst

.. include:: /includes/4.4-upgrade-replacements.rst

.. include:: /includes/upgrade-copy.rst
Expand Down
2 changes: 0 additions & 2 deletions source/release-notes/4.4-upgrade-sharded-cluster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Upgrade a Sharded Cluster to 4.4
:depth: 1
:class: singlecol

.. include:: /includes/in-dev.rst

.. include:: /includes/4.4-upgrade-replacements.rst

.. include:: /includes/upgrade-copy.rst
Expand Down
3 changes: 0 additions & 3 deletions source/release-notes/4.4-upgrade-standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ Upgrade a Standalone to 4.4
The following steps outline the procedure to upgrade a standalone
:binary:`~bin.mongod` from version |oldversion| to |newversion|.


.. include:: /includes/in-dev.rst

.. include:: /includes/4.4-upgrade-replacements.rst

.. |downgrading| replace:: :doc:`downgrading </release-notes/4.4-downgrade-standalone>`
Expand Down
23 changes: 17 additions & 6 deletions source/release-notes/4.4.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
=================================================
Release Notes for MongoDB 4.4 (Release Candidate)
=================================================
=============================
Release Notes for MongoDB 4.4
=============================

---------------------------------
MongoDB 4.4 Released Jun 30, 2020
---------------------------------

.. default-domain:: mongodb

Expand All @@ -10,9 +14,6 @@ Release Notes for MongoDB 4.4 (Release Candidate)
:depth: 1
:class: twocols


.. include:: /includes/in-dev.rst

.. _4.4-rel-notes-agg:

Aggregation
Expand Down Expand Up @@ -2085,6 +2086,16 @@ upgrade services
<https://www.mongodb.com/products/consulting?tck=docs_server>`_
to help ensure a smooth transition without interruption to your MongoDB application.

Download
--------

To download MongoDB 4.4, go to the `MongoDB Download Center
<https://www.mongodb.com/try/download?tck=docs_server>`_.

.. seealso::

- `All Third Party License Notices <https://github.com/mongodb/mongo/blob/v4.4/distsrc/THIRD-PARTY-NOTICES>`_.

Known Issues
------------

Expand Down