File tree Expand file tree Collapse file tree 4 files changed +29
-5
lines changed Expand file tree Collapse file tree 4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 61
61
'version' : version ,
62
62
'mcli' : 'MongoDB CLI' ,
63
63
'mcli-long' : 'MongoDB Command Line Interface (``mongocli``)' ,
64
- 'mcli-version' : '1.6 .0' ,
64
+ 'mcli-version' : '1.7 .0' ,
65
65
'mdbVersion' : '4.2' ,
66
66
'mdbagent' : 'MongoDB Agent' ,
67
67
'aagent' : 'Automation Agent' ,
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 master
3
- symlink: v1.7 -> 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 master
3
+ symlink: v1.8 -> master
4
4
symlink: upcoming -> master
5
- symlink: stable -> v1.6
5
+ symlink: stable -> v1.7
6
6
7
7
raw: mongocli/ -> ${base}/stable
8
8
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ aagent = "Automation Agent"
7
7
default-profile = " :ref:`default profile <mcli-profiles>`"
8
8
mcli = " MongoDB CLI"
9
9
mcli-long = " MongoDB Command Line Interface (``mongocli``)"
10
- mcli-version = " 1.6 .0"
10
+ mcli-version = " 1.7 .0"
11
11
mdbagent = " MongoDB Agent"
12
12
mdbVersion = " 4.2"
13
13
Original file line number Diff line number Diff line change @@ -14,6 +14,30 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ {+mcli+} 1.7.0
18
+ -------------------------------
19
+
20
+ *Released 2020-10-08*
21
+
22
+ New Features
23
+ ~~~~~~~~~~~~
24
+
25
+ - Adds support for updating the |onprem| version manifest.
26
+ - Adds support for managing |onprem| and |cloud-short| backup
27
+ configurations.
28
+ - Adds support for managing |onprem| backup blockstores.
29
+
30
+ Fixes and Improvements
31
+ ~~~~~~~~~~~~~~~~~~~~~~
32
+
33
+ - Fixes the Homebrew :ref:`installation <mcli-install>` for Linux
34
+ systems.
35
+ - When inviting a user and the ``--password`` option is not set,
36
+ {+mcli+} prompts for a password via standard input.
37
+ - When downloading logs, allows overwriting the destination file using
38
+ the ``--force`` option.
39
+ - Deprecates ``whitelist`` commands in favor of ``accessLists``.
40
+
17
41
{+mcli+} 1.6.0
18
42
-------------------------------
19
43
You can’t perform that action at this time.
0 commit comments