Prepare azd 1.27.1 release changelog#9032
Conversation
Co-authored-by: richardpark-msft <51494936+richardpark-msft@users.noreply.github.com>
|
We'll regenerate this after we get #9019 in. |
… 1.28.0-beta.1 Co-authored-by: richardpark-msft <51494936+richardpark-msft@users.noreply.github.com>
hemarina
left a comment
There was a problem hiding this comment.
Thank you for managing the release!
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
There was a problem hiding this comment.
Pull request overview
This PR prepares an azd release by converting the in-development 1.28.0-beta.1 (Unreleased) changelog section into a dated release entry and bumping the version files. It moves the previously-unreleased #8949 entry into a new dated release section, adds four more entries (one feature and three bug fixes) for PRs merged since 1.27.0, and updates cli/version.txt and cli/azd/pkg/azdext/version.go to the release version. This is standard release-preparation housekeeping.
The changelog entries themselves accurately describe their source PRs (#8927, #8949, #8875, #8842, #8937), and the release date (2026-07-09) is today, not a future date. However, there is a significant version inconsistency: the PR title, changelog header, and version files all use 1.27.1, while the PR description and the in-development beta (1.28.0-beta.1) point to 1.28.0. Bumping cli/version.txt/version.go from 1.28.0-beta.1 down to 1.27.1 is a version decrease, and the release includes a new feature (#8927), which is inconsistent with a patch bump.
Changes:
- Adds a new dated release section to
CHANGELOG.md(1 feature + 4 bug fixes), retaining the1.28.0-beta.1 (Unreleased)header above it. - Updates
cli/version.txtfrom1.28.0-beta.1to1.27.1. - Updates the
Versionconstant incli/azd/pkg/azdext/version.goto match.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| cli/azd/CHANGELOG.md | Adds a new dated release section with 5 entries; version label (1.27.1) is inconsistent with the retained 1.28.0-beta.1 (Unreleased) header and the included feature. |
| cli/version.txt | Bumps the CLI version, but to 1.27.1 — a decrease from the prior 1.28.0-beta.1. |
| cli/azd/pkg/azdext/version.go | Mirrors version.txt at 1.27.1; carries the same version concern. |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
|
/check-enforcer evaluate |
|
/check-enforcer override |
Converts the
1.28.0-beta.1 (Unreleased)section into a dated release entry and bumps version files for the 1.28.0 release.Changes
cli/azd/CHANGELOG.md— replaces unreleased header with1.28.0 (2026-07-08), adds 1 feature + 4 bug fix entries, adds1.29.0-beta.1 (Unreleased)placeholder at the topcli/version.txt—1.28.0-beta.1→1.28.0cli/azd/pkg/azdext/version.go—Versionconstant updated to1.28.01.28.0 changelog entries
azd extension install --no-dependencies+ registry consistency validationLD_PRELOAD/DYLD_INSERT_LIBRARIESetc. from tool subprocess environmentsazd tool uninstallfor VS Code extensions with dependents and Copilot CLI via HomebrewDeprecatingmodels from default AI model selectionproject/languageYAML fields for code-less resource hostsExtension-only changes (azure.ai.agents, microsoft.foundry, etc.) are excluded from the core changelog per scope rules.