diff --git a/CHANGELOG.md b/CHANGELOG.md index c96098f4..7819b181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [0.0.15] + +* Refactor to ease creation of new commands. +* Fix aks-periscope deprecated beta tag. +* Integrating Best Practices detector. +* Integrate Identity and security diagnostics + +Thanks to @rzhang628, @peterbom. + ## [0.0.14] * Retiring [deploy-to-azure extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-deploy-azure.azure-deploy) CI/CD commands. diff --git a/README.md b/README.md index f328994b..27b32d79 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ Right click on your AKS cluster and click on **Save Kubeconfig** to save the kub Right click on your AKS cluster and click on **Run AKS Diagnostics** to display diagnostics information based on your AKS cluster's backend telemetry for: +- Best Practices - Create, Upgrade, Delete and Scale issues +- Identity and Security - Network and Connectivity issues To perform further checks on your AKS cluster to troubleshoot and get recommended solutions, click on the AKS Diagnostics link at the top of the page to open it for the selected cluster. For more information on AKS Diagnostics, visit [AKS Diagnostics Overview](https://docs.microsoft.com/azure/aks/concepts-diagnostics). diff --git a/package.json b/package.json index ca652168..307bf9ce 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.14", + "version": "0.0.15", "preview": true, "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "publisher": "ms-kubernetes-tools", diff --git a/resources/right-click-menu.png b/resources/right-click-menu.png index a3a209bb..095403f5 100644 Binary files a/resources/right-click-menu.png and b/resources/right-click-menu.png differ