Bump extension versions - #6547
Merged
Merged
Conversation
JeffreyCA
force-pushed
the
jeffreyca/ext-changelogs
branch
from
January 22, 2026 00:51
404576b to
f1e7863
Compare
JeffreyCA
force-pushed
the
jeffreyca/ext-changelogs
branch
from
January 22, 2026 22:18
f1e7863 to
bc839cf
Compare
JeffreyCA
marked this pull request as ready for review
January 22, 2026 22:20
JeffreyCA
requested review from
hemarina,
tg-msft,
vhvb1989,
wbreza and
weikanglim
as code owners
January 22, 2026 22:20
JeffreyCA
requested review from
ZubaeyrMSFT,
achauhan-scc,
kingernupur,
rabollin,
rajeshkamal5050,
saanikaguptamicrosoft and
trangevi
as code owners
January 22, 2026 22:20
Contributor
There was a problem hiding this comment.
Pull request overview
Updates bundled azd extension package versions to include recent metadata/telemetry and AZD_EXT_DEBUG debugging enhancements (per #6541), addressing the “release new versions” request in #6546.
Changes:
- Bump extension versions in
version.txtandextension.yamlfor multiple extensions. - Add corresponding release entries to each extension’s
CHANGELOG.md.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| cli/azd/extensions/microsoft.azd.extensions/version.txt | Bumps extension package version to 0.9.0. |
| cli/azd/extensions/microsoft.azd.extensions/extension.yaml | Keeps manifest version in sync with package bump (0.9.0). |
| cli/azd/extensions/microsoft.azd.extensions/CHANGELOG.md | Documents 0.9.0 release highlights (metadata + debug support). |
| cli/azd/extensions/microsoft.azd.concurx/version.txt | Bumps extension package version to 0.0.2. |
| cli/azd/extensions/microsoft.azd.concurx/extension.yaml | Keeps manifest version in sync with package bump (0.0.2). |
| cli/azd/extensions/microsoft.azd.concurx/CHANGELOG.md | Documents 0.0.2 release highlights (metadata + debug support). |
| cli/azd/extensions/azure.coding-agent/version.txt | Bumps extension package version to 0.6.0. |
| cli/azd/extensions/azure.coding-agent/extension.yaml | Keeps manifest version in sync with package bump (0.6.0). |
| cli/azd/extensions/azure.coding-agent/CHANGELOG.md | Documents 0.6.0 release highlights (metadata + debug support). |
| cli/azd/extensions/azure.ai.finetune/version.txt | Bumps extension package version to 0.0.11-preview. |
| cli/azd/extensions/azure.ai.finetune/extension.yaml | Keeps manifest version in sync with package bump (0.0.11-preview). |
| cli/azd/extensions/azure.ai.finetune/CHANGELOG.md | Documents 0.0.11-preview release highlights. |
| cli/azd/extensions/azure.ai.agents/version.txt | Bumps extension package version to 0.1.6-preview. |
| cli/azd/extensions/azure.ai.agents/extension.yaml | Keeps manifest version in sync with package bump (0.1.6-preview). |
| cli/azd/extensions/azure.ai.agents/CHANGELOG.md | Documents 0.1.6-preview release highlights (metadata + debug support). |
Comments suppressed due to low confidence (2)
cli/azd/extensions/azure.coding-agent/version.txt:2
version.txtcurrently contains an extra blank line (file has 2 lines). Because the build scripts read it viaGet-Contentinto a[string]parameter, PowerShell will join multiple lines with a space, producing a version like0.6.0(trailing space) in ldflags and other outputs. Please keepversion.txtto a single non-empty line (remove the empty line at EOF).
0.6.0
cli/azd/extensions/azure.ai.finetune/version.txt:2
version.txtcurrently contains an extra blank line (file has 2 lines). Since the build scripts read it viaGet-Contentinto a[string]parameter, multiple lines get joined with a space, potentially resulting in0.0.11-preview(trailing space) being embedded in build metadata. Please ensureversion.txtcontains exactly one non-empty line (remove the empty line at EOF).
0.0.11-preview
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hemarina
approved these changes
Jan 22, 2026
rajeshkamal5050
approved these changes
Jan 22, 2026
vhvb1989
approved these changes
Jan 22, 2026
JeffreyCA
marked this pull request as draft
January 22, 2026 23:00
JeffreyCA
marked this pull request as ready for review
January 23, 2026 00:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #6546
These new versions include enhanced telemetry and debugging support (#6541)