Skip to content

Commit 029f53c

Browse files
(DOCSP-12663): Release Notes v1.7.0 (#272)
* (DOCSP-12663): Release Notes v1.7.0 * typo fix
1 parent 48fce39 commit 029f53c

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-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.6.0',
64+
'mcli-version': '1.7.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 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
44
symlink: upcoming -> master
5-
symlink: stable -> v1.6
5+
symlink: stable -> v1.7
66

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

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aagent = "Automation Agent"
77
default-profile = ":ref:`default profile <mcli-profiles>`"
88
mcli = "MongoDB CLI"
99
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
10-
mcli-version = "1.6.0"
10+
mcli-version = "1.7.0"
1111
mdbagent = "MongoDB Agent"
1212
mdbVersion = "4.2"
1313

source/release-notes.txt

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

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+
1741
{+mcli+} 1.6.0
1842
-------------------------------
1943

0 commit comments

Comments
 (0)