Skip to content

Commit 1e87641

Browse files
authored
release notes 1.40 (#951)
1 parent a0a83a3 commit 1e87641

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-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.39", "v1.38", "v1.37", "v1.36", "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"],
5+
"targetBranchChoices": ["v1.40", "v1.39", "v1.38", "v1.37", "v1.36", "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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: base https://www.mongodb.com/docs/atlas/cli
22
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 v1.36 v1.37 v1.38 master
33
symlink: upcoming -> master
4-
symlink: v1.40 -> master
5-
symlink: stable -> v1.39
4+
symlink: v1.41 -> master
5+
symlink: stable -> v1.40
66

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

source/atlas-cli-changelog.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,29 @@
1414
:depth: 1
1515
:class: singlecol
1616

17+
.. _atlas-cli-1.40.0:
18+
19+
{+atlas-cli+} 1.40.0
20+
--------------------
21+
22+
Released 27 Feb 2025
23+
24+
- Adds a warning when unused fields are provided when using the ``--file`` flag.
25+
- Improves the ``--file`` flag description to inform users that unsupported fields
26+
in JSON files are ignored.
27+
- Fixes a bug where plugins might override command aliases.
28+
1729
.. _atlas-cli-1.39.0:
1830

1931
{+atlas-cli+} 1.39.0
2032
--------------------
2133

22-
- Fixes a bug that prevented :ref:`atlas-backups-restores-start` from starting download restore jobs for advanced {+clusters+}.
23-
- Fixes a bug that prevented :ref:`atlas-backups-restores-watch` from working with download restore jobs for dedicated {+clusters+}.
34+
Released 18 Feb 2025
35+
36+
- Fixes a bug with :ref:`atlas-backups-restores-start` that prevented
37+
downloading restores for advanced {+clusters+}.
38+
- Fixes a bug with :ref:`atlas-backups-restores-watch` that prevented
39+
downloading restores for dedicated {+clusters+}.
2440
- Adds the ``--watch`` flag to multiple auto-generated commands.
2541
- Releases the {+atlas-cli+} Kubernetes plugin. Any Kubernetes commands now use
2642
the automatically installed plugin.

0 commit comments

Comments
 (0)