Skip to content

Commit

Permalink
Publish 1.13.15 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Oct 12, 2023
1 parent a388ac2 commit a7fb890
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [1.3.15]

* Avoid lengthy kubectl output changing the layout of containing elements.
* Handle explicit state for poller.
* Abort last operation on cluster.
* Remove the unsed method.
* Implement Create Cluster as WebView.
* Add state management.
* Update ASO version and move to webview-ui project.
* Fix comon id issue.
* Default branch is now main.
* Move kubectl commands to webview.

Thank you so much to @peterbom, @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, Yi, Tom, Indu, Sri, Prabha, Chase, Thank you all for your ideas!

## [1.3.14]

* Update Kubelogin version to use latest.
Expand Down
10 changes: 7 additions & 3 deletions docs/book/src/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ Once you successfully log in with your Azure Account, you can view all AKS clust

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

![Cloud explorer extension menu](../resources/right-click-api-health-check-menu.png)

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

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

![Cloud explorer health check panel](../resources/kubectl-command-panel.png)

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

![Cloud explorer create cluster webview](../resources/create-cluster-webview.png)
6 changes: 4 additions & 2 deletions docs/book/src/features/k8s-api-health-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

### Run Kubernetes API Health Endpoints

Right click on your AKS cluster and click on **Kubernetes API Health Endpoints** to easily run few [k8s cluster API endpoint health check](https://kubernetes.io/docs/reference/using-api/health-checks/). Currently we have enable following health check:
Right click on your AKS cluster and click on **Run Kubectl Commands**. Select and run health check commands from the *Health* section as shown in the image below. Currently we provide:

- Healthz
- Livez
- Readyz
- Readyz

![Kubectl health command panel](../resources/kubectl-command-panel.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 @@ -4,5 +4,6 @@

Right click on your AKS cluster and click on **Managed Cluster Operations** to easily run few managed cluster operations on your cluster. Currently we have enable following operations:

- Abort Last Operation
- Delete Cluster
- Rotate Cluster Certificate
8 changes: 7 additions & 1 deletion docs/book/src/features/run-kubectl-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ Right click on your AKS cluster and click on **Run Kubectl Commands** to easily
- API Resources
- Get Cluster Info
- Get Node
- Get All Events
- Get All Events

User can also run custom commands by typing or editing `kubectl` command parameters in the text field. Custom commands can optionally be saved for future use..

![Kubectl commad](../resources/right-click-menu-kubectl.png)

![Kubectl command panel](../resources/kubectl-command-panel.png)
Binary file modified docs/book/src/resources/azure-service-operator-screenshot.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.
Binary file modified docs/book/src/resources/right-click-menu-kubectl.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.
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.14",
"version": "1.3.15",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit a7fb890

Please sign in to comment.