Prepare azd core 1.29.0 release - #9359
Conversation
|
Azure Pipelines: 20 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). 21 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Prepares the azd core 1.28.2 release with synchronized version metadata and release notes.
Changes:
- Adds the 1.28.2 changelog covering four user-facing changes.
- Sets the CLI and azdext SDK versions to 1.28.2.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
cli/azd/CHANGELOG.md |
Adds the 1.28.2 release notes. |
cli/version.txt |
Sets the CLI release version. |
cli/azd/pkg/azdext/version.go |
Synchronizes the azdext SDK version. |
|
Do we want to cut this release as 1.29.0 because the "Auto-enable no-prompt mode in CI environments" that is a user-visible default-behavior change (CI/AI-agent runs now auto-enable no-prompt)? Versus v1.28.2 |
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
|
@copilot Agree with #9359 (comment). Use 1.29.0 as version number. |
Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
Updated the release to 1.29.0 in 4abf106: changelog heading is now |
|
/check-enforcer override |
Adds the changelog entry and version bump for the azd core 1.29.0 release, mirroring the 1.28.1 release prep (#9262).
Changes
cli/azd/CHANGELOG.md— new## 1.28.2 (2026-07-29)section below the1.29.0-beta.1 (Unreleased)header:AZD_NON_INTERACTIVE=falseopts out); confirmation prompts honor defaults when stdin is exhausted.azure.yamlso service fields aren't lost.execution.environmenttelemetry.cli/version.txtandcli/azd/pkg/azdext/version.go—1.29.0-beta.1→1.28.2(the post-release pipeline increments them back).Commit range coverage
Cutoff is
3cf6db588(the 1.28.1 changelog commit) throughf91b4c4a2: 32 commits, 4 included. Excluded — extension-only (#9328, #9314, #9327, #9291, #9290, #9292, #9212, #9280, #9237, #9264, #9254, #9277, #9267), registry/generated testdata (#9138, #9278, #9276, #9273, #9274), CI/engsys (#9282, #9294, #9233, #9241), dependency bumps (#9240, #9269, #9272), test-only (#9313), docs-only (#9165), and the post-release version increment (#9265).Reviewers may want to confirm the scope call on #9211 (core change is a mutex around extension-driven project config mutations) and whether #9125 belongs in a patch release.