diff --git a/CHANGELOG.md b/CHANGELOG.md index d2dd500b0..c2f1d9d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log -## 0.6.0 - 2023-11-1 +## 0.6.1 - 2023-11-07 + +### Added +* Added the `Microsoft.ContainerRegistry` provider to the verify providers list. This will make it so that users do not have to go into the portal to register their subscription when accessing registries for the first time [#558](https://github.com/microsoft/vscode-azurecontainerapps/pull/558) + +### Changed +* Improve image name validation and make suggested image names unique by appending a timestamped tag [#560](https://github.com/microsoft/vscode-azurecontainerapps/pull/560) [#565](https://github.com/microsoft/vscode-azurecontainerapps/pull/565) + +### Fixed +* Addressed an issue where VS Code was passing incompatible tree items to the container apps local workspace ribbon commands. If an incompatible tree item is passed, we will now treat it as if no tree item was passed [#559](https://github.com/microsoft/vscode-azurecontainerapps/pull/559) + +## 0.6.0 - 2023-11-01 ### Added * New family of commands: `Deploy Project from Workspace`, `Create Container App from Workspace`, `Deploy Workspace to Container App` [#425](https://github.com/microsoft/vscode-azurecontainerapps/issues/425) diff --git a/package-lock.json b/package-lock.json index a3c2978e6..f063c3b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurecontainerapps", - "version": "0.6.1-alpha.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azurecontainerapps", - "version": "0.6.1-alpha.0", + "version": "0.6.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appcontainers": "^2.0.0-beta.3", diff --git a/package.json b/package.json index 328ce6c5c..bffd7b355 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurecontainerapps", "displayName": "Azure Container Apps", "description": "%containerApps.description%", - "version": "0.6.1-alpha.0", + "version": "0.6.1", "publisher": "ms-azuretools", "icon": "resources/azure-containerapps.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",