Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish release 1.4.3. #633

Merged
merged 3 commits into from
Apr 23, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.4.3]

* Retina integration with VsCode.
* In-house download replacement implementation.
* Show-properties page k8s version is now available with deprecated warning.
* Dependabot updates and bumps.

Thank you so much @sprab for continued effort for Retina User-Sceanrios testing changes, thanks you so much to @hsubramanianaks for Retina help and U/X changes, thanks to, @sprab, @hsubramanianaks, & @peterbom for comments and testing. Thank you @rbtr and @vakalapa for async Retina Fixes and for `0.0.7` release. Thanks all for our other BAU contributors.

## [1.4.2]

* Show Properties page new feature for help information with k8s version deprecated available .
1 change: 1 addition & 0 deletions docs/book/src/README.md
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ Azure Kubernetes Service (AKS) Extension for Visual Studio Code helps enable AKS
* [Collect TCP Dumps](./features/tcp-dumps.md)
* [Compare AKS Cluster](./features/aks-compare-cluster.md)
* [Run Image Cleaner Eraser Tool](./features/image-cleaner-eraser-tool.md)
* [Run Retina Capture](./features/retina-capture.md)

## Development and Release

1 change: 1 addition & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
- [Collect TCP Dump](./features/tcp-dumps.md)
- [Compare AKS Cluster](./features/aks-compare-cluster.md)
- [Run Image Cleaner Eraser Tool](./features/image-cleaner-eraser-tool.md)
- [Run Retina Capture](./features/retina-capture.md)
- [Release](./release.md)
- [Releasing Information](./release/releasing.md)
- [Contributing](./contributing.md)
4 changes: 3 additions & 1 deletion docs/book/src/features/features.md
Original file line number Diff line number Diff line change
@@ -30,4 +30,6 @@ Once you successfully log in with your Azure Account, you can view all AKS clust

![AKS Show Properties webview](../resources/show-properties-reconcile.png)

![Cloud Explorer Compare AKS Cluster](../resources/aks-compare-cluster-result.png)
![Cloud Explorer Compare AKS Cluster](../resources/aks-compare-cluster-result.png)

![Cloud Explorer Run Retina Capture on AKS Cluster](../resources/retina-success-run-download.png)
2 changes: 1 addition & 1 deletion docs/book/src/features/inspektor-gadget.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

### Deploy and Undeploy InspektorGadget

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.
Right click on your AKS cluster and select **Troubleshoot Network Health** and then 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, Trace and Snapshot Inspektor Gadget Commands

11 changes: 11 additions & 0 deletions docs/book/src/features/retina-capture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Run Retina Distributed Capture from AKS Cluster Linux Nodes

### Run Retina Capture

Right click on your AKS cluster and select **Troubleshoot Network Health** and then click on **Run Retina Capture** to capture logs like iptables-rules, [ip-resrouces.txt and other key disctributed captures form this azure networking tool](https://retina.sh/docs/captures/cli#file-and-directory-structure-inside-the-tarball) for any Linux node and download them to your local machine with ease.

![Step 1: Menu](../resources/right-click-retina-capture.png)

![Step 2: Select Nodes to Run Retina](../resources/retina-select-nodes.png)

![Step 3: Retina Ran Successfully](../resources/retina-success-run-download.png)
2 changes: 1 addition & 1 deletion docs/book/src/features/tcp-dumps.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

### 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.
Right click on your AKS cluster and select **Troubleshoot Network Health** and then select **Collect TCP Dumps** to capture TCP dumps for any Linux node and download them to your local machine with ease.

Added filters to the TCP Dump functionality, so that you can target traffic capture to specific network interfaces, ports or protocols, to or from specific pods, or craft custom [pcap filter strings](https://www.tcpdump.org/manpages/pcap-filter.7.html).

Binary file added docs/book/src/resources/retina-select-nodes.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.
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
@@ -2,7 +2,7 @@
"name": "vscode-aks-tools",
"displayName": "Azure Kubernetes Service",
"description": "Display Azure Kubernetes Services within VS Code",
"version": "1.4.2",
"version": "1.4.3",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",