Skip to content

Commit

Permalink
Publish release 1.4.2 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Mar 21, 2024
1 parent c992cf0 commit 13bf4f6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.4.2]

* Show Properties page new feature for help information with k8s version deprecated available .
* Replace download package with more in-house implementation.
* Eslint improvement, Inspektor Gadget update.
* Handle new archive structure for IG in windows.
* Dependabot updates.

Thank you so much @sprab for continued effort for testing changes, thanks you, @peterbom & our other BAU contributors.

## [1.4.1]

* Fix for making instance when cluster name is same but RG are different.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ Right click on your AKS cluster and click on **Show Properties** to display the

This page also enables some useful cluster and node pool level operations like `Abort Last Operation` (at cluster and agent pool level) and `Reconcile`.

This page now also enable information box for the users to quickly see available kuberentes versions available for the cluster to upgrade and if the current version is out of support or not.

![Abort operation](../resources/show-properties-abort.png)
![Reconcile operation](../resources/show-properties-reconcile.png)
![Kuberentes version information](../resources/show-properties-page-k8s-available-versions.png)

### Create cluster from Azure Portal

Expand Down
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.4.1",
"version": "1.4.2",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit 13bf4f6

Please sign in to comment.