v0.6.2
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] Add support for choosing a source directory when deploying a workspace project
- [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] Support workload profiles environments
- [576] Add an entry-point to view ACR build image error logs in the activity log
- [577] Add retries for
Build Image in Azure
- [569] Add JSON validation support for editing container app envelopes
- [573] Ask to enable admin user when deploying an image through the Docker extension entry-point
Fixed
- [594] Update the TAR build logic
- [602] Deploying from a folder with an invalid name fails
- [574] An extra input box pops up when executing
Disconnect from Repo
command
Engineering
- [578] Create an API for the
deployWorkspaceProject
command