Skip to content

Commit

Permalink
Publish 0.0.19 changes (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored May 9, 2022
1 parent 844c090 commit 588478f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file modified resources/right-click-menu-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/right-click-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 588478f

Please sign in to comment.