File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ system:
29
29
- ' sphinx_local.yaml'
30
30
- htaccess : ['htaccess.yaml']
31
31
version :
32
- release : ' 1.21 .0'
32
+ release : ' 1.22 .0'
33
33
branch : ' master'
34
34
assets :
35
35
- branch : master
Original file line number Diff line number Diff line change 1
1
define: base https://docs.mongodb.com/mongocli
2
- define: versions 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 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 master
2
+ define: versions 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 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 master
3
3
4
4
raw: mongocli/ -> ${base}/stable/
5
5
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ data-lake-store = "data store"
177
177
default-profile = " :ref:`default profile <mcli-profiles>`"
178
178
mcli = " MongoDB CLI"
179
179
mcli-long = " MongoDB Command Line Interface (``mongocli``)"
180
- mcli-version = " 1.21 .0"
180
+ mcli-version = " 1.22 .0"
181
181
mdbagent = " MongoDB Agent"
182
182
mdbVersion = " 5.0"
183
183
mongosh = " :binary:`~bin.mongosh`"
Original file line number Diff line number Diff line change @@ -14,6 +14,25 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ .. _mcli_1.22.0:
18
+
19
+ {+mcli+} 1.22.0
20
+ -------------------
21
+
22
+ *Released 2022-02-03*
23
+
24
+ - |onprem|: Fixes an issue when parsing the automation config under
25
+ certain conditions.
26
+ - |service|: Adds support for a ``--currentIp`` flag to the
27
+ :ref:`mongocli-atlas-accessLists` command with ``ipAddress`` type.
28
+ - |onprem| and |cloud-short|: Adds pagination support to listing agents
29
+ - Improves flag validation for metrics commands.
30
+ - |service|: Adds support for Private Link for Data Lake and Online
31
+ Archive.
32
+ - |service|: Adds support for Google Private Service Connect.
33
+ - Updates the :ref:`mongocli-iam-projects-create` command to support
34
+ creating a project with no default alerts configured.
35
+
17
36
.. _mcli_1.21.0:
18
37
19
38
{+mcli+} 1.21.0
You can’t perform that action at this time.
0 commit comments