File tree Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ system:
29
29
- ' sphinx_local.yaml'
30
30
- htaccess : ['htaccess.yaml']
31
31
version :
32
- release : ' 1.26.1 '
32
+ release : ' 1.27.0 '
33
33
branch : ' master'
34
34
assets :
35
35
- branch : master
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ data-lake-store = "data store"
177
177
default-profile = " :ref:`default profile <mcli-profiles>`"
178
178
mcli = " MongoDB CLI"
179
179
mcli-long = " MongoDB Command Line Interface (``mongocli``)"
180
- mcli-version = " 1.26.1 "
180
+ mcli-version = " 1.27.0 "
181
181
mdbagent = " MongoDB Agent"
182
182
mdbVersion = " 6.0"
183
183
mongosh = " :binary:`~bin.mongosh`"
@@ -266,4 +266,4 @@ value = """\
266
266
functionality doesn't include CLI commands. When we introduce a \
267
267
new set of CLI commands for our new Data Lake functionality, we \
268
268
will reach out to you to prevent any interruption of service.\
269
- """
269
+ """
Original file line number Diff line number Diff line change @@ -14,6 +14,29 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ .. _mcli_1.27.0:
18
+
19
+ {+mcli+} 1.27.0
20
+ ------------------
21
+
22
+ *Released 2022-10-20*
23
+
24
+ - Adds the :ref:`atlas-processes-describe` command.
25
+ - Adds the command :ref:`mongocli-config-edit` to open your
26
+ configuration file in your preferred editor.
27
+ - Adds the ability to download an unredacted Ops Manager usage report
28
+ with :ref:`mongocli-ops-manager-serverUsage-download`.
29
+ - Improves help text for the :ref:`atlas-backups-snapshots-create`
30
+ command.
31
+ - Adds support for Debian 11.
32
+ - Removes support for Debian 9.
33
+ - ARM binaries are now available to install via ``apt``, ``yum`` and
34
+ ``dnf``.
35
+ - Fixes a bug where {+mcli+} would not store login information when
36
+ exiting setup early.
37
+ - Fixes a pagination bug for server usage commands.
38
+ - Fixes a user invitation bug.
39
+
17
40
.. _mcli_1.26.1:
18
41
19
42
{+mcli+} 1.26.1
@@ -36,7 +59,7 @@ Release Notes for {+mcli-long+}
36
59
37
60
*Released 2022-08-18*
38
61
39
- - Drops support for Ops Manager 4.4.
62
+ - Removes support for Ops Manager 4.4.
40
63
- Updates the help message for roles when using the
41
64
:ref:`atlas-dbusers-create` command.
42
65
- Fixes a bug that prevented option validation when using the
You can’t perform that action at this time.
0 commit comments