File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Expand file tree Collapse file tree 4 files changed +25
-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.8 .0' ,
64
+ 'mcli-version' : '1.9 .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 v1.7 v1.8 master
3
- symlink: v1.9 -> 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 master
3
+ symlink: v1.10 -> master
4
4
symlink: upcoming -> master
5
- symlink: stable -> v1.8
5
+ symlink: stable -> v1.9
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.8 .0"
18
+ mcli-version = " 1.9 .0"
19
19
mdbagent = " MongoDB Agent"
20
20
mdbVersion = " 4.2"
21
21
Original file line number Diff line number Diff line change @@ -14,6 +14,26 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ {+mcli+} 1.9.0
18
+ -------------------------------
19
+
20
+ *Released 2020-11-27*
21
+
22
+ New Features
23
+ ~~~~~~~~~~~~
24
+ - Adds support for fully removing a cluster from |com|.
25
+
26
+ Fixes and Improvements
27
+ ~~~~~~~~~~~~~~~~~~~~~~
28
+ - Fixes an issue where the feature compatibility was not properly set
29
+ when reusing the output of ``cluster describe`` for |com|.
30
+ - Fixes an issue where some process settings were not kept when
31
+ updating a cluster in |com|.
32
+ - Removes the deprecrated ``unique`` and ``background`` index options
33
+ from the rolling index commands.
34
+ - Displays example usage if you run a command with incorrect parameters.
35
+
36
+
17
37
{+mcli+} 1.8.0
18
38
-------------------------------
19
39
You can’t perform that action at this time.
0 commit comments