Skip to content

Commit df1482e

Browse files
authored
(DOCSP-26018) MongoCLI 1.27.0 release notes (#792)
* (DOCSP-26018) MongoCLI 1.27.0 release notes
1 parent 551989d commit df1482e

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '1.26.1'
32+
release: '1.27.0'
3333
branch: 'master'
3434
assets:
3535
- branch: master

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ data-lake-store = "data store"
177177
default-profile = ":ref:`default profile <mcli-profiles>`"
178178
mcli = "MongoDB CLI"
179179
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
180-
mcli-version = "1.26.1"
180+
mcli-version = "1.27.0"
181181
mdbagent = "MongoDB Agent"
182182
mdbVersion = "6.0"
183183
mongosh = ":binary:`~bin.mongosh`"
@@ -266,4 +266,4 @@ value = """\
266266
functionality doesn't include CLI commands. When we introduce a \
267267
new set of CLI commands for our new Data Lake functionality, we \
268268
will reach out to you to prevent any interruption of service.\
269-
"""
269+
"""

source/release-notes.txt

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

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+
1740
.. _mcli_1.26.1:
1841

1942
{+mcli+} 1.26.1
@@ -36,7 +59,7 @@ Release Notes for {+mcli-long+}
3659

3760
*Released 2022-08-18*
3861

39-
- Drops support for Ops Manager 4.4.
62+
- Removes support for Ops Manager 4.4.
4063
- Updates the help message for roles when using the
4164
:ref:`atlas-dbusers-create` command.
4265
- Fixes a bug that prevented option validation when using the

submodules/mongocli

0 commit comments

Comments
 (0)