Skip to content

Commit

Permalink
Publish 0.0.15 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Apr 5, 2022
1 parent 03b08ef commit 3818611
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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.14",
"version": "0.0.15",
"preview": true,
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
Expand Down
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 3818611

Please sign in to comment.