Skip to content

Commit 640e403

Browse files
authored
(DOCSP-43546) Release notes for 1.27.1 (#643)
* (DOCSP-43546) Release notes for 1.27.1 * Resolves build errors from removing dataLakes commands
1 parent e79d431 commit 640e403

File tree

2 files changed

+32
-14
lines changed

2 files changed

+32
-14
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

0 commit comments

Comments
 (0)