From 5a82da3709a8987cb0433dcd611976d3c1c2be21 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 13:43:17 -0500 Subject: [PATCH] DOCSP-45321-1.10-in-dev --- 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