Prepare Foundry extensions for 1.0.0-beta.1 release#8896
Conversation
Bump all Foundry extensions to version 1.0.0-beta.1: - azure.ai.agents, azure.ai.connections, azure.ai.projects, azure.ai.routines, azure.ai.skills, azure.ai.toolboxes, microsoft.foundry For each extension: - Update version.txt and extension.yaml version field - Rename displayName/description from (Preview) to (Beta) - Add/reformat CHANGELOG entries with PR number references - Update microsoft.foundry dependency versions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
📋 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 the Foundry/AI azd extensions for their 1.0.0-beta.1 release by bumping extension versions, updating branding from Preview → Beta, aligning the microsoft.foundry meta-extension dependency constraints, and curating release notes across the seven extensions.
Changes:
- Bumped all seven Foundry extensions to
1.0.0-beta.1(includingversion.txt+extension.yaml). - Updated extension metadata branding from “(Preview)” to “(Beta)”, and updated
microsoft.foundrydependency constraints to~1.0.0-beta.1(keepingazure.ai.inspectoron preview). - Converted/updated changelogs to include the
1.0.0-beta.1 (2026-06-30)release entries with categorized sections and PR-linked bullets.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| cli/azd/extensions/microsoft.foundry/version.txt | Bumps meta-extension version to 1.0.0-beta.1. |
| cli/azd/extensions/microsoft.foundry/extension.yaml | Updates branding to Beta and bumps version/dependency constraints. |
| cli/azd/extensions/microsoft.foundry/CHANGELOG.md | Adds 1.0.0-beta.1 release entry. |
| cli/azd/extensions/azure.ai.toolboxes/version.txt | Bumps extension version to 1.0.0-beta.1. |
| cli/azd/extensions/azure.ai.toolboxes/extension.yaml | Updates branding to Beta and bumps version. |
| cli/azd/extensions/azure.ai.toolboxes/CHANGELOG.md | Adds 1.0.0-beta.1 release entry with PR links. |
| cli/azd/extensions/azure.ai.skills/version.txt | Bumps extension version to 1.0.0-beta.1. |
| cli/azd/extensions/azure.ai.skills/extension.yaml | Updates branding to Beta and bumps version. |
| cli/azd/extensions/azure.ai.skills/CHANGELOG.md | Adds 1.0.0-beta.1 release entry with categorized sections. |
| cli/azd/extensions/azure.ai.routines/version.txt | Bumps extension version to 1.0.0-beta.1. |
| cli/azd/extensions/azure.ai.routines/extension.yaml | Updates branding to Beta and bumps version. |
| cli/azd/extensions/azure.ai.routines/CHANGELOG.md | Adds 1.0.0-beta.1 release entry with categorized sections. |
| cli/azd/extensions/azure.ai.projects/version.txt | Bumps extension version to 1.0.0-beta.1. |
| cli/azd/extensions/azure.ai.projects/extension.yaml | Updates branding to Beta and bumps version. |
| cli/azd/extensions/azure.ai.projects/CHANGELOG.md | Adds 1.0.0-beta.1 release entry with PR links. |
| cli/azd/extensions/azure.ai.connections/version.txt | Bumps extension version to 1.0.0-beta.1. |
| cli/azd/extensions/azure.ai.connections/extension.yaml | Updates branding to Beta and bumps version. |
| cli/azd/extensions/azure.ai.connections/CHANGELOG.md | Adds 1.0.0-beta.1 release entry with PR links. |
| cli/azd/extensions/azure.ai.agents/version.txt | Bumps extension version to 1.0.0-beta.1. |
| cli/azd/extensions/azure.ai.agents/extension.yaml | Updates branding to Beta and bumps version. |
| cli/azd/extensions/azure.ai.agents/CHANGELOG.md | Adds 1.0.0-beta.1 release entry with Features/Breaking Changes/Bugs Fixed sections. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…in changelog Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jongio
left a comment
There was a problem hiding this comment.
One minor changelog categorization note inline.
Update the inspector extension version, branding (Preview -> Beta), and changelog. Also update the dependency version constraint in azure.ai.agents and microsoft.foundry extension.yaml files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
7cf1ff3 to
bf8f584
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jongio
left a comment
There was a problem hiding this comment.
The PR body still says "except azure.ai.inspector which remains at preview" but the latest commits bump inspector to 1.0.0-beta.1 too. Worth updating the description so the merge commit does not carry stale info.
tg-msft
left a comment
There was a problem hiding this comment.
Approving the microsoft.foundry changfes
|
/check-enforcer override |
Fixes: #8892
Motivation
The Foundry extensions are graduating from preview to beta. This PR bumps all seven Foundry extensions to
1.0.0-beta.1and updates their changelogs with properly formatted entries for all PRs merged since their last releases.Changes
Version bump (all 7 extensions):
azure.ai.agents: 0.1.42-preview -> 1.0.0-beta.1azure.ai.connections: 0.1.3-preview -> 1.0.0-beta.1azure.ai.inspector: 0.0.1-preview -> 1.0.0-beta.1azure.ai.projects: 0.1.1-preview -> 1.0.0-beta.1azure.ai.routines: 0.1.1-preview -> 1.0.0-beta.1azure.ai.skills: 0.1.1-preview -> 1.0.0-beta.1azure.ai.toolboxes: 0.1.2-preview -> 1.0.0-beta.1microsoft.foundry: 0.1.0-preview -> 1.0.0-beta.1Branding:
displayNameanddescriptionfrom "(Preview)" to "(Beta)" across all extensionsDependency versions:
microsoft.foundrymeta-extension dependency constraints from~0.1.0-previewto~1.0.0-beta.1for all bundled extensionsChangelogs:
[[#NNNN]](url)PR references### Features Added,### Breaking Changes,### Bugs Fixed)