diff --git a/CHANGELOG.md b/CHANGELOG.md index c6853e6e..e2854e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.0.19] + +* Enabling show in azure portal usability feature. + +Thanks to @rzhang628 and @peterbom for reviews. + ## [0.0.18] * Integrating Known Issues, Availability and Performance detector. diff --git a/README.md b/README.md index 18975a01..1a3a1820 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ * Run AKS Periscope within VS Code * Install Azure Service Operator on your AKS cluster * Create GitHub Workflow from your AKS cluster +* Show AKS cluster overview in Azure Portal ## Installation @@ -105,6 +106,10 @@ Right click on your AKS cluster and click on **Create GitHub Workflow** to easil - [Kompose Workflow](https://github.com/actions/starter-workflows/blob/main/deployments/azure-kubernetes-service-kompose.yml) - [Kustomize Workflow](https://github.com/actions/starter-workflows/blob/main/deployments/azure-kubernetes-service-kustomize.yml) +### Show in Azure Portal + +Right click on your AKS cluster and click on **Show in Azure Portal** to easily navigate to AKS cluster overview page in Azure Portal. + ## Telemetry This extension collects telemetry data to help us build a better experience for building applications with Azure Kubernetes Service and VS Code. We only collect the following data: diff --git a/package.json b/package.json index d142aea1..cb8fb602 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.18", + "version": "0.0.19", "preview": true, "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "publisher": "ms-kubernetes-tools", diff --git a/resources/right-click-menu-workflow.png b/resources/right-click-menu-workflow.png index f31f6e49..fd8d2d30 100644 Binary files a/resources/right-click-menu-workflow.png and b/resources/right-click-menu-workflow.png differ diff --git a/resources/right-click-menu.png b/resources/right-click-menu.png index 2ec7c002..e4ddebcc 100644 Binary files a/resources/right-click-menu.png and b/resources/right-click-menu.png differ