From 9c8c40034aabd991818b2d78eb4c65b1b82305c3 Mon Sep 17 00:00:00 2001 From: NarayanThiru Date: Tue, 16 Aug 2022 18:13:06 -0700 Subject: [PATCH 1/2] Update HISTORY.rst Update CLI extension version for Appliance Identity support change made earlier by Gaurav --- src/k8s-extension/HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/k8s-extension/HISTORY.rst b/src/k8s-extension/HISTORY.rst index f48c9059b08..50684dd4731 100644 --- a/src/k8s-extension/HISTORY.rst +++ b/src/k8s-extension/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.3.2 +++++++++++++++++++ +* Create identity for Appliances clusters + 1.3.1 ++++++++++++++++++ * microsoft.azureml.kubernetes: Always show TSG link for AzureMLKubernetes extension at the head. From 610c71cb937e48bfd9aa9d6b4fa3c91a141f9ba8 Mon Sep 17 00:00:00 2001 From: NarayanThiru Date: Tue, 16 Aug 2022 18:18:48 -0700 Subject: [PATCH 2/2] Update setup.py --- src/k8s-extension/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k8s-extension/setup.py b/src/k8s-extension/setup.py index 85d18cd327c..968417737e4 100644 --- a/src/k8s-extension/setup.py +++ b/src/k8s-extension/setup.py @@ -33,7 +33,7 @@ # TODO: Add any additional SDK dependencies here DEPENDENCIES = [] -VERSION = "1.3.1" +VERSION = "1.3.2" with open("README.rst", "r", encoding="utf-8") as f: README = f.read()