Create changelog for azd 1.24.1#7803
Conversation
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/45a79cac-26e3-4998-b5ff-f29418092ab3 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Prepares the Azure Developer CLI (azd) 1.24.1 patch release by bumping version artifacts and adding the corresponding CHANGELOG entry.
Changes:
- Bump CLI version to 1.24.1 (
cli/version.txtandcli/azd/pkg/azdext/version.go). - Add 1.24.1 release notes section to
cli/azd/CHANGELOG.md. - Update the top “Unreleased” beta header in the changelog.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
cli/version.txt |
Bumps CLI version from 1.24.0 to 1.24.1. |
cli/azd/pkg/azdext/version.go |
Syncs azdext SDK Version constant to 1.24.1. |
cli/azd/CHANGELOG.md |
Adds 1.24.1 release notes and updates the Unreleased beta heading. |
jongio
left a comment
There was a problem hiding this comment.
A few things worth checking before this ships:
- The 1.24.0 changelog lists
--fail-on-prompt(#7394) as a new feature, but #7744 reverted that flag on Apr 15, after 1.24.0 shipped. The 1.24.1 entry doesn't mention the revert, so users following the changelog will look for the flag in 1.24.1 and not find it. An entry under Bugs Fixed or Other Changes calling out the removal would close that gap. - The Unreleased header was bumped from
1.24.0-beta.1to1.24.1-beta.1. The prior patch release PR (#7711, 1.23.16) left the unreleased header alone and let the follow-upIncrement CLI version after releasePR handle it viaeng/scripts/Update-CliVersion.ps1. With this change,## 1.24.1-beta.1 (Unreleased)sits directly above## 1.24.1 (2026-04-18), which reads as the same version being both released and in development. Worth confirming this is intentional. - Release date is set to
2026-04-18. Today is 2026-04-17 (local). If tomorrow is the planned ship date that's fine; otherwise it should be today's date per the changelog skill convention.
|
…-on-prompt revert entry Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/2c43e3e8-1ead-4e44-b863-3741674b4b86 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Done in
Done in
|
|
|
@copilot fix these:
|
…date skill date convention Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/7ad7a0e4-e45a-44db-9850-cd84c87cb11d Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Done in
|
Both were already fixed in |
|
/check-enforcer override |
Prepares the 1.24.1 patch release changelog from commits merged since 1.24.0.
Version bumps
cli/version.txt:1.24.0→1.24.1cli/azd/pkg/azdext/version.go:Versionconstant1.24.0→1.24.1Changelog entries (
cli/azd/CHANGELOG.md)Features Added
.azdxignoresupport forazd x watchBugs Fixed
errorHandling.fix=allownow auto-retries (was fix-only, no retry)docker.path/docker.contextwrongly resolved relative to service dir instead of project rootazd pipeline config --provider azdohardcoded queue name"Default"causing failuresOther Changes
Unreleased header
Updated to
## 1.25.0-beta.1 (Unreleased)— next minor version placeholder, consistent witheng/scripts/Update-CliVersion.ps1convention.Skill update
Updated
.github/skills/changelog-generation/references/scope-rules.mdto document:(Unreleased)placeholder uses the next minor version (X.(Y+1).0-beta.1), not the next patch.Exclusions
Extension-only (#7741, #7763, #7747, #7765, #7753, #7787), CI/release (#7760, #7772), docs-only (#7667, #7757), test-only (#7770), reverted-before-1.24.0 (#7744).