Skip to content

Commit 63f7119

Browse files
authored
(DOCSP-28643): Added the v1.29.0 release notes. (#812)
* (DOCSP-28643): Release notes, redirects, source constant updates for v1.29.0 * (DOCSP-28643): Set submodule to v1.29.0.
1 parent e5bdfd2 commit 63f7119

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"restructuredtext.linter.disabled": true,
3-
"restructuredtext.confPath": "${workspaceFolder}"
3+
"restructuredtext.confPath": "${workspaceFolder}",
4+
"esbonio.sphinx.confDir": "${workspaceFolder}"
45
}

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/mongocli
22
define: base https://www.mongodb.com/${prefix}
3-
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 v1.23 v1.24 v1.25 v1.26 v1.27 master
3+
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 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28.1 v1.29 master
44

55
raw: ${prefix}/ -> ${base}/stable/
66
raw: ${prefix} -> ${base}/stable/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ data-lake-store = "data store"
177177
default-profile = ":ref:`default profile <mcli-profiles>`"
178178
mcli = "MongoDB CLI"
179179
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
180-
mcli-version = "1.28.1"
180+
mcli-version = "1.29.0"
181181
mdbagent = "MongoDB Agent"
182182
mdbVersion = "6.0"
183183
mongosh = ":binary:`~bin.mongosh`"

source/release-notes.txt

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

17+
.. _mcli_1.29.0:
18+
19+
{+mcli+} 1.29.0
20+
------------------
21+
22+
*Released 2023-03-15*
23+
24+
- Improves autocomplete for output options.
25+
- Adds the ability to autocomplete available profiles.
26+
- Adds the ability to trigger an initial sync for a process.
27+
- :doc:`mongocli iam organizations apiKeys accessLists create
28+
</command/mongocli-iam-organizations-apiKeys-accessLists-create/>`
29+
adds an option to auto-detect the caller's current IP address.
30+
- Fixes a bug where the ``defaultRW`` setting for clusters was
31+
improperly set.
32+
- Fixes an error where JSONPath didn't render as valid JSON.
33+
1734
.. _mcli_1.28.1:
1835

1936
{+mcli+} 1.28.1

submodules/mongocli

0 commit comments

Comments
 (0)