Aspire 13.3.0
Aspire 13.3 is here! π This release is packed with new ways to deploy, debug, and build distributed apps β including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.
Highlights
- π§Ή Clean teardown β New
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow. - π Frontend telemetry β Aspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
- βΈοΈ Kubernetes deploy preview β
aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing. - π¨ JavaScript publishing β New
PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm. - π TypeScript AppHost parity β Unified
withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts. - π οΈ CLI upgrades β Run the standalone dashboard with
aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal. - βοΈ Azure goodness β New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
- π³ Better containers β The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.
β οΈ Breaking changes
Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
π Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! π