Skip to content

Releases: microsoft/vscode-azurecontainerapps

v0.5.0

14 Apr 19:58
8bcc8a5
Compare
Choose a tag to compare

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

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

23 Feb 20:53
006c7bf
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Fixed

v0.4.0

22 Feb 18:18
2186d4f
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

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

Dependencies

v0.3.0

15 Sep 21:16
eb7dd1f
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

07 Jul 23:51
c8cb739
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

20 May 20:40
7ac7642
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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

Fixed

v0.1.0

12 Apr 23:12
7911c43
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added

  • Create new Container Apps environments
  • Create new Container Apps
  • Deploy and update containers
  • View and manage ingress endpoints
  • Start, stop, and restart container revisions