Skip to content

Commit

Permalink
Publish year 2024 first release. 🎊🙏 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Jan 5, 2024
1 parent 31fcfb0 commit bb74bd7
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [1.4.0]

* Run Eraser Tool on AKS Cluster.
* Add refreshSubscription command to aksCreateCluster and aksDeleteCluster.
* Refactor AzureAccountTreeItem and related files.
* Simplify webview dev task problem matcher.
* Refresh subscription.
* Update launch.json and tasks.json for webpack-dev.
* Use new telemetry library.
* Support telemetry for commands from webviews.
* Dependabot updates.

Thank you so much @sprab, @peterbom for feature work, collaboration and making this tool continuously better. Thank you everyone who indirectly helped in building in any ideas for this release!

## [1.3.18]

* Compare 2 AKS Cluster.
Expand Down
2 changes: 2 additions & 0 deletions docs/book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Azure Kubernetes Service (AKS) Extension for Visual Studio Code helps enable AKS
* [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)
* [Compare AKS Cluster](./features/aks-compare-cluster.md)
* [Run Image Cleaner Eraser Tool](./features/image-cleaner-eraser-tool.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 @@ -22,6 +22,7 @@
- [Enable Non-Interactive InspektorGadget Commands like Top, Profile and Snapshot](./features/inspektor-gadget.md)
- [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)
- [Release](./release.md)
- [Releasing Information](./release/releasing.md)
- [Contributing](./contributing.md)
Expand Down
9 changes: 9 additions & 0 deletions docs/book/src/features/image-cleaner-eraser-tool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Garbage collection Using Eraser Image Cleanup Tool

### Run Eraser Image Cleanup

Right click on your AKS cluster and select **Run Eraser Image Cleanup** to deploy the [Eraser Tool](https://eraser-dev.github.io/eraser/docs/quick-start) to [auomatically clean images in a regular interval](https://eraser-dev.github.io/eraser/docs/quick-start#automatically-cleaning-images) for the selected AKS Cluster.

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

![Step 2: pre run](../resources/right-click-run-eraser-1.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.
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.18",
"version": "1.4.0",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit bb74bd7

Please sign in to comment.