# 3.7.2

**Release Date:** June 8, 2026

---

## ✨ New Features

### CLI

#### Pipeline Commands Support Remote Repositories 🔗

**Commit:** [`ca33332a`](https://github.com/saif-corp/forge/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](https://github.com/saif-corp/forge/issues/747). [#759](https://github.com/saif-corp/forge/pull/759)

```sh
# 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`](https://github.com/saif-corp/forge/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](https://github.com/saif-corp/forge/pull/742). A `moved.tf` block ensures existing state entries are renamed in-place with no Azure destroy/recreate. [#770](https://github.com/saif-corp/forge/pull/770)

---

### CLI

#### Fix Double-Width Info Emoji Rendering 🖥️

**Commit:** [`d02194f6`](https://github.com/saif-corp/forge/commit/d02194f6)

Replaces the double-width ℹ️ emoji with a single-width `i` character to prevent layout misalignment in terminal output. [#769](https://github.com/saif-corp/forge/pull/769)

---

## 📦 Dependencies

| Package | From | To | PR |
|---------|------|----|----|
| Aspire.Hosting | 13.3.5 | 13.4.2 | [#764](https://github.com/saif-corp/forge/pull/764) |
| Aspire.Hosting.Azure.CosmosDB | 13.3.5 | 13.4.2 | [#764](https://github.com/saif-corp/forge/pull/764) |
| Aspire.Hosting.Azure.Functions | 13.3.5 | 13.4.2 | [#764](https://github.com/saif-corp/forge/pull/764) |
| Aspire.Hosting.Azure.ServiceBus | 13.3.5 | 13.4.2 | [#764](https://github.com/saif-corp/forge/pull/764) |
| Aspire.Hosting.JavaScript | 13.3.5 | 13.4.2 | [#764](https://github.com/saif-corp/forge/pull/764) |
| Aspire.Oracle.EntityFrameworkCore | 13.3.5 | 13.4.2 | [#764](https://github.com/saif-corp/forge/pull/764) |
| Microsoft.Identity.Client | 4.84.1 | 4.84.2 | [#764](https://github.com/saif-corp/forge/pull/764) |

---

## 🔄 Breaking Changes

None in this release ✅

---

## 📋 Additional Notes

- Total commits: 4
- Contributors: Emmitt Johnson, dependabot[bot]

---

### Support

- 📧 Teams Support Channel: [Support](https://teams.microsoft.com/l/channel/19%3Acb611810fb0b42b080cfff5590bdd51c%40thread.tacv2/Support?groupId=514d2dac-2d62-48ce-bf99-0fa0ce39469c&tenantId=a86cb8ed-369b-4df5-ace5-43811f6e08cf)

---
