Skip to content

Commit

Permalink
v0.6.1 release prep (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 authored Nov 8, 2023
1 parent ccb450c commit 91c0a88
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
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-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",
Expand Down

0 comments on commit 91c0a88

Please sign in to comment.