Skip to content

Commit c923db4

Browse files
davidhou17apix-bot[bot]elyse-mdb
authored
Merge master into v1.39 (#950)
* Project import generated by Copybara. (#911) GitOrigin-RevId: 3ac938e40754b2098667d6bb768d1c718896f2dd Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com> * (DOCSP-47687): Adds Atlas CLI release notes for v1.39 (#945) * Adds Atlas CLI release notes * Apply suggestions from code review Co-authored-by: Elyse Foreman <[email protected]> --------- Co-authored-by: Elyse Foreman <[email protected]> --------- Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com> Co-authored-by: Elyse Foreman <[email protected]>
1 parent 38e03c9 commit c923db4

File tree

6 files changed

+16
-17
lines changed

6 files changed

+16
-17
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.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.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.39 -> master
5-
symlink: stable -> v1.38
4+
symlink: v1.40 -> master
5+
symlink: stable -> v1.39
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.38.0"
32+
atlas-cli-version = "1.39.0"
3333
ak8so = "Atlas Kubernetes Operator"
3434
atlas-sp = "Atlas Stream Processing"
3535
avs = "Atlas Vector Search"

source/atlas-cli-changelog.txt

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

17+
.. _atlas-cli-1.39.0:
18+
19+
{+atlas-cli+} 1.39.0
20+
--------------------
21+
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+}.
24+
- Adds the ``--watch`` flag to multiple auto-generated commands.
25+
- Releases the {+atlas-cli+} Kubernetes plugin. Any Kubernetes commands now use
26+
the automatically installed plugin.
27+
1728
.. _atlas-cli-1.38.0:
1829

1930
{+atlas-cli+} 1.38.0

source/command/atlas-kubernetes-config-generate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Options
6060
* - --operatorVersion
6161
- string
6262
- false
63-
- Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.6.0".
63+
- Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.7.0".
6464
* - --orgId
6565
- string
6666
- false

source/command/atlas-kubernetes.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ Options
3131
-
3232
- false
3333
- help for kubernetes
34-
35-
Inherited Options
36-
-----------------
37-
38-
.. list-table::
39-
:header-rows: 1
40-
:widths: 20 10 10 60
41-
42-
* - Name
43-
- Type
44-
- Required
45-
- Description
4634
* - -P, --profile
4735
- string
4836
- false

0 commit comments

Comments
 (0)