Skip to content

Commit 021ca29

Browse files
DOCSP-30693: update release notes with breaking changes (#154)
* DOCSP-30693: update release notes with breaking changes * tech review feedback * added jq template * DOCSP-30760: 1.7.4 release notes * set submodule to v1.7.4
1 parent 563b63e commit 021ca29

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ toc_landing_pages = [
2727
aagent = "Automation Agent"
2828
atlas-cli = "Atlas CLI"
2929
atlas-cli-full = "MongoDB Atlas CLI"
30-
atlas-cli-version = "1.7.3"
30+
atlas-cli-version = "1.7.4"
3131
ak8so = "Atlas Kubernetes Operator"
3232
cloudgov = ":atlas:`MongoDB Atlas for Government </government>`"
3333
cloudgov-short = "AtlasGov"

source/atlas-cli-changelog.txt

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

17+
.. _atlas-cli-1.7.4:
18+
19+
{+atlas-cli+} 1.7.4
20+
-------------------
21+
22+
Released 15 June 2023
23+
24+
- Adds the ``--compact`` flag to compact the output of specific ``list``
25+
commands. This ensures backwards compatibility with {+atlas-cli+}
26+
releases prior to 1.7.0.
27+
28+
Use this flag with the ``--output json`` or ``--output json-format``
29+
flags to return an array that contains list items as output for the
30+
following commands:
31+
32+
- :ref:`atlas-teams-list`
33+
- :ref:`atlas-dbusers-certs-list`
34+
- :ref:`atlas-dbusers-list`
35+
- :ref:`atlas-projects-apiKeys-list`
36+
- :ref:`atlas-organizations-apiKeys-list`
37+
- :ref:`atlas-projects-users-list`
38+
- :ref:`atlas-processes-list`
39+
- :ref:`atlas-alerts-settings-list`
40+
41+
- Introduces custom handling for valid ISO-8601 timestamps.
42+
1743
.. _atlas-cli-1.7.3:
1844

1945
{+atlas-cli+} 1.7.3
@@ -32,6 +58,17 @@ Released 9 June 2023
3258

3359
Released 7 June 2023
3460

61+
- Introduces a breaking change to the :ref:`atlas-alerts-settings-list`
62+
command that modifies its ``--output json`` response structure.
63+
64+
Use the nested ``.results`` object to access the previous response
65+
structure. Use the following ``jq`` template to migrate affected
66+
scripts:
67+
68+
.. code-block:: sh
69+
70+
jq '.' ...`` => ``jq '.results' ...
71+
3572
- Fixes an issue that caused the :ref:`atlas-clusters-search-indexes-create` command to
3673
incorrectly handle a multikey index.
3774
- Fixes an issue with the :ref:`atlas-performanceAdvisor-slowQueryLogs` command where the
@@ -59,6 +96,25 @@ Released 31 May 2023
5996

6097
Released 25 May 2023
6198

99+
- Introduces a breaking change to the following commands
100+
that modifies their ``--output json`` response structures:
101+
102+
- :ref:`atlas-teams-list`
103+
- :ref:`atlas-dbusers-certs-list`
104+
- :ref:`atlas-dbusers-list`
105+
- :ref:`atlas-projects-apiKeys-list`
106+
- :ref:`atlas-organizations-apiKeys-list`
107+
- :ref:`atlas-projects-users-list`
108+
- :ref:`atlas-processes-list`
109+
110+
Use the nested ``.results`` object to access the previous response
111+
structure. Use the following ``jq`` template to migrate affected
112+
scripts:
113+
114+
.. code-block:: sh
115+
116+
jq '.' ...`` => ``jq '.results' ...
117+
62118
- Adds the :ref:`atlas-kubernetes-operator-install` command to install
63119
the :atlas:`{+ak8so+} </atlas-operator>`.
64120

submodules/mongodb-atlas-cli

Submodule mongodb-atlas-cli updated 79 files

0 commit comments

Comments
 (0)