Skip to content

Commit cef19db

Browse files
authored
(DOCSP-22376) Release notes and source constants update for 1.25.0 (#751)
* (DOCSP-22376) Release notes and source constants update for 1.25.0 * Updates redirects * Set submodule to v1.25.0
1 parent 09254d2 commit cef19db

File tree

5 files changed

+43
-5
lines changed

5 files changed

+43
-5
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '1.24.1'
32+
release: '1.25.0'
3333
branch: 'master'
3434
assets:
3535
- branch: master

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 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 1.24 master
44

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

snooty.toml

Lines changed: 2 additions & 2 deletions
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.24.1"
180+
mcli-version = "1.25.0"
181181
mdbagent = "MongoDB Agent"
182182
mdbVersion = "5.0"
183183
mongosh = ":binary:`~bin.mongosh`"
@@ -242,7 +242,7 @@ utc = ":abbr:`UTC (Coordinated Universal Time)`"
242242
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
243243

244244
[[banners]]
245-
targets = ["command/mongocli-atlas-*.txt"]
245+
targets = ["command/mongocli-atlas*.txt"]
246246
variant = "warning"
247247
value = """\
248248
``mongocli atlas`` commands are now deprecated because there's a new, \

source/release-notes.txt

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

17+
.. _mcli_1.25.0:
18+
19+
{+mcli+} 1.25.0
20+
-------------------
21+
22+
*Released 2022-04-28*
23+
24+
- Updates the deprecation message shown when running ``mongocli atlas``
25+
commands.
26+
27+
- Improves :ref:`mongocli-atlas-quickstart` commands:
28+
29+
- Clusters created using :ref:`mongocli-atlas-quickstart` now start
30+
with the cluster prefix and five digits.
31+
- :ref:`mongocli-atlas-quickstart` now displays a default cluster
32+
option before starting interactive setup.
33+
- {+mcli+} automatically identifies the ``mongosh`` path for
34+
``config`` and :ref:`mongocli-atlas-quickstart` commands.
35+
- Adds improvements to the flow and wording of interactive
36+
:ref:`mongocli-atlas-quickstart` commands.
37+
38+
- Adds new commands for Ops Manager and Cloud Manager:
39+
40+
- :ref:`mongocli-cloud-manager-logs-keyProviders-list` and
41+
:ref:`mongocli-ops-manager-logs-keyProviders-list`
42+
list the key provider configurations used to encrypt the audit logs.
43+
- :ref:`mongocli-cloud-manager-logs-decrypt` and
44+
:ref:`mongocli-ops-manager-logs-decrypt` decrypt
45+
audit logs that were encrypted using a local key or a server that supports Key Management Interoperability Protocol (KMIP).
46+
47+
- Adds an alias ``-`` as the standard output for the parameter
48+
``--outFor`` for the following commands:
49+
50+
- :ref:`mongocli-cloud-manager-logs-decrypt`
51+
- :ref:`mongocli-ops-manager-logs-decrypt`
52+
- :ref:`mongocli-ops-manager-serverUsage-download`
53+
54+
1755
.. _mcli_1.24.1:
1856

1957
{+mcli+} 1.24.1

submodules/mongocli

0 commit comments

Comments
 (0)