Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCSP-46777): Updated for the v1.36.0 release. #843

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"repoOwner": "mongodb",
"repoName": "docs-atlas-cli",

"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"],
"targetBranchChoices": ["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"],

"editor": "code",

Expand Down
6 changes: 3 additions & 3 deletions config/redirects
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
define: base https://www.mongodb.com/docs/atlas/cli
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
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 master
symlink: upcoming -> master
symlink: v1.36 -> master
symlink: stable -> v1.35
symlink: v1.37 -> master
symlink: stable -> v1.37

raw: docs/atlas/cli/ -> ${base}/stable/
raw: docs/atlas/cli/stable/cluster-config-file -> ${base}/stable/reference/json/cluster-config-file
Expand Down
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ aagent = "Automation Agent"
adf = "Atlas Data Federation"
atlas-cli = "Atlas CLI"
atlas-cli-full = "MongoDB Atlas CLI"
atlas-cli-version = "1.35.0"
atlas-cli-version = "1.36.0"
ak8so = "Atlas Kubernetes Operator"
atlas-sp = "Atlas Stream Processing"
avs = "Atlas Vector Search"
Expand Down
14 changes: 14 additions & 0 deletions source/atlas-cli-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
:depth: 1
:class: singlecol

.. _atlas-cli-1.36.0:

{+atlas-cli+} 1.36.0
--------------------

Released 23 January 2025

- Fixes a bug when restoring backups for clusters.
- Improves help text clarity when deleting a search node.
- Fixes ``--help`` texts to contain short and long descriptions.
Previously, only a long description was shown.
- Atlas CLI plugins now also support installing pre-release versions of
plugins, for example, ``my-repo/[email protected]``.

.. _atlas-cli-1.35.0:

{+atlas-cli+} 1.35.0
Expand Down