From b7958fd120a5fc939e9ef4743933d1e33933592b Mon Sep 17 00:00:00 2001 From: Alison Huh <112565127+ajhuh-mdb@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:49:32 -0500 Subject: [PATCH 1/5] DOCSP-45321-1.10-in-dev (#484) (cherry picked from commit a0b3ce4526f4d378252b49bed259107ec3729f4f) --- source/about-mongosync.txt | 2 ++ source/connecting.txt | 2 ++ source/connecting/atlas-to-atlas.txt | 2 ++ source/connecting/onprem-to-atlas.txt | 2 ++ source/connecting/onprem-to-onprem.txt | 2 ++ source/index.txt | 2 ++ source/installation.txt | 2 ++ source/quickstart.txt | 2 ++ source/reference/versioning.txt | 1 + source/release-notes.txt | 10 ++++++---- source/release-notes/1.10.txt | 20 ++++++++++++++++++++ 11 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 source/release-notes/1.10.txt diff --git a/source/about-mongosync.txt b/source/about-mongosync.txt index 0258b9cf7..9c5cf3a83 100644 --- a/source/about-mongosync.txt +++ b/source/about-mongosync.txt @@ -12,6 +12,8 @@ About ``mongosync`` :depth: 2 :class: singlecol +.. include:: /includes/in-dev.rst + The :ref:`mongosync ` binary is the primary process used in {+c2c-product-name+}. ``mongosync`` migrates data from a source cluster to a destination cluster and keeps the clusters in continuous sync until you diff --git a/source/connecting.txt b/source/connecting.txt index 7627b83ba..5748d77ea 100644 --- a/source/connecting.txt +++ b/source/connecting.txt @@ -14,6 +14,8 @@ Connecting ``mongosync`` :depth: 1 :class: singlecol +.. include:: /includes/in-dev.rst + To configure a connection with :ref:`mongosync `, refer to the connection documentation that matches your environment: diff --git a/source/connecting/atlas-to-atlas.txt b/source/connecting/atlas-to-atlas.txt index 2d0af534e..d4e9559f1 100644 --- a/source/connecting/atlas-to-atlas.txt +++ b/source/connecting/atlas-to-atlas.txt @@ -12,6 +12,8 @@ Connect Two Atlas Clusters :depth: 1 :class: twocols +.. include:: /includes/in-dev.rst + .. include:: /includes/fact-connect-intro This page provides instructions to connect Atlas clusters using diff --git a/source/connecting/onprem-to-atlas.txt b/source/connecting/onprem-to-atlas.txt index f551b83d9..172ee3c3c 100644 --- a/source/connecting/onprem-to-atlas.txt +++ b/source/connecting/onprem-to-atlas.txt @@ -13,6 +13,8 @@ Connect a Self-Managed Cluster to Atlas :depth: 1 :class: twocols +.. include:: /includes/in-dev.rst + .. include:: /includes/fact-connect-intro This page provides instructions to connect a self-managed cluster to an diff --git a/source/connecting/onprem-to-onprem.txt b/source/connecting/onprem-to-onprem.txt index f7a87ea1e..ae57f054f 100644 --- a/source/connecting/onprem-to-onprem.txt +++ b/source/connecting/onprem-to-onprem.txt @@ -13,6 +13,8 @@ Connect Two Self-Managed Clusters :depth: 1 :class: twocols +.. include:: /includes/in-dev.rst + .. include:: /includes/fact-connect-intro This page provides instructions to connect self-managed clusters using diff --git a/source/index.txt b/source/index.txt index af21bc88e..3fa55e626 100644 --- a/source/index.txt +++ b/source/index.txt @@ -6,6 +6,8 @@ Cluster-to-Cluster Sync .. default-domain:: mongodb +.. include:: /includes/in-dev.rst + {+c2c-product-name+} provides continuous data synchronization or a one-time data migration between MongoDB clusters. For notes and caveats on continuous sync, see the :ref:`` page. You can diff --git a/source/installation.txt b/source/installation.txt index bb1e3add2..54c2b9592 100644 --- a/source/installation.txt +++ b/source/installation.txt @@ -11,6 +11,8 @@ Installation :depth: 1 :class: singlecol +.. include:: /includes/in-dev.rst + These documents provide instructions to install {+c2c-full-product-name+}. :ref:`c2c-install-linux` diff --git a/source/quickstart.txt b/source/quickstart.txt index 98746dee5..9950c3500 100644 --- a/source/quickstart.txt +++ b/source/quickstart.txt @@ -16,6 +16,8 @@ :depth: 2 :class: singlecol +.. include:: /includes/in-dev.rst + Overview -------- diff --git a/source/reference/versioning.txt b/source/reference/versioning.txt index 32111e70f..f6d4d3bd6 100644 --- a/source/reference/versioning.txt +++ b/source/reference/versioning.txt @@ -12,6 +12,7 @@ :depth: 2 :class: singlecol +.. include:: /includes/in-dev.rst {+c2c-product-name+} uses `Semantic Versioning 2.0.0 `__. Version numbers have the form ``X.Y.Z``, where diff --git a/source/release-notes.txt b/source/release-notes.txt index 08f0a380c..6c5743819 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -14,16 +14,17 @@ release notes. Upcoming Stable Release ~~~~~~~~~~~~~~~~~~~~~~~ -- :ref:`c2c-release-notes-1.9` +- :ref:`c2c-release-notes-1.10` Current Stable Release ~~~~~~~~~~~~~~~~~~~~~~ -- :ref:`c2c-release-notes-1.8` +- :ref:`c2c-release-notes-1.9` -Previous Rapid Releases -~~~~~~~~~~~~~~~~~~~~~~~ +Previous Releases +~~~~~~~~~~~~~~~~~ +- :ref:`c2c-release-notes-1.8` - :ref:`c2c-release-notes-1.7` - :ref:`c2c-release-notes-1.6` - :ref:`c2c-release-notes-1.5` @@ -39,6 +40,7 @@ Previous Rapid Releases .. toctree:: :titlesonly: + 1.10 1.9 1.8 1.7 diff --git a/source/release-notes/1.10.txt b/source/release-notes/1.10.txt new file mode 100644 index 000000000..58842d615 --- /dev/null +++ b/source/release-notes/1.10.txt @@ -0,0 +1,20 @@ +.. _c2c-release-notes-1.10: + +================================ +Release Notes for mongosync 1.10 +================================ + +.. default-domain:: mongodb + +.. contents:: On this page + :local: + :backlinks: none + :depth: 2 + :class: singlecol + +.. include:: /includes/in-dev.rst + +.. _1.10.0-c2c-release-notes: + +This page describes changes and new features introduced in +{+c2c-full-product-name+} 1.10 and the {+c2c-full-beta-program+}. \ No newline at end of file From f110acbdefb9e38226e90b74d33966ca9cf4e254 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 15:54:40 -0500 Subject: [PATCH 2/5] corrections for 1.9 --- source/about-mongosync.txt | 2 -- source/connecting.txt | 2 -- source/connecting/atlas-to-atlas.txt | 2 -- source/connecting/onprem-to-atlas.txt | 2 -- source/connecting/onprem-to-onprem.txt | 2 -- source/index.txt | 2 -- source/installation.txt | 2 -- source/quickstart.txt | 2 -- source/reference/versioning.txt | 2 -- source/release-notes/1.10.txt | 20 -------------------- 10 files changed, 38 deletions(-) delete mode 100644 source/release-notes/1.10.txt diff --git a/source/about-mongosync.txt b/source/about-mongosync.txt index 9c5cf3a83..0258b9cf7 100644 --- a/source/about-mongosync.txt +++ b/source/about-mongosync.txt @@ -12,8 +12,6 @@ About ``mongosync`` :depth: 2 :class: singlecol -.. include:: /includes/in-dev.rst - The :ref:`mongosync ` binary is the primary process used in {+c2c-product-name+}. ``mongosync`` migrates data from a source cluster to a destination cluster and keeps the clusters in continuous sync until you diff --git a/source/connecting.txt b/source/connecting.txt index 5748d77ea..7627b83ba 100644 --- a/source/connecting.txt +++ b/source/connecting.txt @@ -14,8 +14,6 @@ Connecting ``mongosync`` :depth: 1 :class: singlecol -.. include:: /includes/in-dev.rst - To configure a connection with :ref:`mongosync `, refer to the connection documentation that matches your environment: diff --git a/source/connecting/atlas-to-atlas.txt b/source/connecting/atlas-to-atlas.txt index d4e9559f1..2d0af534e 100644 --- a/source/connecting/atlas-to-atlas.txt +++ b/source/connecting/atlas-to-atlas.txt @@ -12,8 +12,6 @@ Connect Two Atlas Clusters :depth: 1 :class: twocols -.. include:: /includes/in-dev.rst - .. include:: /includes/fact-connect-intro This page provides instructions to connect Atlas clusters using diff --git a/source/connecting/onprem-to-atlas.txt b/source/connecting/onprem-to-atlas.txt index 172ee3c3c..f551b83d9 100644 --- a/source/connecting/onprem-to-atlas.txt +++ b/source/connecting/onprem-to-atlas.txt @@ -13,8 +13,6 @@ Connect a Self-Managed Cluster to Atlas :depth: 1 :class: twocols -.. include:: /includes/in-dev.rst - .. include:: /includes/fact-connect-intro This page provides instructions to connect a self-managed cluster to an diff --git a/source/connecting/onprem-to-onprem.txt b/source/connecting/onprem-to-onprem.txt index ae57f054f..f7a87ea1e 100644 --- a/source/connecting/onprem-to-onprem.txt +++ b/source/connecting/onprem-to-onprem.txt @@ -13,8 +13,6 @@ Connect Two Self-Managed Clusters :depth: 1 :class: twocols -.. include:: /includes/in-dev.rst - .. include:: /includes/fact-connect-intro This page provides instructions to connect self-managed clusters using diff --git a/source/index.txt b/source/index.txt index 3fa55e626..af21bc88e 100644 --- a/source/index.txt +++ b/source/index.txt @@ -6,8 +6,6 @@ Cluster-to-Cluster Sync .. default-domain:: mongodb -.. include:: /includes/in-dev.rst - {+c2c-product-name+} provides continuous data synchronization or a one-time data migration between MongoDB clusters. For notes and caveats on continuous sync, see the :ref:`` page. You can diff --git a/source/installation.txt b/source/installation.txt index 54c2b9592..bb1e3add2 100644 --- a/source/installation.txt +++ b/source/installation.txt @@ -11,8 +11,6 @@ Installation :depth: 1 :class: singlecol -.. include:: /includes/in-dev.rst - These documents provide instructions to install {+c2c-full-product-name+}. :ref:`c2c-install-linux` diff --git a/source/quickstart.txt b/source/quickstart.txt index 9950c3500..98746dee5 100644 --- a/source/quickstart.txt +++ b/source/quickstart.txt @@ -16,8 +16,6 @@ :depth: 2 :class: singlecol -.. include:: /includes/in-dev.rst - Overview -------- diff --git a/source/reference/versioning.txt b/source/reference/versioning.txt index f6d4d3bd6..fc985f801 100644 --- a/source/reference/versioning.txt +++ b/source/reference/versioning.txt @@ -12,8 +12,6 @@ :depth: 2 :class: singlecol -.. include:: /includes/in-dev.rst - {+c2c-product-name+} uses `Semantic Versioning 2.0.0 `__. Version numbers have the form ``X.Y.Z``, where ``X`` is the major version, ``Y`` is the minor version, and ``Z`` is the diff --git a/source/release-notes/1.10.txt b/source/release-notes/1.10.txt deleted file mode 100644 index 58842d615..000000000 --- a/source/release-notes/1.10.txt +++ /dev/null @@ -1,20 +0,0 @@ -.. _c2c-release-notes-1.10: - -================================ -Release Notes for mongosync 1.10 -================================ - -.. default-domain:: mongodb - -.. contents:: On this page - :local: - :backlinks: none - :depth: 2 - :class: singlecol - -.. include:: /includes/in-dev.rst - -.. _1.10.0-c2c-release-notes: - -This page describes changes and new features introduced in -{+c2c-full-product-name+} 1.10 and the {+c2c-full-beta-program+}. \ No newline at end of file From 9800d60c63da070ab1ccd8294040fe0068255b4c Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 15:58:17 -0500 Subject: [PATCH 3/5] * --- source/release-notes.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 6c5743819..7eb1c3bf2 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -11,11 +11,6 @@ more information on types of MongoDB releases, see To see changes in {+c2c-product-name+} releases, see the following release notes. -Upcoming Stable Release -~~~~~~~~~~~~~~~~~~~~~~~ - -- :ref:`c2c-release-notes-1.10` - Current Stable Release ~~~~~~~~~~~~~~~~~~~~~~ From 0399649030f3b3ba8cfa4741612489b01ee5ef85 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 15:59:48 -0500 Subject: [PATCH 4/5] * --- source/reference/versioning.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/reference/versioning.txt b/source/reference/versioning.txt index fc985f801..32111e70f 100644 --- a/source/reference/versioning.txt +++ b/source/reference/versioning.txt @@ -12,6 +12,7 @@ :depth: 2 :class: singlecol + {+c2c-product-name+} uses `Semantic Versioning 2.0.0 `__. Version numbers have the form ``X.Y.Z``, where ``X`` is the major version, ``Y`` is the minor version, and ``Z`` is the From 66e6890f5b19ab403af776bb110ff6890cfdf2c0 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 16:00:13 -0500 Subject: [PATCH 5/5] * --- source/release-notes.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 7eb1c3bf2..f260a7ccc 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -35,7 +35,6 @@ Previous Releases .. toctree:: :titlesonly: - 1.10 1.9 1.8 1.7