diff --git a/CHANGELOG.md b/CHANGELOG.md index 296e92a..7e3206f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [0.1.2] + +- New commands + - `Draft a GitHub Action Deployment Workflow` + ## [0.1.1] - New commands diff --git a/README.md b/README.md index 1351239..c42df44 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.json b/package.json index cbee9a5..e09a9d7 100644 --- a/package.json +++ b/package.json @@ -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": {