Docs Menu
Docs Home
/ /
Atlas CLI

Atlas CLI Changelog

On this page

  • Atlas CLI 1.26.0
  • Atlas CLI 1.25.0
  • Atlas CLI 1.24.0
  • Atlas CLI 1.23.0
  • Atlas CLI 1.22.0
  • Atlas CLI 1.21.0
  • Atlas CLI 1.20.0
  • Atlas CLI 1.19.0
  • Atlas CLI 1.18.0
  • Atlas CLI 1.17.0
  • Atlas CLI 1.16.0
  • Atlas CLI 1.15.1
  • Atlas CLI 1.15.0
  • Atlas CLI 1.14.3
  • Atlas CLI 1.14.2
  • Atlas CLI 1.14.1
  • Atlas CLI 1.14.0
  • Atlas CLI 1.13.0
  • Atlas CLI 1.12.2
  • Atlas CLI 1.12.1
  • Atlas CLI 1.12.0
  • Atlas CLI 1.11.0
  • Atlas CLI 1.10.0
  • Atlas CLI 1.9.2
  • Atlas CLI 1.9.1
  • Atlas CLI 1.9.0
  • Atlas CLI 1.8.0
  • Atlas CLI 1.7.4
  • Atlas CLI 1.7.3
  • Atlas CLI 1.7.2
  • Atlas CLI 1.7.1
  • Atlas CLI 1.7.0
  • Atlas CLI 1.6.0
  • Atlas CLI 1.5.1
  • Atlas CLI 1.5.0
  • Atlas CLI 1.4.0
  • Atlas CLI 1.3.0
  • Atlas CLI 1.2.1
  • Atlas CLI v1.2.0
  • Atlas CLI 1.1.7
  • Atlas CLI 1.1.6
  • Atlas CLI 1.1.5
  • Atlas CLI 1.1.4
  • Atlas CLI 1.1.3
  • Atlas CLI 1.1.2

Released 25 July 2024

Released 11 July 2024

Released 20 June 2024

Released 23 May 2024

Released 3 May 2024

Released 26 April 2024

Released 11 April 2024

Released 3 April 2024

Released 27 March 2024

  • Fixes a bug in the atlas events projects list, atlas projects list and atlas events organizations list commands where an invalid minDate and maxDate silently failed and didn't apply to the command.

  • Fixes an issue where the Atlas CLI didn't sign Windows binaries.

  • Fixes an issue where the Atlas CLI didn't apply the correct default MongoDB version for cluster creation.

  • Fixes a bug where the atlas customDbRoles create command fails if you provide more than one privilege with the same action.

  • Fixes an issue where exporting a cluster from Atlas to Atlas Kubernetes Operator YAML didn't exclude read only fields for shared tenant deployments.

Released 14 March 2024

  • Fixes an issue where atlas customDbRoles commands didn't handle collection names with dots (.) properly.

  • Adds the --omitCount flag to all the list commands that support pagination.

  • Adds the --file flag to the atlas clusters indexes create command.

Released 07 March 2024

Released 29 February 2024

  • Fixes an issue where the atlas auth login command fails to prompt for the default organization.

Released 22 February 2024

Released 8 February 2024

Released 30 January 2024

  • Improves the validation of invalid profile names.

Released 18 January 2024

  • Fixes an issue that prevented upgrading from a lower to a higher shared tier.

  • Fixes the template for privateEndpoint commands.

Released 6 December 2023

Released 17 November 2023

Released 20 October 2023

Released 26 September 2023

  • Updates the Atlas Search Docker image for local deployments.

Released 22 September 2023

Released 14 September 2023

  • Fixes an issue that occurred when you created x509 certs for database users. The command didn't output the certificate. If you depend on the previously incorrect output, this update is a breaking change.

  • atlas alerts settings create and update commands perform validation that helps you formulate all required arguments for each alert type.

  • Fixes a bug where the atlas projects list command ignored the --orgId flag.

  • Fixes an issue that occurred while running cloud provider access commands.

  • Supports configuring alerts with a file. To learn more, see .

Released 26 July 2023

Released 20 July 2023

Released 5 July 2023

Important

This is the last Atlas CLI release to be available on the MongoDB server 4.2 Linux repositories for Debian, Ubuntu and RHEL.

  • Adds the ability to set up Microsoft Teams alert notifications with the atlas alerts settings create command.

  • Fixes the following issues:

    • An error when trying to create project API keys.

    • Users were unable to remove cluster tags.

Released 29 June 2023

Released 18 June 2023

Released 15 June 2023

Released 9 June 2023

Released 7 June 2023

  • Introduces a breaking change to the atlas alerts settings list command that modifies its --output json response structure.

    Use the nested .results object to access the previous response structure. Use the following jq template to migrate affected scripts:

    jq '.' ...`` => ``jq '.results' ...
  • Fixes an issue that caused the atlas clusters search indexes create command to incorrectly handle a multikey index.

  • Fixes an issue with the atlas performanceAdvisor slowQueryLogs command where the output didn't display correctly in tabular form.

  • Adds the --tag flag to the commands atlas clusters create, atlas clusters update, and atlas clusters upgrade. The --tag flag lets you create and use tags to categorize your clusters.

Released 31 May 2023

  • Updates help text for update commands that include arrays to clarify that certain flags replace data instead of append data.

  • Fixes a bug in the atlas metrics processes command that caused an error when using the --type filter.

Released 25 May 2023

Released 30 March 2023

Released 16 February 2023

  • Fixes a bug in the atlas kubernetes config generate command that could produce AtlasDatabaseUser resources with the same resource name for different users.

  • Improves help text and documentation for multiple commands.

Released 9 February 2023

  • Updates the atlas config describe command to no longer redact public API keys.

  • Updates the default output format for the atlas customDbRoles list command to include inherited roles.

  • Deprecates the atlas-integrations-create-NEW_RELIC command.

  • Adds support for cluster termination protection.

  • Improves help text and documentation for multiple commands.

Released 5 December 2022

Released 17 November 2022

Released 14 October 2022

  • Fixes internal release tooling.

  • Makes ARM binaries available for installation with apt, yum and dnf.

  • Adds support for Debian 11.

Released 14 October 2022

Released 18 August 2022

Released 18 August 2022

  • Adds digital signatures for .exe binaries for Windows.

  • Adds digital signatures for .msi packages.

Released 2 August 2022

Released 16 June 2022

Released 13 June 2022

  • Improves the atlas quickstart command:

    • Prompts you to log in if you aren't already logged in.

    • Clarifies an error message when no regions are found for a given cloud provider.

  • Improves telemetry:

    • Tracks when you interrupt a running Atlas CLI command by using CTRL + C.

    • Tracks some previously untracked errors.

    • Enhances interactive input tracking.

Released 06 June 2022

  • Fixes login and setup display issues for Microsoft Windows users.