From 49d65764cedc6943c247c00ca63e9cae59366699 Mon Sep 17 00:00:00 2001 From: Tatsinnit Date: Fri, 26 Jan 2024 16:38:05 +1300 Subject: [PATCH] Publish release 1.4.1 (#451) Signed-off-by: Tatsinnit Co-authored-by: Tatsinnit --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f530da2..d9bdcd32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.4.1] + +* Fix for making instance when cluster name is same but RG are different. +* Changes in correlation with new GH Action Permission Changes. +* Add badge for codeql and chai test fix. +* Add codeql analysis for repo. +* Add bestpractices progress and other badges. +* Dependabot updates. + +Thank you so much @sprab for continued effort for testing changes for unique name fix and testing other feature, thanks @hsubramanianaks, @peterbom for reviews, collaboration. Thank you everyone who indirectly helped in building in any ideas for this release! + ## [1.4.0] * Run Eraser Tool on AKS Cluster. diff --git a/package-lock.json b/package-lock.json index e0e6f8eb..da39769b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-aks-tools", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-aks-tools", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "@azure/arm-authorization": "^9.0.0", diff --git a/package.json b/package.json index c94c0b31..dcd2ac1d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-aks-tools", "displayName": "Azure Kubernetes Service", "description": "Display Azure Kubernetes Services within VS Code", - "version": "1.4.0", + "version": "1.4.1", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255", "publisher": "ms-kubernetes-tools", "icon": "resources/aks-tools.png",