chore(deps): update aspire to 13.3.3#5933
Conversation
There was a problem hiding this comment.
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.SdkAspire.Hosting.AppHost,Aspire.Hosting.PostgreSQL,Aspire.Hosting.RabbitMQ,Aspire.Hosting.Redis,Aspire.Hosting.TestingAspire.Npgsql.EntityFrameworkCore.PostgreSQLAspire.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.propscentral version management is correctly updated for the packages it owns, and the individual.csprojfiles that pin their own versions (templates, CloudShop examples) are also correctly updated. - Template projects (
ExampleNamespace.AppHost.csproj) deliberately carry explicit versions rather than deferring toDirectory.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.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
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.
7679e97 to
46bce01
Compare
There was a problem hiding this comment.
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.propscentral version management and individual.csprojpins (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.
This PR contains the following updates:
13.3.2→13.3.313.3.2→13.3.313.3.2→13.3.313.3.2→13.3.313.3.2→13.3.313.3.2→13.3.313.3.2→13.3.313.3.2→13.3.313.3.2→13.3.3Release Notes
microsoft/aspire (Aspire.AppHost.Sdk)
v13.3.3: Aspire 13.3.3What'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
Logging__LogLevel__Default=Debugset by the app host was being inherited by all user resources, silently changing their logging verbosity. The app host now usesASPIRE_APPHOST_LOGLEVELinstead, which is scoped to Aspire processes only. (#17071, backported via #17078)httpto enable standardhttp+https://service discovery URLs. (#17058, backported via #17063)HostResourceWithEndpoints— Endpoints configured viaHostResourceWithEndpointsare now correctly materialized, ensuring endpoint resolution and service discovery work as expected. (#17091, backported via #17092)🏷️ Housekeeping
[SHOULD NOT HAPPEN] failed to update managedFieldserrors. (#17070)Full commit: a4615e7c6def6cba4703cdbd84009cd3da9a261b
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.