Skip to content

Commit c3affea

Browse files
DOCSP-45147 v1.31 RNs, updates version source constant, and adds backport version. (#778)
* v1.31 RNs, updates version source constant, and adds backport version.
1 parent b5a0584 commit c3affea

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"repoOwner": "mongodb",
33
"repoName": "docs-atlas-cli",
44

5-
"targetBranchChoices": ["v1.30", "v1.29", "v1.28", "v1.27", "v1.26", "v1.25", "v1.24", "v1.23", "v1.22", "v1.21", "v1.20", "v1.19", "v1.18", "v1.17", "v1.16", "v1.15", "v1.14", "v1.13", "v1.12"],
5+
"targetBranchChoices": ["v1.31", "v1.30", "v1.29", "v1.28", "v1.27", "v1.26", "v1.25", "v1.24", "v1.23", "v1.22", "v1.21", "v1.20", "v1.19", "v1.18", "v1.17", "v1.16", "v1.15", "v1.14", "v1.13", "v1.12"],
66

77
"editor": "code",
88

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: base https://www.mongodb.com/docs/atlas/cli
2-
define: versions v1.0 v1.1 v1.2 v1.3 v1.4 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 1.26 1.27 1.28 1.29 master
2+
define: versions v1.0 v1.1 v1.2 v1.3 v1.4 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 1.26 1.27 1.28 1.29 1.30 master
33
symlink: upcoming -> master
4-
symlink: v1.30 -> master
5-
symlink: stable -> v1.29
4+
symlink: v1.31 -> master
5+
symlink: stable -> v1.30
66

77
raw: docs/atlas/cli/ -> ${base}/stable/
88
raw: docs/atlas/cli/stable/cluster-config-file -> ${base}/stable/reference/json/cluster-config-file

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ aagent = "Automation Agent"
2929
adf = "Atlas Data Federation"
3030
atlas-cli = "Atlas CLI"
3131
atlas-cli-full = "MongoDB Atlas CLI"
32-
atlas-cli-version = "1.30.0"
32+
atlas-cli-version = "1.31.0"
3333
ak8so = "Atlas Kubernetes Operator"
3434
atlas-sp = "Atlas Stream Processing"
3535
avs = "Atlas Vector Search"

source/atlas-cli-changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@
1414
:depth: 1
1515
:class: singlecol
1616

17+
.. _atlas-cli-1.31.0:
18+
19+
{+atlas-cli+} 1.31.0
20+
--------------------
21+
22+
Released 07 November 2024
23+
24+
- Disables the local dev :ref:`telemetry <telemetry>` when you disable
25+
the {+atlas-cli+} telemetry.
26+
- Adds the local dev image UUID data to :ref:`telemetry <telemetry>`.
27+
- Fixes a bug where |service| deployments didn't show up in some
28+
:ref:`atlas-deployments` commands.
29+
- Updates the progress message for the :ref:`atlas-deployments-setup` command.
30+
- Improves the UX for the :ref:`atlas-deployments-logs` command.
31+
- Removes the ``--watchTimeout`` flag from the
32+
:ref:`atlas-deployments-search-indexes-create` command.
33+
- Prompts to start a paused or stopped deployment for the
34+
:ref:`atlas-deployments-connect` command.
35+
- Updates the :ref:`atlas-deployments-setup` command output to quote the
36+
connection string.
37+
1738
.. _atlas-cli-1.30.0:
1839

1940
{+atlas-cli+} 1.30.0

0 commit comments

Comments
 (0)