Skip to content

Commit 55d1a1c

Browse files
authored
(DOCSP-37707) Adds release notes and release changes for v2.0.0 (#890)
* (DOCSP-37707) Adds release notes and release changes for v2.0.0 * Includes tech and copy review changes * Includes additional release notes from eng * Reorders release notes to put removed items higher in the list * Removes non-user-facing change
1 parent e8d2878 commit 55d1a1c

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
lines changed

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
define: prefix docs/mongocli
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.4.0 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28.1 v1.29 v1.30 v1.31 master
3+
define: versions v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.4.0 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28.1 v1.29 v1.30 v1.31 v1.32 master
44
symlink: upcoming -> master
5-
symlink: v1.32 -> master
6-
symlink: stable -> v1.31
5+
symlink: v2.0 -> master
6+
symlink: stable -> v1.32
77

88
raw: ${prefix}/ -> ${base}/stable/
99
raw: ${prefix} -> ${base}/stable/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ data-lake-store = "data store"
178178
default-profile = ":ref:`default profile <mcli-profiles>`"
179179
mcli = "MongoDB CLI"
180180
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
181-
mcli-version = "1.31.3"
181+
mcli-version = "2.0.0"
182182
mdbagent = "MongoDB Agent"
183183
mdbVersion = "6.0"
184184
mongosh = ":binary:`~bin.mongosh`"

source/release-notes.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,43 @@ Release Notes for {+mcli-long+}
1414
:depth: 1
1515
:class: singlecol
1616

17+
.. _mcli_2.0.0:
18+
19+
{+mcli+} 2.0.0
20+
------------------
21+
22+
*Released 2024-03-14*
23+
24+
- Fully deprecates ``atlas`` commands from {+mcli+}.
25+
26+
.. warning::
27+
28+
As of {+mcli+} version 2.0, ``mongocli atlas`` commands are
29+
unsupported. `Migrate to the Atlas CLI <https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/>`__
30+
to enjoy the same capabilities and the latest features.
31+
32+
- Removes the following {+mcli+} commands:
33+
34+
- ``mongocli cloud-manager performanceAdvisor slowOperationThreshold disable``
35+
- ``mongocli cloud-manager performanceAdvisor slowOperationThreshold enable``
36+
- ``mongocli cloud-manager performanceAdvisor slowOperationThreshold``
37+
- ``mongocli ops-manager performanceAdvisor slowOperationThreshold disable``
38+
- ``mongocli ops-manager performanceAdvisor slowOperationThreshold enable``
39+
- ``mongocli ops-manager performanceAdvisor slowOperationThreshold``
40+
41+
- Removes the following flags:
42+
43+
- ``--cm`` and ``--gov`` for :ref:`mongocli-auth-login`
44+
- ``currentIp`` for
45+
:ref:`mongocli-iam-organizations-apiKeys-accessLists-create`
46+
- ``--govCloudRegionsOnly`` for
47+
:ref:`mongocli-iam-projects-create`
48+
49+
- Removes the ``cloud`` and ``cloud-gov`` options for the :ref:`mongocli-config` ``--service`` flag.
50+
- Fixes a bug that prevented you from using the ``--file`` flag
51+
with the :ref:`mongocli-cloud-manager-clusters-update`
52+
and :ref:`mongocli-ops-manager-clusters-update` commands.
53+
1754
.. _mcli_1.31.3:
1855

1956
{+mcli+} 1.31.3

0 commit comments

Comments
 (0)