Skip to content

Commit 8ea0478

Browse files
committed
(DOCSP-36581): Backport DOCSP-36568 to v1.31 (#879)
* (DOCSP-36568): Release notes, source constant updates for 1.31.3 * (DOCSP-36568): Set submodule to v1.31.2 * (DOCSP-36568): Set submodule to v1.31.3 * (DOCSP-36568): Removed deprecated links.
1 parent af0852c commit 8ea0478

File tree

4 files changed

+37
-20
lines changed

4 files changed

+37
-20
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ toc_landing_pages = [
167167
]
168168

169169
[constants]
170+
atlas-cli = "Atlas CLI"
170171
aagent = "Automation Agent"
171172
cloudgov = ":atlas:`MongoDB Atlas for Government </government>`"
172173
cloudgov-short = "AtlasGov"
@@ -177,7 +178,7 @@ data-lake-store = "data store"
177178
default-profile = ":ref:`default profile <mcli-profiles>`"
178179
mcli = "MongoDB CLI"
179180
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
180-
mcli-version = "1.31.1"
181+
mcli-version = "1.31.3"
181182
mdbagent = "MongoDB Agent"
182183
mdbVersion = "6.0"
183184
mongosh = ":binary:`~bin.mongosh`"

source/configure/custom-output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Examples
7272
`````````````````````````````````````````````````
7373

7474

75-
The following :ref:`mongocli-atlas-clusters-describe` command
75+
The following ``mongocli-atlas-clusters-describe`` command
7676
uses the template to retrieve the connection string for an
7777
|service| cluster named ``getStarted``. It uses the default
7878
profile for accessing |service|.
@@ -241,7 +241,7 @@ Return the status of a private endpoint
241241

242242
In the following example, a user retrieves information for a
243243
private endpoint with
244-
:ref:`mongocli-atlas-privateEndpoints-aws-describe`. The ``json-path``
244+
``mongocli-atlas-privateEndpoints-aws-describe``. The ``json-path``
245245
expression limits the output to the ``status`` field of the root
246246
element.
247247

source/release-notes.txt

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

17+
.. _mcli_1.31.3:
18+
19+
{+mcli+} 1.31.3
20+
------------------
21+
22+
*Released 2024-02-08*
23+
24+
- Fixes a bug in the release process.
25+
26+
.. _mcli_1.31.2:
27+
28+
{+mcli+} 1.31.2
29+
------------------
30+
31+
*Released 2024-02-08*
32+
33+
- Updates the ``mongocli-atlas-clusters-create`` command when
34+
you don't use the ``--watch`` flag.
35+
1736
.. _mcli_1.31.1:
1837

1938
{+mcli+} 1.31.1
@@ -95,9 +114,9 @@ Release Notes for {+mcli-long+}
95114
- Adds support for cluster termination protection.
96115

97116
- To enable cluster termination protection, run
98-
:ref:`mongocli-atlas-clusters-create` or :ref:`mongocli-atlas-clusters-update`
117+
``mongocli-atlas-clusters-create`` or ``mongocli-atlas-clusters-update``
99118
with the ``--enableTerminationProtection`` option.
100-
- To disable cluster termination protection, run :ref:`mongocli-atlas-clusters-update`
119+
- To disable cluster termination protection, run ``mongocli-atlas-clusters-update``
101120
with the ``--disableTerminationProtection`` option.
102121

103122
- Improves help text and documentation for multiple commands.
@@ -252,7 +271,7 @@ Release Notes for {+mcli-long+}
252271
- |onprem|: Fixes an issue when parsing the automation config under
253272
certain conditions.
254273
- |service|: Adds support for a ``--currentIp`` flag to the
255-
:ref:`mongocli-atlas-accessLists` command with ``ipAddress`` type.
274+
``mongocli-atlas-accessLists`` command with ``ipAddress`` type.
256275
- |onprem| and |cloud-short|: Adds pagination support to listing agents
257276
- Improves flag validation for metrics commands.
258277
- |service|: Adds support for Private Link for Data Lake and Online
@@ -327,7 +346,7 @@ New Features
327346

328347
- Adds support for creating |service| ``M0`` cluster using the
329348
``mongocli-atlas-quickstart`` and
330-
:ref:`mongocli-atlas-clusters-create` commands.
349+
``mongocli-atlas-clusters-create`` commands.
331350
- Adds support for creating serverless |service| clusters.
332351
- Adds support for downloading |service| access logs.
333352
- Adds support for enabling |service| management of the slow operation
@@ -379,7 +398,7 @@ Fixes and Improvements
379398
The file format for creating |service| clusters with a JSON file has changed to support
380399
``Advanced Clusters``. You can specify a
381400
cluster configuration file with the ``--file`` flag in the
382-
:ref:`mongocli-atlas-clusters-create` and :ref:`mongocli-atlas-clusters-update` commands.
401+
``mongocli-atlas-clusters-create`` and ``mongocli-atlas-clusters-update`` commands.
383402

384403
New Features
385404
~~~~~~~~~~~~
@@ -454,7 +473,7 @@ Fixes and Improvements
454473
~~~~~~~~~~~~~~~~~~~~~~
455474

456475
- Fixes the default authentication database for the LDAP ``GROUP`` type
457-
when :ref:`creating database users <mongocli-atlas-dbusers-create>`.
476+
when creating database users.
458477

459478
- Database users created with the :ref:`quick start <mcli-quick-start>`
460479
command now have their passwords validated for increased security.
@@ -553,7 +572,7 @@ New Features
553572
~~~~~~~~~~~~
554573

555574
- Adds an option to enable the |bic-short| when you deploy |service|
556-
clusters using the :ref:`mongocli-atlas-clusters-create` command.
575+
clusters using the ``mongocli-atlas-clusters-create`` command.
557576
- Adds support for ``mongosqld`` logs.
558577

559578
Fixes and Improvements
@@ -813,7 +832,7 @@ Bug Fixes and Improvements
813832
New Features
814833
~~~~~~~~~~~~
815834

816-
- Adds support for :ref:`Atlas Search <mongocli-atlas-clusters-search>`.
835+
- Adds support for Atlas Search.
817836
- Adds support for X.509 configurations in |service|.
818837
- Adds support for X.509 database users in |service|.
819838
- Adds support for |aws| IAM database users in |service|.
@@ -835,8 +854,8 @@ Bug Fixes and Improvements
835854
New Features
836855
~~~~~~~~~~~~
837856

838-
- Adds support for :ref:`Atlas Online Archive <mongocli-atlas-clusters-onlineArchives>`.
839-
- Adds support for :ref:`Atlas Data Lake <mongocli-atlas-dataLakes>`.
857+
- Adds support for Atlas Online Archive.
858+
- Adds support for Atlas Data Lake.
840859

841860
Bug Fixes and Improvements
842861
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -865,15 +884,12 @@ Command Improvements
865884

866885
With this release, you can:
867886

868-
- :ref:`Create access list entries in Atlas
869-
<mongocli-atlas-accessLists-create>` that expire at the date and
887+
- Create access list entries in Atlas that expire at the date and
870888
time you provide.
871889

872-
- :ref:`Create sharded clusters in Atlas
873-
<mongocli-atlas-clusters-create>` using command-line options.
890+
- Create sharded clusters in Atlas using command-line options.
874891

875-
- :ref:`Create sharded clusters in Ops Manager
876-
<mongocli-ops-manager-clusters-create>` using a configuration file.
892+
- Create sharded clusters in Ops Manager using a configuration file.
877893

878894
.. _mcli_1.0.0:
879895

submodules/mongocli

0 commit comments

Comments
 (0)