Skip to content

Commit

Permalink
v0.6.2 Release prep (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 authored Feb 27, 2024
1 parent 69d0f25 commit f07b39a
Show file tree
Hide file tree
Showing 4 changed files with 1,996 additions and 1,841 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.6.2 - 2024-02-20

This patch includes improvements to image building stability. We have made improvements to the way we bundle/upload project files and also automatically detect and filter unsupported ACR Dockerfile `--platform` flags. For any ACR build error logs that are returned, we now provide a dedicated location for them to reside in the activity log, where they are more easily accessed.

## Added
* [[586]](https://github.com/microsoft/vscode-azurecontainerapps/pull/586) Add support for choosing a source directory when deploying a workspace project
* [[601]](https://github.com/microsoft/vscode-azurecontainerapps/pull/601) Image building through ACR does not currently accept `--platform` flag syntax. Improve deploy experience by detecting and removing `--platform` flags from the Dockerfile automatically
* [[580]](https://github.com/microsoft/vscode-azurecontainerapps/issues/580) Support workload profiles environments
* [[576]](https://github.com/microsoft/vscode-azurecontainerapps/pull/576) Add an entry-point to view ACR build image error logs in the activity log
* [[577]](https://github.com/microsoft/vscode-azurecontainerapps/pull/577) Add retries for `Build Image in Azure`
* [[569]](https://github.com/microsoft/vscode-azurecontainerapps/issues/569) Add JSON validation support for editing container app envelopes
* [[573]](https://github.com/microsoft/vscode-azurecontainerapps/pull/573) Ask to enable admin user when deploying an image through the Docker extension entry-point

## Fixed
* [[594]](https://github.com/microsoft/vscode-azurecontainerapps/pull/594) Update the TAR build logic
* [[602]](https://github.com/microsoft/vscode-azurecontainerapps/pull/602) Deploying from a folder with an invalid name fails
* [[574]](https://github.com/microsoft/vscode-azurecontainerapps/pull/574) An extra input box pops up when executing `Disconnect from Repo` command

## Engineering
* [[578]](https://github.com/microsoft/vscode-azurecontainerapps/pull/578) Create an API for the `deployWorkspaceProject` command

## 0.6.1 - 2023-11-07

### Added
Expand Down
Loading

0 comments on commit f07b39a

Please sign in to comment.