From 5baf4a1682d3ab52f237adc20d0005a28a578376 Mon Sep 17 00:00:00 2001 From: itowlson Date: Fri, 11 Sep 2020 16:20:32 +1200 Subject: [PATCH] Publish 0.0.7 (#39) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522f8f042..917f5c2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.0.7 + +* You can now get AKS Periscope diagnostic information for your clusters. +* Fixed getting kubeconfig under Azure RBAC +* Shiny new icon for your AKS clusters! + +Thanks to Tatsat Mishra. + ## 0.0.6 * You can now get AppLens cluster diagnostics by right-clicking in Cloud Explorer. diff --git a/package.json b/package.json index ff6eb69f6..91e5c2804 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": "0.0.6", + "version": "0.0.7", "preview": true, "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "publisher": "ms-kubernetes-tools",