Skip to content

Commit

Permalink
Release PR to publish 1.4.5 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored May 22, 2024
1 parent 4cbb6ed commit 5e68b94
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 3 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.5]

* Fix treeview stuck with only 'select tenant' node.
* Add Draft Dockerfile, Deployment and Workflow commands.
* Fix bump vscode 1.89 update.
* Dependabot updates and bumps.

Thank you so much to @peterbom, @qpetraroia, @hsubramanianaks for Draft work, testing this and for review comments.

## [1.4.4]

* Azure Account Sign-In Changes.
Expand Down
1 change: 1 addition & 0 deletions docs/book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Azure Kubernetes Service (AKS) Extension for Visual Studio Code helps enable AKS
* [Compare AKS Cluster](./features/aks-compare-cluster.md)
* [Run Image Cleaner Eraser Tool](./features/image-cleaner-eraser-tool.md)
* [Run Retina Capture](./features/retina-capture.md)
* [Run Draft Command](./features/draft-integration.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 @@ -24,6 +24,7 @@
- [Compare AKS Cluster](./features/aks-compare-cluster.md)
- [Run Image Cleaner Eraser Tool](./features/image-cleaner-eraser-tool.md)
- [Run Retina Capture](./features/retina-capture.md)
- [Run Draft Command](./features/draft-integration.md)
- [Release](./release.md)
- [Releasing Information](./release/releasing.md)
- [Contributing](./contributing.md)
Expand Down
23 changes: 23 additions & 0 deletions docs/book/src/features/draft-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Draft Tool Integration

This work adds commands for Draft tool integartion with this extension:

- Draft Dockerfile
- Draft Deployment
- Draft Workflow

These can be launched from either:

- The command palette. (To open: Hold `Ctrl` (`⌘ Cmd` on macOS) + `shift` + `p` )

This will allow user to have access to a complete power of Draft tool and allow users to take advantage for scaffolding geenration for their projects.

![Step 1: Command Palette](../resources/draft-command.png)

![Step 2: Draft Dockerfile](../resources/draft-dockerfile.png)

![Step 3: Draft Dockerfile first](../resources/draft-dockerfile1.png)

![Step 4: Draftr Deployment](../resources/draft-deployment.png)

![Step 5: Draft GitHub Workflow](../resources/draft-gh-workflow.png)
Binary file added docs/book/src/resources/draft-command.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 added docs/book/src/resources/draft-deployment.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 added docs/book/src/resources/draft-dockerfile.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 added docs/book/src/resources/draft-dockerfile1.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 added docs/book/src/resources/draft-gh-workflow.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.4.4",
"version": "1.4.5",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit 5e68b94

Please sign in to comment.