Skip to content

chore(deps): update aspire to 13.3.3#5933

Merged
thomhurst merged 1 commit into
mainfrom
renovate/aspire
May 16, 2026
Merged

chore(deps): update aspire to 13.3.3#5933
thomhurst merged 1 commit into
mainfrom
renovate/aspire

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

@thomhurst thomhurst commented May 15, 2026

This PR contains the following updates:

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

Release Notes

microsoft/aspire (Aspire.AppHost.Sdk)

v13.3.3: Aspire 13.3.3

What's New in Aspire 13.3.3

Patch release for Aspire 13.3 with fixes for debug log level leaking into user resources, Keycloak HTTPS endpoint token invalidation, and endpoint materialization in HostResourceWithEndpoints.

🐛 Fixes
  • 🔇 Debug log level leaking into user resourcesLogging__LogLevel__Default=Debug set by the app host was being inherited by all user resources, silently changing their logging verbosity. The app host now uses ASPIRE_APPHOST_LOGLEVEL instead, which is scoped to Aspire processes only. (#​17071, backported via #​17078)
  • 🔑 Keycloak HTTPS primary endpoint — Fixed a regression where Keycloak tokens became invalid after an app host restart because the HTTPS endpoint port was dynamic. When developer certificates are enabled, Keycloak's primary endpoint is now upgraded to HTTPS directly, and the endpoint name is set to http to enable standard http+https:// service discovery URLs. (#​17058, backported via #​17063)
  • 🔌 Endpoint materialization in HostResourceWithEndpoints — Endpoints configured via HostResourceWithEndpoints are now correctly materialized, ensuring endpoint resolution and service discovery work as expected. (#​17091, backported via #​17092)
🏷️ Housekeeping
  • ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.5 → 0.23.6 — includes fixes for Kubernetes OpenAPI generator types that caused [SHOULD NOT HAPPEN] failed to update managedFields errors. (#​17070)
  • 🚀 Bumped branding to 13.3.3 (#​17088)

Full commit: a4615e7c6def6cba4703cdbd84009cd3da9a261b


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 PATCH renovate-bot labels May 15, 2026
@thomhurst thomhurst enabled auto-merge (squash) May 15, 2026 19:05
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.

Code Review: Aspire 13.3.2 → 13.3.3 Patch Update

This is a clean, mechanical patch-version bump across all Aspire packages. The change is straightforward and well-executed.

What's updated:

  • Aspire.AppHost.Sdk
  • Aspire.Hosting.AppHost, Aspire.Hosting.PostgreSQL, Aspire.Hosting.RabbitMQ, Aspire.Hosting.Redis, Aspire.Hosting.Testing
  • Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
  • Aspire.StackExchange.Redis, Aspire.StackExchange.Redis.OutputCaching

Observations:

  • All 9 packages are updated consistently across all 7 project files — no stragglers left on 13.3.2. Good.
  • The Directory.Packages.props central version management is correctly updated for the packages it owns, and the individual .csproj files that pin their own versions (templates, CloudShop examples) are also correctly updated.
  • Template projects (ExampleNamespace.AppHost.csproj) deliberately carry explicit versions rather than deferring to Directory.Packages.props — that's the right design for self-contained scaffolding templates.
  • This is a patch release; no breaking changes expected per semver.

No issues found. Safe to merge.

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 15, 2026

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.

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.

Code Review: Aspire 13.3.2 → 13.3.3 (re-review after rebase)

My previous review on this PR assessed the same diff — the branch was rebased onto main (which added benchmark doc updates to main) but the PR content itself is unchanged: a clean mechanical patch bump of all 9 Aspire packages from 13.3.2 → 13.3.3.

All prior observations hold:

  • All 9 packages updated consistently across all affected project files — no stragglers.
  • Directory.Packages.props central version management and individual .csproj pins (templates, CloudShop examples) are both correctly updated.
  • This is a semver patch release with only bug fixes (debug log level isolation, Keycloak HTTPS endpoint fix, endpoint materialization fix) — no breaking changes expected.

No issues found. Safe to merge.

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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants