Skip to content

Commit

Permalink
release 0.1.2 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverMKing authored May 23, 2023
1 parent 5e04665 commit d17bde8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.1.2]

- New commands
- `Draft a GitHub Action Deployment Workflow`

## [0.1.1]

- New commands
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ To properly use Draft to containerize your application, create manifest files, a

**Prerequisites** shows you all the steps that you need to get up and running on AKS. By the end of this checklist you will have an application up and running on AKS!

**Draft a GitHub Action Deployment Workflow** for use with AKS, leveraging [GitHub OIDC](https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux)

## Telemetry

This extension collects telemetry data to help us build a better experience for building applications with Azure Kubernetes Service and VS Code. To read more about what we collect, click [here](https://github.com/Microsoft/vscode-azuretools/blob/main/utils/README.md#telemetry-and-error-handling).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Developer Tools for Azure Kubernetes Service (AKS)",
"description": "Create deployment files and configure GitHub Actions workflows to deploy applications to Azure Kubernetes Service (AKS).",
"publisher": "ms-kubernetes-tools",
"version": "0.1.1",
"version": "0.1.2",
"icon": "resources/aks-devx.png",
"preview": true,
"engines": {
Expand Down

0 comments on commit d17bde8

Please sign in to comment.