Prepare azd 1.27.0 core release#8886
Conversation
- 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>
🔗 Linked Issue RequiredThanks for the contribution! Please link a GitHub issue to this PR by adding |
There was a problem hiding this comment.
Pull request overview
Prepares the azd core 1.27.0 release by finalizing version metadata and rolling the changelog forward from the previous beta placeholder to a dated release entry plus the next unreleased placeholder.
Changes:
- Set
cli/version.txtto1.27.0. - Sync the azd extension SDK version (
cli/azd/pkg/azdext/version.go) to1.27.0. - Convert the prior unreleased changelog section into
1.27.0 (2026-06-30)and open1.28.0-beta.1 (Unreleased).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
cli/version.txt |
Bumps the CLI version to the 1.27.0 release. |
cli/azd/pkg/azdext/version.go |
Keeps the azdext SDK version constant in sync with the CLI version. |
cli/azd/CHANGELOG.md |
Moves release notes into a dated 1.27.0 section and creates the next unreleased placeholder. |
jongio
left a comment
There was a problem hiding this comment.
Version bump is consistent across cli/version.txt and cli/azd/pkg/azdext/version.go (both 1.27.0). Next unreleased placeholder (1.28.0-beta.1) follows semver. Changelog entries properly moved from unreleased to the dated 1.27.0 section with no duplicates. No issues from my side.
|
/check-enforcer override |
Prepares the azd core 1.27.0 release by converting the current unreleased changelog into a dated release entry and opening the next development placeholder.
Release metadata
cli/version.txtto1.27.0cli/azd/pkg/azdext/version.goto keep the SDK version in syncChangelog
1.27.0 (2026-06-30)release section1.28.0-beta.1 (Unreleased)placeholderazd extension install/upgrade/listaccept a registry location directly via-s/--source(#8792)azd tool uninstallcommand (#8794)azure.yamlwith$refincludes and Bicep-less init (#8818)azd tool install azure-skillsno longer treats the VS Code Copilot Chat launcher stub as a usable host (#8805)usesdependency list on the extension SDKServiceConfig(#8838)Extension-only changes (agents/training/routines), CI, test-only, and dependency/security bumps that do not affect the shipped core binary were excluded from this core changelog.