Skip to content

v0.6.0

Compare
Choose a tag to compare
@motm32 motm32 released this 02 Nov 00:22
· 162 commits to main since this release
efea791

Added

  • New family of commands: Deploy Project from Workspace, Create Container App from Workspace, Deploy Workspace to Container App #425

    For more information please see our README

    • Creating Azure Container Registries #435
    • Dockerfile port smart detection for ingress configuration #449
    • Improve environment variable file smart detection logic #450
    • Save and re-deploy to Azure resources through workspace settings #454
    • Leverage a new form of activity log support for displaying multiple activities in a single command #464
    • Expand command entry-points to include container apps environment and container app items #482
  • New revision draft editing mode for bundling deployment changes #311

    • Edit Container App (Advanced) and Discard Draft in single revision mode #405
    • Deploy Draft support (all modes) #414
    • Ability for container app template commands to hook into the new revision draft update system #423
    • Display a user setting controlled deployment pop-up when executing revision draft commands #478
  • Log streaming support #350

  • Deploying to a container app via a connected GitHub repository #353

  • Tree view and CRUD support for container app secrets

  • Delete existing scale rules #461

  • Improve activity log support for the majority of commands

Changed

  • Large rework of the container apps UI

    • Configurations item present in all revision modes - houses the old Dapr and Ingress items as well as the new GitHub Actions and Secrets items #379
    • Revision Management item in multiple revisions mode where revisions now live #379, #390
    • Revision Draft item support when in multiple revisions mode #413, #453
    • Reconfigured the context menu for many items, especially the container app item #518
  • Use smart detection to suggest values when deploying from a container registry #305, #331

  • Revision draft commands:

    • Reconfigure existing Scaling commands and items to utilize the new revision draft design #420
      • Edit Scaling Range #466
      • Add Scale Rule #423
    • Update Container Image was added as the draft alternative to Deploy to Container App #477

Fixed

  • Remove Activate, Deactivate, and Restart revision commands when not applicable #356
  • Fix command palette support for Restart #487

Removed

  • Deploy to Container App... was removed in favor of Deploy Workspace to Container App or Update Container Image

Engineering

  • Decoupled Ingress commands from the createContainerApp workflow #371, #375