Skip to content

Commit

Permalink
Changes to publish 1.4.10. (#932)
Browse files Browse the repository at this point in the history
Signed-off-by: Tatsinnit <tamishra@microsoft.com>
Co-authored-by: Tatsat Mishra <tatsat.mishra@microsoft.com>
  • Loading branch information
Tatsinnit and Tatsat Mishra authored Sep 25, 2024
1 parent 0c430f2 commit 4ee0eea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 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.10]

* Fix for walkthrough and show welcome dependency.
* Fixing freezing dockerfile create page.
* Fix U/X Bugs.
* Incremental In-Progress KAITO Work.
* Dependabot updates and bumps.

Welcome new contributors @tejhan & @ReinierCC to the repo. Thanks to @ivelisseca, @qpetraroia, @hsubramanianaks, @ReinierCC, @tejhan for contributions, testing and reviews.

## [1.4.9]

* AKS diagnostic bug resolved & storage diagnostic added.
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions 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.9",
"version": "1.4.10",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down Expand Up @@ -401,11 +401,6 @@
"submenu": "aks.networkTroubleshootingSubMenu",
"when": "view == kubernetes.cloudExplorer && viewItem =~ /aks\\.cluster/i",
"group": "9@3"
},
{
"submenu": "aks.kaitoInstallSubMenu",
"when": "view == kubernetes.cloudExplorer && viewItem =~ /aks\\.cluster/i",
"group": "9@3"
}
],
"aks.createClusterSubMenu": [
Expand Down Expand Up @@ -527,10 +522,6 @@
{
"id": "aks.networkTroubleshootingSubMenu",
"label": "Troubleshoot Network Health"
},
{
"id": "aks.kaitoInstallSubMenu",
"label": "Deploy a LLM with KAITO (Beta)"
}
]
},
Expand Down

0 comments on commit 4ee0eea

Please sign in to comment.