Skip to content

Commit f1b7139

Browse files
(DOCSP-14879): mongocli v1.13 release notes (#490)
* (DOCSP-14979): mongocli v1.13 release notes * (DOCSP-14879): fix redirects file * (DOCSP-14879): tech review feedback
1 parent 0122d4c commit f1b7139

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: base https://docs.mongodb.com/mongocli
2-
define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 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 master
3-
symlink: v1.12 -> master
2+
define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 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 master
3+
symlink: v1.14 -> master
44
symlink: upcoming -> master
5-
symlink: stable -> v1.11
5+
symlink: stable -> v1.13
66

77
raw: mongocli/ -> ${base}/stable
88

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data-lake-store = "data store"
1515
default-profile = ":ref:`default profile <mcli-profiles>`"
1616
mcli = "MongoDB CLI"
1717
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
18-
mcli-version = "1.12.0"
18+
mcli-version = "1.13.0"
1919
mdbagent = "MongoDB Agent"
2020
mdbVersion = "4.4"
2121

source/release-notes.txt

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

17+
.. _mcli+_1.13.0:
18+
19+
{+mcli+} 1.13.0
20+
-------------------------------
21+
22+
*Released 2021-02-25*
23+
24+
New Features
25+
~~~~~~~~~~~~
26+
27+
- Adds an option to enable the |bic-short| when you deploy |service|
28+
clusters using the :ref:`mcli-atlas-cluster-create-command` command.
29+
- Adds support for ``mongosqld`` logs.
30+
31+
Fixes and Improvements
32+
~~~~~~~~~~~~~~~~~~~~~~
33+
34+
- Fixes a bug when appending privileges to an existing custom database
35+
role.
36+
- Correctly defines required flags for the
37+
:ref:`mcli-om-backup-restore-start-cmd` and
38+
:ref:`mcli-cm-backup-restore-start-cmd` commands.
39+
- Improves the :ref:`config command <mcli-reference-configuration>`
40+
output to:
41+
42+
- Match output format for other commands.
43+
- Accept the ``--output`` option.
1744

1845
.. _mcli+_1.12.0:
1946

0 commit comments

Comments
 (0)