From 66cf7bd566234a07c271f2874c73de2ceff684db Mon Sep 17 00:00:00 2001 From: John Williams Date: Tue, 5 Mar 2024 17:22:41 -0600 Subject: [PATCH 1/3] set submodule to new version --- submodules/mongodb-atlas-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/mongodb-atlas-cli b/submodules/mongodb-atlas-cli index bae45c67..6b4c8c9d 160000 --- a/submodules/mongodb-atlas-cli +++ b/submodules/mongodb-atlas-cli @@ -1 +1 @@ -Subproject commit bae45c67986bc1bfe71fb3a46cc92f6406032164 +Subproject commit 6b4c8c9d30a1f6b5910e3f5492687a7b6da33768 From 5e1f1522a06105c557cadc580bc88e1f2a9e0812 Mon Sep 17 00:00:00 2001 From: John Williams Date: Tue, 5 Mar 2024 17:25:37 -0600 Subject: [PATCH 2/3] update release notes --- snooty.toml | 2 +- source/atlas-cli-changelog.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index df7bcd03..f352a598 100644 --- a/snooty.toml +++ b/snooty.toml @@ -29,7 +29,7 @@ aagent = "Automation Agent" adf = "Atlas Data Federation" atlas-cli = "Atlas CLI" atlas-cli-full = "MongoDB Atlas CLI" -atlas-cli-version = "1.15.0" +atlas-cli-version = "1.15.1" ak8so = "Atlas Kubernetes Operator" atlas-sp = "Atlas Stream Processing" avs = "Atlas Vector Search" diff --git a/source/atlas-cli-changelog.txt b/source/atlas-cli-changelog.txt index 34791564..7647c07e 100644 --- a/source/atlas-cli-changelog.txt +++ b/source/atlas-cli-changelog.txt @@ -14,6 +14,15 @@ :depth: 1 :class: singlecol +.. _atlas-cli-1.15.1: + +{+atlas-cli+} 1.15.1 +-------------------- + +Released 29 February 2024 + +- Updates internal code. This release doesn't affect {+atlas-cli+} commands. + .. _atlas-cli-1.15.0: {+atlas-cli+} 1.15.0 From fec8bcfe0bebc164401759b72b0b5440d378069f Mon Sep 17 00:00:00 2001 From: John Williams Date: Wed, 6 Mar 2024 14:52:20 -0600 Subject: [PATCH 3/3] tech review feedback --- source/atlas-cli-changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/atlas-cli-changelog.txt b/source/atlas-cli-changelog.txt index 7647c07e..ebe551ca 100644 --- a/source/atlas-cli-changelog.txt +++ b/source/atlas-cli-changelog.txt @@ -21,7 +21,8 @@ Released 29 February 2024 -- Updates internal code. This release doesn't affect {+atlas-cli+} commands. +- Fixes an issue where the :ref:`atlas-auth-login` command fails + to prompt for the default organization. .. _atlas-cli-1.15.0: