Skip to content

Commit 78a130d

Browse files
(DOCSP-13395): Release Notes v1.9.0 (#335)
* (DOCSP-13395): Release Notes v1.9.0 * Copy/tech review
1 parent b2a3350 commit 78a130d

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'version': version,
6262
'mcli': 'MongoDB CLI',
6363
'mcli-long': 'MongoDB Command Line Interface (``mongocli``)',
64-
'mcli-version': '1.8.0',
64+
'mcli-version': '1.9.0',
6565
'mdbVersion': '4.2',
6666
'mdbagent': 'MongoDB Agent',
6767
'aagent': 'Automation Agent',

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 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
44
symlink: upcoming -> master
5-
symlink: stable -> v1.8
5+
symlink: stable -> v1.9
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.8.0"
18+
mcli-version = "1.9.0"
1919
mdbagent = "MongoDB Agent"
2020
mdbVersion = "4.2"
2121

source/release-notes.txt

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

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+
1737
{+mcli+} 1.8.0
1838
-------------------------------
1939

0 commit comments

Comments
 (0)