Skip to content

Commit

Permalink
Publish 1.3.0. (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Tatsinnit <[email protected]>
  • Loading branch information
Tatsinnit and Tatsinnit authored Aug 1, 2022
1 parent f794ae2 commit 4043cbc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.3.0]

* Enable AKS start and stop cluster feature.
* Update deprecated vscode-extensionui package.
* Defer CRD-loading for ASO CRDs by moving to NodeContributor implementation.
* Update to latest k8s extension API.
* Update vscode engine.

Thanks to @rzhang628 and @peterbom.

## [1.2.0]

* VsCode to Azure portal URL forward with referrer parameters.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Show AKS cluster overview in Azure Portal
* Show AKS cluster properties
* Create AKS cluster from Azure Portal
* Stop and Start the AKS cluster

## Installation

Expand Down Expand Up @@ -122,6 +123,12 @@ Right click on your AKS cluster and click on **Show Properties** to display the

Right click on your AKS sunscription and click on **Create cluster from Azure Portal** to easily navigate to AKS create cluster page in Azure Portal.

### Start or Stop AKS cluster

Right click on your AKS cluster and click on **Show Properties** to display the AKS cluster properties, within the page there will be **Stop/Start Cluster** button to perform the start or stop the cluster operation.

![Start or Stop Cluster From Properties Webview](resources/aks-startstop-cluster.png)

## 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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.2.0",
"version": "1.3.0",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down
Binary file added resources/aks-startstop-cluster.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 4043cbc

Please sign in to comment.