-
Notifications
You must be signed in to change notification settings - Fork 267
Bump extension versions #6547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump extension versions #6547
Conversation
404576b to
f1e7863
Compare
f1e7863 to
bc839cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Resolves #6546
These new versions include enhanced telemetry and debugging support (#6541)