Skip to content

Commit

Permalink
Release 1.4.6 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbom authored Jun 5, 2024
1 parent ba1f520 commit bfc3471
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
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.6]

* Ensure initial selection values are populated in Draft.
* Add draft context menu commands and deprecate starter workflows.
* PR Size Check with skip tag.
* Dependabot updates and bumps.

Thanks to @Tatsinnit, @qpetraroia, @hsubramanianaks for contributions, testing and reviews.

## [1.4.5]

* Fix treeview stuck with only 'select tenant' node.
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Azure Kubernetes Service (AKS) Extension for Visual Studio Code helps enable AKS
* [Perform AKS Diagnostics checks on your AKS cluster](./features/aks-diagnostics.md)
* [Run AKS Periscope within VS Code](./features/aks-periscope.md)
* [Install Azure Service Operator on your AKS cluster](./features/install-azureserviceoperator.md)
* [Create GitHub Workflow from your AKS cluster](./features/create-gh-workflow.md)
* [Create GitHub Workflow from your AKS cluster (deprecated)](./features/create-gh-workflow.md)
* [Show AKS cluster overview in Azure Portal](./features/show-properties-azureportal-start-stop.md)
* [Show AKS cluster properties](./features/show-properties-azureportal-start-stop.md)
* [Create AKS cluster from Azure Portal](./features/show-properties-azureportal-start-stop.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Perform AKS Diagnostics checks on your AKS cluster](./features/aks-diagnostics.md)
- [Run AKS Periscope within VS Code](./features/aks-periscope.md)
- [Install Azure Service Operator on your AKS cluster](./features/install-azureserviceoperator.md)
- [Create GitHub Workflow from your AKS cluster](./features/create-gh-workflow.md)
- [Create GitHub Workflow from your AKS cluster (deprecated)](./features/create-gh-workflow.md)
- [Show AKS cluster overview in Azure Portal](./features/show-properties-azureportal-start-stop.md)
- [Show AKS cluster properties](./features/show-properties-azureportal-start-stop.md)
- [Create AKS cluster from Azure Portal](./features/show-properties-azureportal-start-stop.md)
Expand Down
4 changes: 4 additions & 0 deletions docs/book/src/features/create-gh-workflow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Create GitHub Workflow

## Deprecation note

This command has been superseded by the [Draft Workflow command](./draft-integration.md).

### Create GitHub Workflow

Right click on your AKS cluster and click on **Create GitHub Workflow** to easily open and create a workflow starter template. This helps in quick generation of the workflow templates with pre populates resource and clustername for:
Expand Down
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.5",
"version": "1.4.6",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit bfc3471

Please sign in to comment.