Skip to content

chore(deps): update aspire to 13.3.0#5851

Merged
thomhurst merged 1 commit intomainfrom
renovate/aspire
May 7, 2026
Merged

chore(deps): update aspire to 13.3.0#5851
thomhurst merged 1 commit intomainfrom
renovate/aspire

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Aspire.AppHost.Sdk msbuild-sdk minor 13.2.413.3.0
Aspire.Hosting.AppHost nuget minor 13.2.413.3.0
Aspire.Hosting.PostgreSQL nuget minor 13.2.413.3.0
Aspire.Hosting.RabbitMQ nuget minor 13.2.413.3.0
Aspire.Hosting.Redis nuget minor 13.2.413.3.0
Aspire.Hosting.Testing nuget minor 13.2.413.3.0
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL nuget minor 13.2.413.3.0
Aspire.StackExchange.Redis nuget minor 13.2.413.3.0
Aspire.StackExchange.Redis.OutputCaching nuget minor 13.2.413.3.0

Release Notes

microsoft/aspire (Aspire.AppHost.Sdk)

v13.3.0: Aspire 13.3.0

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 destroy tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.
  • 🔍 Frontend telemetryAspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
  • ☸️ Kubernetes deploy previewaspire deploy can 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 NativeAOT dotnet 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! 💜


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels May 7, 2026
@thomhurst thomhurst enabled auto-merge (squash) May 7, 2026 17:11
@thomhurst thomhurst temporarily deployed to Pull Requests May 7, 2026 17:11 — with GitHub Actions Inactive
@thomhurst thomhurst temporarily deployed to Pull Requests May 7, 2026 17:11 — with GitHub Actions Inactive
@thomhurst thomhurst temporarily deployed to Pull Requests May 7, 2026 17:11 — with GitHub Actions Inactive
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Review: Aspire 13.2.4 → 13.3.0 Dependency Update

This is a clean, mechanical version bump — all 9 Aspire packages are updated consistently from 13.2.4 to 13.3.0 with no functional code changes. The diff is straightforward and correct.

One pre-existing architectural note (not a blocker)

Some Aspire packages (e.g., Aspire.Hosting.PostgreSQL, Aspire.Hosting.Redis, Aspire.Hosting.RabbitMQ, Aspire.Npgsql.*, Aspire.StackExchange.Redis) are pinned inline inside individual .csproj files rather than going through the central Directory.Packages.props. This means a future Aspire bump will again require touching 5+ project files separately. Moving all Aspire package versions into Directory.Packages.props would reduce that friction to a single-line edit each time. That said, this inconsistency predates this PR and is out of scope here.

Breaking changes in 13.3.0

The Aspire 13.3.0 release notes list several breaking changes (CLI flag renames, dashboard MCP server replacement, AKS/Foundry API shape changes). These affect CLI/deploy tooling rather than the hosting/testing packages consumed here, so no application code changes should be needed — but worth being aware of if CI uses aspire deploy or similar.

Verdict

✅ LGTM — the update is complete, consistent, and auto-merge with squash is appropriate for this kind of dependency chore.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@thomhurst thomhurst merged commit 73674cf into main May 7, 2026
14 checks passed
@thomhurst thomhurst deleted the renovate/aspire branch May 7, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants