Skip to content

Commit 4236979

Browse files
authored
Merge pull request mongodb#60 from zach-carr/DOCSP-24168
(DOCSP-24168) AtlasCLI version 1.1.5
2 parents 5540147 + 051efcc commit 4236979

File tree

3 files changed

+82
-3
lines changed

3 files changed

+82
-3
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ toc_landing_pages = [
2525
aagent = "Automation Agent"
2626
atlas-cli = "Atlas CLI"
2727
atlas-cli-full = "MongoDB Atlas CLI"
28-
atlas-cli-version = "1.1.4"
28+
atlas-cli-version = "1.1.5"
2929
cloudgov = ":atlas:`MongoDB Atlas for Government </government>`"
3030
cloudgov-short = "AtlasGov"
3131
cluster = "cluster"

source/atlas-cli-changelog.txt

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,85 @@
1212
:depth: 1
1313
:class: singlecol
1414

15+
.. _atlas-cli-1.1.5:
16+
17+
{+atlas-cli+} 1.1.5
18+
-------------------
19+
20+
Released 2 August 2022
21+
22+
- Fixes a bug where :ref:`telemetry <telemetry>` tracking events were
23+
not propagated when a default profile was not set.
24+
25+
- Fixes a bug where it was not possible to
26+
filter organizations or projects by name during onboarding.
27+
28+
- Fixes a bug where some options were not validated on command
29+
:ref:`atlas-backups-restores` job start.
30+
31+
- Improves documentation and adds examples to
32+
:ref:`atlas-privateEndpoints-aws-describe`.
33+
34+
- Improves onboarding for users with more than 500 organizations.
35+
36+
- Improves the message when an operation completes in a free
37+
cluster. The message now directs users to an upgrade command.
38+
39+
- Updates the help message for roles in the :ref:`atlas-dbusers-create`
40+
command.
41+
42+
- Adds "Upgrade One Shared Tier Cluster" endpoint to Atlas Go Client.
43+
44+
- Adds new ``atlas projects`` commands:
45+
46+
- :ref:`atlas-projects-settings-update` updates settings of a
47+
given project.
48+
49+
- :ref:`atlas-projects-settings-describe` lists project settings.
50+
51+
- Adds new ``atlas clusters`` commands:
52+
53+
- :ref:`atlas-clusters-advancedSettings-describe` gets advanced
54+
settings for a cluster.
55+
56+
- :ref:`atlas-clusters-upgrade` upgrades a shared cluster to a
57+
dedicated one.
58+
59+
- Adds new ``atlas backups`` commands:
60+
61+
- :ref:`atlas-backups-exports-buckets-list` lists available backup
62+
export buckets.
63+
64+
- :ref:`atlas-backups-exports-buckets-describe` displays information
65+
about a backup export bucket.
66+
67+
- :ref:`atlas-backups-exports-buckets-create` creates an export
68+
destination for |service| backups using an existing bucket.
69+
70+
- :ref:`atlas-backups-exports-buckets-delete` deletes a given backup
71+
export bucket.
72+
73+
- :ref:`atlas-backups-exports-jobs-list` lists all export jobs for a
74+
project and cluster.
75+
76+
- :ref:`atlas-backups-exports-jobs-describe` displays information
77+
about a given export job.
78+
79+
- :ref:`atlas-backups-exports-jobs-create` creates a new export job
80+
in a given bucket.
81+
82+
- :ref:`atlas-backups-restores-describe` displays information about a
83+
given backup restore job.
84+
85+
- :ref:`atlas-backups-schedule-describe` displays the backup schedule
86+
of a cluster.
87+
88+
- :ref:`atlas-backups-schedule-update` updates the backup schedule of
89+
a cluster.
90+
91+
- :ref:`atlas-backups-schedule-delete` deletes all backup schedules
92+
for a cluster.
93+
1594
.. _atlas-cli-1.1.4:
1695

1796
{+atlas-cli+} 1.1.4
@@ -182,4 +261,4 @@ including managing:
182261

183262
For a complete list of available commands, see :doc:`</command/atlas>`.
184263

185-
To install this version, see :ref:`<install-atlas-cli>`.
264+
To install this version, see :ref:`<install-atlas-cli>`.

submodules/mongodb-atlas-cli

Submodule mongodb-atlas-cli updated 974 files

0 commit comments

Comments
 (0)