🤓 Content for release: 13.5 - #1233
Merged
Merged
Conversation
…1181) * docs: document timestamp search qualifier for telemetry filtering Documents the new 'timestamp' search qualifier added in microsoft/aspire#17816. Users can now filter traces and structured logs by date/time using ISO 8601 strings with comparison operators (>, >=, <, <=) in the dashboard filter bar. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Move timestamp qualifier docs to shared CLI references Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com> * Fix severity casing in timestamp search example Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: James Newton-King <james@newtonking.com> * Apply suggestion from @JamesNK * Apply suggestion from @JamesNK * docs: clarify date-only timestamp search values Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com> * Apply suggestion from @JamesNK * Apply suggestion from @JamesNK * Update timestamp example dates to use 2026 --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com> Co-authored-by: James Newton-King <james@newtonking.com>
* Fix persistent container endpoint proxy default docs Persistent containers use proxied endpoints by default (same as session containers), while persistent executables and projects default to proxyless endpoints. Also document that proxyless container endpoints with only a targetPort immediately allocate the targetPort as the host port. Corrects docs that previously stated all persistent resources default to proxyless endpoints. Documents changes from microsoft/aspire#17960. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Negstad <50252651+danegsta@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…re#17889) (#1210) * docs: update Foundry Local section to reflect CLI-based lifecycle The Foundry Local integration now uses the installed 'foundry' CLI (foundry service start/stop/list and foundry model download/load) instead of the FoundryLocalManager in-proc APIs. Aspire manages the entire service lifecycle automatically. Update docs to: - Clarify users do not need to pre-start Foundry Local - State that the 'foundry' CLI must be on PATH - Describe the automatic start/stop lifecycle management Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Sébastien Ros <sebastienros@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
David Pine (IEvangelist)
requested review from
Eric Erhardt (eerhardt) and
Mitch Denny (mitchdenny)
as code owners
June 9, 2026 02:27
13.5
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Aspire 13.5 “What’s new” placeholder content and updates several docs to reflect recent networking/persistence behavior changes and new CLI telemetry search capabilities (timestamp filtering).
Changes:
- Add placeholder release notes page for Aspire 13.5 and wire it into the docs sidebar.
- Update persistent lifetime/proxyless endpoint guidance across “What’s new”, networking fundamentals, and resource lifetime docs.
- Extend CLI
--searchdocumentation to include timestamp comparisons for logs/traces/spans (plus command reference updates).
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/content/docs/whats-new/aspire-13-5.mdx | Adds placeholder Aspire 13.5 release notes + upgrade/install guidance scaffolding. |
| src/frontend/src/content/docs/whats-new/aspire-13-4.mdx | Clarifies persistent proxy behavior differences between containers vs executables/projects. |
| src/frontend/src/content/docs/reference/cli/search-filter.mdx | Documents timestamp qualifier and comparison behavior for --search. |
| src/frontend/src/content/docs/reference/cli/commands/aspire-otel-traces.mdx | Updates supported search fields + adds timestamp filtering example. |
| src/frontend/src/content/docs/reference/cli/commands/aspire-otel-spans.mdx | Updates supported search fields + adds timestamp filtering example. |
| src/frontend/src/content/docs/reference/cli/commands/aspire-otel-logs.mdx | Updates supported search fields + adds timestamp filtering example. |
| src/frontend/src/content/docs/integrations/cloud/azure/azure-ai-foundry/azure-ai-foundry-host.mdx | Updates Foundry Local lifecycle explanation and prerequisites around foundry CLI. |
| src/frontend/src/content/docs/fundamentals/networking-overview.mdx | Refines proxyless endpoint defaults/behavior for persistent resources and containers. |
| src/frontend/src/content/docs/app-host/resource-lifetimes.mdx | Updates persistent lifetime endpoint proxy defaults and proxyless container endpoint note. |
| src/frontend/config/sidebar/docs.topics.ts | Adds “Aspire 13.5” entry to the “What’s new” sidebar section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
Add a new row to the CLI telemetry data points table for Aspire CLI 13.5 documenting the new coding agent detection telemetry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
David Fowler (davidfowl)
marked this pull request as draft
June 10, 2026 05:27
…8065-a0f9d35c8766b2f3 [docs] Document coding agent telemetry detection in CLI telemetry page
* docs: add WithTerminal() interactive terminal sessions page Documents the WithTerminal() experimental API introduced in Aspire 13.5: - Basic usage (C# and TypeScript) - Custom terminal dimensions - Multi-replica support - Dashboard terminal view - aspire terminal attach / aspire terminal ps CLI commands Closes microsoft/aspire#17866 (docs obligation) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: address PR review feedback for withterminal docs - remove redundant sidebar translations block - clean up unused import and wording updates - fix CLI reference link target - remove duplicate build/run call in dimensions sample Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Mitch Denny <midenn@orangecake.local> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Update all banners (18 files across English and 16 locale variants) from 13.4 to 13.5 with engaging messaging - Replace 13.5 placeholder release notes with comprehensive content from the official changelog - Include detailed release highlights covering AppHost, CLI, Dashboard, and Extensions improvements - Document breaking changes (ServiceProvider renamed, PublishAsConnectionString obsolete, aspire ps --resources flag removed) - Maintain consistent tone and voice with prior What's new articles Changes cover: - Interactive terminal sessions with WithTerminal() - Polyglot IInteractionService across TypeScript, Python, Go, Java, Rust - User-defined resource command arguments - TypeScript AppHost stability fixes and optimizations - Custom health checks for TypeScript AppHosts - CLI enhancements (npm package, embedded skills bundle) - Dashboard telemetry improvements (timestamp filtering, better error messages) - VS Code extension enhancements (Dashboard side panel, Bun debugging, resource commands) - Foundry Local integration CLI updates - And more bug fixes and improvements Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add documentation for the new operating system check introduced in microsoft/aspire#18252. The check appears in the Environment section of `aspire doctor` output and includes structured metadata in JSON format. Changes: - Update Environment checks description to mention OS reporting - Add OS check to sample table output - Add operating-system entry to JSON output example - Document the osType/displayName/version/description metadata fields Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Make release-branch API data generation resilient On a release branch the official Aspire packages resolve from a branch-specific build feed that only carries that build's packages. Reconcile the freshly generated integration catalog against the previously published one so a release refresh only advances versions and never drops Community Toolkit / off-cadence integrations or regresses their presentation metadata (download counts, published icons). Also add opt-in carry-forward for the TypeScript API dump (ASPIRE_TS_API_CARRY_FORWARD) so a single package whose transitive restore needs an unreachable feed no longer discards the whole run, and an optional public NuGet index override (ASPIRE_PUBLIC_NUGET_INDEX). Both are no-ops by default so CI behavior is unchanged. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Update generated API data to Aspire 13.5 Regenerate the integration catalog, C# package API data, TypeScript modules, and the twoslash type bundle from the Aspire 13.5 packages. Adds the new Aspire.Hosting.Dotnet and Aspire.Hosting.Radius integrations. Aspire.Hosting.Foundry is intentionally held at 13.4.6-preview: its transitive dependency (Microsoft.AI.Foundry.Local) only restores from an authenticated internal feed, so its 13.5 ATS dump cannot be produced in this environment. Its catalog entry, C# package data, and TypeScript module are all frozen at 13.4.6-preview and will advance when regenerated with feed access. Community Toolkit and other off-cadence integrations are carried forward unchanged (no 13.5 build published yet). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Exclude fetched-but-filtered packages from release-branch carry-forward reconcileReleaseBranchCatalog carried forward any previous catalog entry missing from the fresh output, which could silently reintroduce packages that were fetched and then intentionally dropped (e.g. deprecated or unverified) by filterOutDeprecatedWithRegistration / filterAndTransform. Capture every fetched package id before those filters run and pass the set into reconciliation, so carry-forward only applies to integrations that were never seen in any source (community toolkit / off-cadence packages) rather than ones we deliberately excluded. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…orTenant (#1451) * docs: document AzureBicepResourceScope.CreateForSubscription/CreateForTenant Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: clarify TypeScript support for Azure Bicep deployment scope Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
…on (#1459) * docs: document project serverReadyAction override in VS Code extension * docs: clarify serverReadyAction setting path Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * docs: note AppHost serverReadyAction behavior Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * docs: preserve IPv6 server-ready URLs Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * docs: clarify AppHost server-ready precedence Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Ella Hathaway <ellahathaway@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Documents the warnings emitted when a route-less Gateway or path-less Ingress is skipped during deployment, per microsoft/aspire#19220. Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: document AddPersistentVolume on AKS environments Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Alistair Matthews <a.matthews@reddoorcollaborative.com> Co-authored-by: David Pine <david.pine@microsoft.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <david.pine@microsoft.com> Co-authored-by: Alistair Matthews <a.matthews@reddoorcollaborative.com>
…#1484) * docs: document AspireCliInvocationMode for dotnet run DNX invocation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: David Pine <david.pine@microsoft.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <david.pine@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ns (#1519) * docs: document WithServiceDelegation and AzureSubnetServiceDelegations Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: correct Azure subnet delegation guidance Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * docs: fix Azure subnet delegation guidance Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Clarify subnet delegation behavior Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 32c349b4-907d-42e9-aad8-2f0edc267779 --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com> Copilot-Session: 32c349b4-907d-42e9-aad8-2f0edc267779
) * docs: document ASPIRE009/010/011 and restored CLI bundle default Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: correct Aspire CLI bundle diagnostics Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * docs: distinguish DNX invocation modes Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Fix diagnostic overview messages Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Nest ASPIRE011 remedy examples Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
…redential (#1527) * docs: document ITokenCredentialProvider for reusing Aspire's Azure credential Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: correct Azure credential registration guidance Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2fc23d00-db43-47fd-a3aa-290b772db576 * docs: add Azure Resource Manager namespace Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2fc23d00-db43-47fd-a3aa-290b772db576 * docs: clarify Azure credential implementation detail Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2fc23d00-db43-47fd-a3aa-290b772db576 --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com> Copilot-Session: 2fc23d00-db43-47fd-a3aa-290b772db576
…certs trust` (#1528) * Document partial Linux certificate trust behavior in aspire certs trust Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Correct Linux certificate trust guidance Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2fc23d00-db43-47fd-a3aa-290b772db576 * Fix certificate trust wording Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2fc23d00-db43-47fd-a3aa-290b772db576 --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com> Copilot-Session: 2fc23d00-db43-47fd-a3aa-290b772db576
…upling (ASPIREPROJECTS001) (#1511) * docs: add ASPIREPROJECTS001 diagnostic page; update ASPIREEXTENSION001 for public debug-support API surface Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Correct generated diagnostic documentation Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Correct diagnostics overview ordering Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Register projects diagnostic topic Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Document project launch args override API Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com>
Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…#1505) * docs: document mixed-quality staging package discovery for aspire add Documents microsoft/aspire#19426 - Fix mixed-quality staging package discovery. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: David Pine <david.pine@microsoft.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <david.pine@microsoft.com>
Co-authored-by: David Pine <dapine@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 32c349b4-907d-42e9-aad8-2f0edc267779
Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2fc23d00-db43-47fd-a3aa-290b772db576
Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com>
David Pine (IEvangelist)
marked this pull request as ready for review
August 18, 2026 14:18
* docs: document dashboard bundle preparation status message Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: clarify dashboard startup status order Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com>
Documents changes from microsoft/aspire#17235. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
) * docs: document default fsGroup for Kubernetes persistent volumes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: address persistent volume review feedback Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: aspire-repo-bot[bot] <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <david.pine@microsoft.com>
Resolve conflicts per update-release-branch.yml file-class policy (#1491): - Generated data (pkgs, ts-modules, twoslash, integrations, github-stats): kept release/13.5 staged 13.5.0 data - Curated content/imagery conflicts: kept release/13.5 versions (13.5 banners, dashboard screenshots, translations) - CustomSelect.astro + ui-regressions.spec.ts: took main (newer hardening #1490 + matching regression tests) - generate-ts-api-json.ps1: kept release/13.5 (superset: main API-gen hardening #1461 + carry-forward #1514) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
50 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.