From 62fc661b2bd6770ab9447ecd39b641e995b120c5 Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Tue, 30 Jun 2026 18:02:25 +0000 Subject: [PATCH] Prepare azd 1.27.0 core release - Set cli/version.txt and pkg/azdext/version.go to 1.27.0 - Convert the unreleased 1.27.0 changelog into a dated release entry - Add the next 1.28.0-beta.1 (Unreleased) placeholder Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 21 ++++++++++++++++++--- cli/azd/pkg/azdext/version.go | 2 +- cli/version.txt | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index baf10279cf2..9f15a429fbc 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,17 +1,32 @@ # Release History -## 1.27.0-beta.1 (Unreleased) +## 1.28.0-beta.1 (Unreleased) ### Features Added -- [[#8847]](https://github.com/Azure/azure-dev/pull/8847) Add container deployment support for App Service. Services configured with `host: appservice` and `language: docker` (or `docker.path`) now push the container image to ACR and update the site's container configuration, enabling Web App for Containers scenarios. - ### Breaking Changes ### Bugs Fixed ### Other Changes +## 1.27.0 (2026-06-30) + +### Features Added + +- [[#8792]](https://github.com/Azure/azure-dev/pull/8792) `azd extension install`, `azd extension upgrade`, and `azd extension list` now accept a registry location directly via `-s/--source` (a URL or local path), removing the need to run `azd extension source add` first. Direct locations are validated and registered as persisted sources before extension resolution continues. +- [[#8794]](https://github.com/Azure/azure-dev/pull/8794) Add the `azd tool uninstall` command to complete the tool install/upgrade/uninstall lifecycle. It supports `--all`, `--dry-run`, interactive multi-select, per-host skill removal via `--host`, and `--output json`. +- [[#8818]](https://github.com/Azure/azure-dev/pull/8818) Add support for modeling Azure AI Foundry projects, agents, and related resources directly in `azure.yaml`, including `$ref` file includes, secure-by-default networking, and Bicep-less / Terraform-less init paths. +- [[#8847]](https://github.com/Azure/azure-dev/pull/8847) Add container deployment support for App Service. Services configured with `host: appservice` and `language: docker` (or `docker.path`) now push the container image to ACR and update the site's container configuration, enabling Web App for Containers scenarios. + +### Bugs Fixed + +- [[#8805]](https://github.com/Azure/azure-dev/pull/8805) Fix `azd tool install azure-skills` mistaking the VS Code Copilot Chat launcher stub for a working Copilot CLI host. Host selection now uses a functional probe, so installs no longer silently no-op (macOS) or get stuck on a PATH prompt (Linux). + +### Other Changes + +- [[#8838]](https://github.com/Azure/azure-dev/pull/8838) Expose a service's `uses` (dependency) list on the extension SDK `ServiceConfig`, so extensions can read service and resource dependencies directly instead of via `SetServiceConfigValue`. + ## 1.26.0 (2026-06-24) ### Features Added diff --git a/cli/azd/pkg/azdext/version.go b/cli/azd/pkg/azdext/version.go index 78e9374cbd1..226ee1538e1 100644 --- a/cli/azd/pkg/azdext/version.go +++ b/cli/azd/pkg/azdext/version.go @@ -6,4 +6,4 @@ package azdext // Version is the semantic version of the azdext SDK package. // This value mirrors the CLI version in cli/version.txt and is // automatically updated by eng/scripts/Update-CliVersion.ps1. -const Version = "1.27.0-beta.1" +const Version = "1.27.0" diff --git a/cli/version.txt b/cli/version.txt index 987468dd16f..5db08bf2dc5 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.27.0-beta.1 +1.27.0