Releases: microsoft/vscode-azurecontainerapps
Releases · microsoft/vscode-azurecontainerapps
v0.5.0
Added
- Enable extension to run on a web environment (
.dev
) by @nturinski in #288, #327, #328- Expansive list of changes that were required are documented under #239
- Add a more generic deploy command by @motm32 in #277
- Implement the
Use quickstart image
method when creating a Container App by @motm32 in #274 - Implement
Build from project remotely using Azure
command by @motm32 in #292 - Expand image source selection interface for creating Container Apps by @MicroFish91 in #273
Changed
- Update SUPPORT.md by @alexweininger in #263
Fixed
- Removed
Open Logs in Portal
from the command palette #194 - An error occurs after selecting "Sign in to Azure" by @alexweininger #278
- Default to single revision mode when creating a Container App by @MicroFish91 in #300
Engineering
- Reconfigure base create/deployment patterns and add new image sourcing patterns to enable
Code to Cloud
integrations by @MicroFish91 #276
v0.4.1
Fixed
- Add container app update call back to
deployImage
by @MicroFish91 in #266 - Remove legacy reference to
rgApi
by @MicroFish91 in #264
v0.4.0
Added
- Command for deploying to ACA from Docker extension by @bwateratmsft in #212
Changed
- Add information to the Activity Log that deleting a Container App Environment might take a while by @motm32 in #238
Fixed
- Fix name validation when creating a container app by @motm32 in #222
- Remove
View Output
popup after creation of Container Apps Environment by @MicroFish91 in #245 - Be consistent with
Container Apps: Delete Confirmation
setting by @motm32 in #233
Engineering & Dependencies
Engineering
- Rewrite extension for v2 API by @alexweininger in #235
- Removed use of deprecated
Azure Log Analytics
package by @MicroFish91 in #207
Dependencies
- Bump version after release by @github-actions in #206
- Bump @xmldom/xmldom from 0.7.5 to 0.7.8 by @dependabot in #220
- Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #221
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #223
- Bump minimatch and mocha by @dependabot in #224
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #228
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #231
v0.3.0
Added
- HTTP and Azure queue scale rule support
Changed
- Now depends on the "Azure Resources" extension which provides a unified "Resource Groups" view
- Wired up basic add/delete functionality (Container App & Container Environments) through the activity log
Fixed
v0.2.0
0.2.0 - 2022-07-07
Changed
- Update @azure/arm-appcontainers SDK to stable api-version
- Update @vscode/extension-telemetry to 0.6.2
- Minimum version of VS Code updated to 1.66.0
Fixed
v0.1.1
0.1.1 - 2022-05-20
Added
- Deploy container images from any public registry
- Edit scale rules of a revision
- Open "Log Streaming" and "Console" via Azure Portal
Changed
- Warning when deploying to container app that has features unsupported by VS Code
- Examples include:
volumes
,volumeMounts
,probes
- Examples include: