Skip to content

Commit 9a4656c

Browse files
DOCSP-46342 AtlasCLI 1.35.0 Release Notes (#808)
1 parent f92ec9f commit 9a4656c

File tree

4 files changed

+47
-5
lines changed

4 files changed

+47
-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.34", "v1.33", "v1.32", "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"],
5+
"targetBranchChoices": ["v1.35", "v1.34", "v1.33", "v1.32", "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 v1.26 v1.27 v1.28 v1.29 v1.30 v1.31 v1.32 v1.33 v1.34 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 v1.26 v1.27 v1.28 v1.29 v1.30 v1.31 v1.32 v1.33 v1.34 v1.35 master
33
symlink: upcoming -> master
4-
symlink: v1.35 -> master
5-
symlink: stable -> v1.34
4+
symlink: v1.36 -> master
5+
symlink: stable -> v1.35
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.34.0"
32+
atlas-cli-version = "1.35.0"
3333
ak8so = "Atlas Kubernetes Operator"
3434
atlas-sp = "Atlas Stream Processing"
3535
avs = "Atlas Vector Search"

source/atlas-cli-changelog.txt

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

17+
.. _atlas-cli-1.35.0:
18+
19+
{+atlas-cli+} 1.35.0
20+
--------------------
21+
22+
Released 09 January 2025
23+
24+
- Supports Flex Clusters in the following commands:
25+
26+
- :ref:`atlas-clusters-describe`
27+
- :ref:`atlas-clusters-create`
28+
- :ref:`atlas-clusters-update`
29+
- :ref:`atlas-clusters-list`
30+
- :ref:`atlas-clusters-upgrade`
31+
- :ref:`atlas-backups-snapshots-list`
32+
- :ref:`atlas-backups-snapshots-describe`
33+
- :ref:`atlas-backups-restores-list`
34+
- :ref:`atlas-backups-restores-describe`
35+
- :ref:`atlas-backups-restores-start`
36+
37+
- Adds :ref:`atlas-backups-snapshots-download` command to download
38+
Flex Cluster snapshots.
39+
- Deprecates the following:
40+
41+
- :ref:`atlas-serverless` commands
42+
- ``M1`` and ``M5`` tiers
43+
44+
.. tip::
45+
46+
:ref:`Redirect stderr <atlas-cli-redirect-stderr>` in your scripts
47+
to redirect command warnings and deprecation messages to a file.
48+
49+
- Fixes the following:
50+
51+
- Issue that caused
52+
:ref:`atlas-privateEndpoints-aws-interfaces-describe` command to
53+
return ``400``.
54+
- Issue that caused :ref:`atlas-setup` command to fail if
55+
``--mdbVersion`` flag was missing
56+
- Issue that caused the ``--watch`` flag to return token expired error
57+
for long running operation.
58+
1759
.. _atlas-cli-1.34.0:
1860

1961
{+atlas-cli+} 1.34.0

0 commit comments

Comments
 (0)