File tree Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 1
1
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
4
4
symlink: upcoming -> master
5
- symlink: stable -> v1.11
5
+ symlink: stable -> v1.13
6
6
7
7
raw: mongocli/ -> ${base}/stable
8
8
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ data-lake-store = "data store"
15
15
default-profile = " :ref:`default profile <mcli-profiles>`"
16
16
mcli = " MongoDB CLI"
17
17
mcli-long = " MongoDB Command Line Interface (``mongocli``)"
18
- mcli-version = " 1.12 .0"
18
+ mcli-version = " 1.13 .0"
19
19
mdbagent = " MongoDB Agent"
20
20
mdbVersion = " 4.4"
21
21
Original file line number Diff line number Diff line change @@ -14,6 +14,33 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
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.
17
44
18
45
.. _mcli+_1.12.0:
19
46
You can’t perform that action at this time.
0 commit comments