Skip to content

Commit

Permalink
Publish 1.3.14 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Sep 13, 2023
1 parent 65142b9 commit e7522ef
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 10 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.14]

* Update Kubelogin version to use latest.
* Upgrade ARM resources library.
* Feature welcome workflow.
* Feature customise kubectl command.
* Simplify definitions of messages and handlers for webviews.
* Fix debug background task problem matcher.
* Reorganize type structure of webview definitions.
* Move all Inspektor Gadget commands to single Webview.

Thank you so much to @peterbom, @hsubramanianaks and @qpetraroia.

## [1.3.13]

* Enabling create cluster.
Expand Down
3 changes: 1 addition & 2 deletions docs/book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Azure Kubernetes Service (AKS) Extension for Visual Studio Code helps enable AKS
* [Run Kubectl Commands from your AKS cluster](./features/run-kubectl-command.md)
* [Run Managed Cluster Operations from your AKS cluster](./features/manage-cluster-operations.md)
* [Run Kubernetes API Health Endpoints](./features/k8s-api-health-points.md)
* [Deploy and Undeploy InspektorGadget](./features/inspektor-gadget.md)
* [Enable Non-Interactive InspektorGadget Commands like Top, Profile and Snapshot](./features/inspektor-gadget.md)
* [Run Inspektor Gadget Commands](./features/inspektor-gadget.md)

## Development and Release

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

![Cloud explorer extension menu](../resources/right-click-inspektor-gadget.png)

![Cloud explorer extension menu](../resources/right-click-inspektor-gadget-command.png)

![Cloud explorer extension menu](../resources/right-click-subscription.png)
12 changes: 9 additions & 3 deletions docs/book/src/features/inspektor-gadget.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

### Deploy and Undeploy InspektorGadget

Right click on your AKS cluster and click on **Inspektor Gadget** to easily deploy gadget into your cluster. User can easily one-click deploy and undeploy gadget from this feature.
Right click on your AKS cluster and click on **Show Inspektor Gadget** to easily deploy gadget into your cluster. User can easily one-click deploy and undeploy gadget from this feature.

### Profile, Top and Snapshot Inspektor Gadget Commands
### Profile, Top, Trace and Snapshot Inspektor Gadget Commands

After successfully deploying Inspektor Gadget, right-click on your AKS cluster and select **Inspektor Gadget** and choose **Gadget Commands** to easily use non-interactive Top, Profile or Snapshot commands for your cluster.
Right-click on your AKS cluster and select **Show Inspektor Gadget** and choose **Gadget Commands** to easily use non-interactive Top, Trace, Profile or Snapshot commands for your cluster.

![Cloud explorer extension menu](../resources/inspector-gadget-1.png)

![Cloud explorer extension menu](../resources/inspector-gadget-2.png)

![Cloud explorer extension menu](../resources/inspector-gadget-3.png)
Binary file added docs/book/src/resources/inspector-gadget-1.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 added docs/book/src/resources/inspector-gadget-2.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 added docs/book/src/resources/inspector-gadget-3.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 not shown.
Binary file modified docs/book/src/resources/right-click-inspektor-gadget.png
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.13",
"version": "1.3.14",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit e7522ef

Please sign in to comment.