Skip to content

Commit 04e6cdc

Browse files
sarahsimpersCopybara
andauthored
Backports command updates and release notes for v1.27 (#644)
* Project import generated by Copybara. (#640) GitOrigin-RevId: ed72504e9a49716f45c141b4e273e3a20f240dd4 Co-authored-by: Copybara <[email protected]> * (DOCSP-43546) Release notes for 1.27.1 (#643) * (DOCSP-43546) Release notes for 1.27.1 * Resolves build errors from removing dataLakes commands --------- Co-authored-by: Copybara <[email protected]>
1 parent 8f479e7 commit 04e6cdc

32 files changed

+45
-1884
lines changed

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.27.0"
32+
atlas-cli-version = "1.27.1"
3333
ak8so = "Atlas Kubernetes Operator"
3434
atlas-sp = "Atlas Stream Processing"
3535
avs = "Atlas Vector Search"

source/atlas-cli-changelog.txt

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

17+
.. _atlas-cli-1.27.1:
18+
19+
{+atlas-cli+} 1.27.1
20+
--------------------
21+
22+
Released 13 September 2024
23+
24+
Updates the :ref:`atlas-deployments` commands:
25+
26+
- :ref:`atlas-deployments` no longer displays an unnecessary warning
27+
when you specify ``--type atlas`` or you don't specify ``--type``.
28+
- :ref:`atlas-deployments` shows a warning if you use an unsupported
29+
version of Docker or Podman.
30+
- :ref:`atlas-deployments-setup` links to the docs from the
31+
description.
32+
- :ref:`atlas-deployments-setup` now shows ``autoassign`` instead of
33+
``0`` when you don't select a port during local deployment.
34+
1735
.. _atlas-cli-1.27.0:
1836

1937
{+atlas-cli+} 1.27.0
@@ -574,19 +592,19 @@ Released 25 May 2023
574592

575593
- Adds the following new commands to manage {+data-lake+} pipelines:
576594

577-
- :ref:`atlas-dataLakePipelines-create`
578-
- :ref:`atlas-dataLakePipelines-datasets-delete`
579-
- :ref:`atlas-dataLakePipelines-delete`
580-
- :ref:`atlas-dataLakePipelines-describe`
581-
- :ref:`atlas-dataLakePipelines-list`
582-
- :ref:`atlas-dataLakePipelines-pause`
583-
- :ref:`atlas-dataLakePipelines-runs-describe`
584-
- :ref:`atlas-dataLakePipelines-runs-list`
585-
- :ref:`atlas-dataLakePipelines-runs-watch`
586-
- :ref:`atlas-dataLakePipelines-start`
587-
- :ref:`atlas-dataLakePipelines-trigger`
588-
- :ref:`atlas-dataLakePipelines-update`
589-
- :ref:`atlas-dataLakePipelines-watch`
595+
- ``atlas dataLakePipelines create``
596+
- ``atlas dataLakePipelines datasets delete``
597+
- ``atlas dataLakePipelines delete``
598+
- ``atlas dataLakePipelines describe``
599+
- ``atlas dataLakePipelines list``
600+
- ``atlas dataLakePipelines pause``
601+
- ``atlas dataLakePipelines runs describe``
602+
- ``atlas dataLakePipelines runs list``
603+
- ``atlas dataLakePipelines runs watch``
604+
- ``atlas dataLakePipelines start``
605+
- ``atlas dataLakePipelines trigger``
606+
- ``atlas dataLakePipelines update``
607+
- ``atlas dataLakePipelines watch``
590608

591609
- Adds the following new commands to load and manage sample data:
592610

source/command/atlas-accessLogs-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Options
4545
- string
4646
- false
4747
- Name of the cluster. To learn more, see https://dochub.mongodb.org/core/create-cluster-api.
48+
49+
Mutually exclusive with --hostname.
4850
* - --end
4951
- string
5052
- false
@@ -57,6 +59,8 @@ Options
5759
- string
5860
- false
5961
- The fully qualified domain name (FQDN) of the target node that should receive the authentication attempt.
62+
63+
Mutually exclusive with --clusterName.
6064
* - --ip
6165
- string
6266
- false

source/command/atlas-clusters-create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Options
147147
- false
148148
- Flag that indicates whether to watch the command until it completes its execution or the watch times out. To set the time that the watch times out, use the --watchTimeout option.
149149
* - --watchTimeout
150-
- uint
150+
- int
151151
- false
152152
- Time in seconds until a watch times out. After a watch times out, the CLI no longer watches the command.
153153

source/command/atlas-clusters-delete.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Options
7474
- false
7575
- Flag that indicates whether to watch the command until it completes its execution or the watch times out. To set the time that the watch times out, use the --watchTimeout option.
7676
* - --watchTimeout
77-
- uint
77+
- int
7878
- false
7979
- Time in seconds until a watch times out. After a watch times out, the CLI no longer watches the command.
8080

source/command/atlas-clusters-search-nodes-create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Options
6262
- false
6363
- Flag that indicates whether to watch the command until it completes its execution or the watch times out.
6464
* - --watchTimeout
65-
- uint
65+
- int
6666
- false
6767
- Time in seconds until a watch times out. After a watch times out, the CLI no longer watches the command.
6868

source/command/atlas-clusters-search-nodes-delete.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Options
6262
- false
6363
- Flag that indicates whether to watch the command until it completes its execution or the watch times out.
6464
* - --watchTimeout
65-
- uint
65+
- int
6666
- false
6767
- Time in seconds until a watch times out. After a watch times out, the CLI no longer watches the command.
6868

source/command/atlas-clusters-search-nodes-update.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Options
6262
- false
6363
- Flag that indicates whether to watch the command until it completes its execution or the watch times out.
6464
* - --watchTimeout
65-
- uint
65+
- int
6666
- false
6767
- Time in seconds until a watch times out. After a watch times out, the CLI no longer watches the command.
6868

source/command/atlas-dataLakePipelines-availableSchedules-list.txt

Lines changed: 0 additions & 81 deletions
This file was deleted.

source/command/atlas-dataLakePipelines-availableSchedules.txt

Lines changed: 0 additions & 59 deletions
This file was deleted.

source/command/atlas-dataLakePipelines-availableSnapshots-list.txt

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)