Skip to content

Commit

Permalink
Publish release 1.3.16. (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Nov 2, 2023
1 parent 386ab12 commit 76fd5a7
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.3.16]

* Collect TCP Dump.
* Move last webview (cluster properties) to webview project.
* Simplify state management for new webviews.
* Reconcile cluster using update.
* Download Draft Binaries PR.
* Remove deprecated React function call and update webview-ui dependencies.
* Dependent bot updates.

Thank you so much to @peterbom, @sprab, @hsubramanianaks and @qpetraroia. Special thanks to countless folks who reach out to us and help us in improving with ideas. I would also extend huge thanks to indirect collaboration with Qi, June, Suli, Yi, Tom, Indu, Sri, Prabha, Thank you all for your ideas and collaboration!

## [1.3.15]

* Avoid lengthy kubectl output changing the layout of containing elements.
Expand Down
1 change: 1 addition & 0 deletions docs/book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Azure Kubernetes Service (AKS) Extension for Visual Studio Code helps enable AKS
* [Run Managed Cluster Operations from your AKS cluster](./features/manage-cluster-operations.md)
* [Run Kubernetes API Health Endpoints](./features/k8s-api-health-points.md)
* [Run Inspektor Gadget Commands](./features/inspektor-gadget.md)
* [Collect TCP Dumps](./features/tcp-dumps.md)

## Development and Release

Expand Down
1 change: 1 addition & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [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)
- [Collect TCP Dump](./features/tcp-dumps.md)
- [Release](./release.md)
- [Releasing Information](./release/releasing.md)
- [Contributing](./contributing.md)
Expand Down
6 changes: 5 additions & 1 deletion docs/book/src/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ Once you successfully log in with your Azure Account, you can view all AKS clust

![Cloud explorer new inspektor gadget panel](../resources/inspector-gadget-1.png)

![Cloud explorer create cluster webview](../resources/create-cluster-webview.png)
![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 dump webview](../resources/tcp-dump-linux-node.png.png)
1 change: 1 addition & 0 deletions docs/book/src/features/manage-cluster-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Right click on your AKS cluster and click on **Managed Cluster Operations** to e

- Abort Last Operation
- Delete Cluster
- Reconcile Cluster
- Rotate Cluster Certificate
9 changes: 9 additions & 0 deletions docs/book/src/features/tcp-dumps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Collect TCP Dumps from AKS Cluster Linux Nodes

### Collect TCP Dumps

Right click on your AKS cluster and select **Collect TCP Dumps** to capture TCP dumps for any Linux node and download them to your local machine with ease.

![Step 1: Menu](../resources/right-click-tcp-dump-collect.png)

![Step 2: Select Page and Successful Run](../resources/tcp-dump-linux-node.png)
Binary file modified docs/book/src/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.
Binary file modified docs/book/src/resources/right-click-menu-managedoperations.png
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.
Binary file added docs/book/src/resources/tcp-dump-linux-node.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.15",
"version": "1.3.16",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit 76fd5a7

Please sign in to comment.