3.7.2¶
Release Date: June 8, 2026
⨠New Features¶
CLI¶
Pipeline Commands Support Remote Repositories đ¶
Commit: ca33332a
Adds a --repo/-r global option to all saif pipeline subcommands â list, run, approve, and monitor â enabling engineers to target remote ADO repositories without a local git checkout. A --branch option is also added to pipeline run for use alongside --repo, defaulting to the repository's default branch from ADO. Closes #747. #759
# List pipelines in a remote repo (no local checkout needed)
saif pipeline list --repo MyService
# Run a pipeline on a specific branch
saif pipeline run --repo MyService --branch feat/my-feature
# Approve a pipeline run remotely
saif pipeline approve --repo MyService
đ Bug Fixes¶
Terraform Modules¶
Rename OTEL Header UAMI Resources and Add Depends-On Ordering đ¶
Module: identity
Commit: df002e2c
Renames otel_header_np â otel_header_np_uami and otel_header_prod â otel_header_prod_uami to make the UAMI/SP identity distinction explicit, and adds depends_on guards on the SP assignments to prevent a 409 race condition for workspaces pre-dating #742. A moved.tf block ensures existing state entries are renamed in-place with no Azure destroy/recreate. #770
CLI¶
Fix Double-Width Info Emoji Rendering đĨ
Commit: d02194f6
Replaces the double-width âšī¸ emoji with a single-width i character to prevent layout misalignment in terminal output. #769
đĻ Dependencies¶
| Package | From | To | PR |
|---|---|---|---|
| Aspire.Hosting | 13.3.5 | 13.4.2 | #764 |
| Aspire.Hosting.Azure.CosmosDB | 13.3.5 | 13.4.2 | #764 |
| Aspire.Hosting.Azure.Functions | 13.3.5 | 13.4.2 | #764 |
| Aspire.Hosting.Azure.ServiceBus | 13.3.5 | 13.4.2 | #764 |
| Aspire.Hosting.JavaScript | 13.3.5 | 13.4.2 | #764 |
| Aspire.Oracle.EntityFrameworkCore | 13.3.5 | 13.4.2 | #764 |
| Microsoft.Identity.Client | 4.84.1 | 4.84.2 | #764 |
đ Breaking Changes¶
None in this release â
đ Additional Notes¶
- Total commits: 4
- Contributors: Emmitt Johnson, dependabot[bot]
Support¶
- đ§ Teams Support Channel: Support