Skip to content

Commit

Permalink
Publish release 1.3.17. (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Nov 22, 2023
1 parent 46dafd8 commit 2aaaaa9
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [1.3.17]

* Upgrade azext-utils and related packages.
* Feature: agent pool abort last operation.
* Feature: abort/reconcile cluster operation in show properties page.
* Fix the filePath as empty issue. (TCP Dump Issue)
* Fix vscode engine update.
* Add dependabot file.
* Dependabot updates.
* Clean up unused or unnecessary dependencies.

Collaborations and thanks to @peterbom.

## [1.3.16]

* Collect TCP Dump.
Expand Down
6 changes: 4 additions & 2 deletions docs/book/src/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Once you successfully log in with your Azure Account, you can view all AKS clust

![Cloud explorer create cluster webview](../resources/create-cluster-webview.png)

![Cloud explorer tcp menu](../resources/right-click-tcp-dump-collect.png.png)
![Cloud explorer tcp menu](../resources/right-click-tcp-dump-collect.png)

![Cloud explorer tcp dump webview](../resources/tcp-dump-linux-node.png.png)
![Cloud explorer tcp dump webview](../resources/tcp-dump-linux-node.png)

![AKS Show Properties webview](../resources/show-properties-reconcile.png)
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Right click on your AKS cluster and click on **Show in Azure Portal** to easily

Right click on your AKS cluster and click on **Show Properties** to display the AKS cluster and agent pool properties like provisioning state, fqdn, k8s version, along with node properties like node version, vm type, vm size, o/s type, o/s disk size and nodes provisioning state.

This page also enables some useful cluster and node pool level operations like `Abort Last Operation` (at cluster and agent pool level) and `Reconcile`.

![Abort operation](../resources/show-properties-abort.png)
![Reconcile operation](../resources/show-properties-reconcile.png)

### Create cluster from Azure Portal

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.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.3.16",
"version": "1.3.17",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit 2aaaaa9

Please sign in to comment.