Skip to content

Prepare Foundry extensions for 1.0.0-beta.1 release#8896

Merged
trangevi merged 7 commits into
mainfrom
trangevi/issue-8892-foundry-extensions-prepare-extension-re-11e2ec
Jun 30, 2026
Merged

Prepare Foundry extensions for 1.0.0-beta.1 release#8896
trangevi merged 7 commits into
mainfrom
trangevi/issue-8892-foundry-extensions-prepare-extension-re-11e2ec

Conversation

@trangevi

@trangevi trangevi commented Jun 30, 2026

Copy link
Copy Markdown
Member

Fixes: #8892

Motivation

The Foundry extensions are graduating from preview to beta. This PR bumps all seven Foundry extensions to 1.0.0-beta.1 and 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.1
  • azure.ai.connections: 0.1.3-preview -> 1.0.0-beta.1
  • azure.ai.inspector: 0.0.1-preview -> 1.0.0-beta.1
  • azure.ai.projects: 0.1.1-preview -> 1.0.0-beta.1
  • azure.ai.routines: 0.1.1-preview -> 1.0.0-beta.1
  • azure.ai.skills: 0.1.1-preview -> 1.0.0-beta.1
  • azure.ai.toolboxes: 0.1.2-preview -> 1.0.0-beta.1
  • microsoft.foundry: 0.1.0-preview -> 1.0.0-beta.1

Branding:

  • Updated displayName and description from "(Preview)" to "(Beta)" across all extensions

Dependency versions:

  • Updated microsoft.foundry meta-extension dependency constraints from ~0.1.0-preview to ~1.0.0-beta.1 for all bundled extensions

Changelogs:

  • Reformatted existing Unreleased entries to standard format with [[#NNNN]](url) PR references
  • Added missing entries for all PRs merged since each extension's last release
  • Used categorized subsections (### Features Added, ### Breaking Changes, ### Bugs Fixed)
  • Added contributor attribution for external (non-CODEOWNERS) authors only

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>
Copilot AI review requested due to automatic review settings June 30, 2026 22:31
@github-actions

Copy link
Copy Markdown

📋 Prioritization Note

Thanks for the contribution! The linked issue isn't in the current milestone yet.
Thank you for logging this issue; our team is reviewing it. If you need urgent prioritization, tag @RickWinter and @kristenwomack to let us know.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 (including version.txt + extension.yaml).
  • Updated extension metadata branding from “(Preview)” to “(Beta)”, and updated microsoft.foundry dependency constraints to ~1.0.0-beta.1 (keeping azure.ai.inspector on 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.

Comment thread cli/azd/extensions/azure.ai.agents/CHANGELOG.md Outdated
trangevi and others added 2 commits June 30, 2026 15:34
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…in changelog

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added ext-agents azure.ai.agents extension ext-connections azure.ai.connections extension ext-foundry azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes}, microsoft.foundry ext-projects azure.ai.projects extension ext-routines azure.ai.routines extension ext-skills azure.ai.skills extension ext-toolboxes azure.ai.toolboxes extension labels Jun 30, 2026

@jongio jongio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor changelog categorization note inline.

Comment thread cli/azd/extensions/azure.ai.routines/CHANGELOG.md Outdated
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>
@trangevi trangevi force-pushed the trangevi/issue-8892-foundry-extensions-prepare-extension-re-11e2ec branch from 7cf1ff3 to bf8f584 Compare June 30, 2026 22:48
trangevi and others added 2 commits June 30, 2026 15:49
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added the ext-inspector azure.ai.inspector extension label Jun 30, 2026

@jongio jongio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@trangevi trangevi enabled auto-merge (squash) June 30, 2026 23:07

@tg-msft tg-msft left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving the microsoft.foundry changfes

@trangevi

Copy link
Copy Markdown
Member Author

/check-enforcer override

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ext-agents azure.ai.agents extension ext-connections azure.ai.connections extension ext-foundry azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes}, microsoft.foundry ext-inspector azure.ai.inspector extension ext-projects azure.ai.projects extension ext-routines azure.ai.routines extension ext-skills azure.ai.skills extension ext-toolboxes azure.ai.toolboxes extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Foundry Extensions] Prepare extension releases for HA GA

5 participants