Bump Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL and 11 others - #756
Merged
Conversation
Bumps Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL from 13.3.1 to 13.3.2 Bumps Aspire.Hosting.Azure.AppContainers from 13.3.1 to 13.3.2 Bumps Aspire.Hosting.Azure.PostgreSQL from 13.3.1 to 13.3.2 Bumps Aspire.Hosting.Azure.Redis from 13.3.1 to 13.3.2 Bumps Aspire.Hosting.Azure.Storage from 13.3.1 to 13.3.2 Bumps Aspire.Hosting.DevTunnels from 13.3.1 to 13.3.2 Bumps Aspire.Hosting.GitHub.Models from 13.3.1 to 13.3.2 Bumps Aspire.Hosting.JavaScript from 13.3.1 to 13.3.2 Bumps Aspire.Hosting.Python from 13.3.1 to 13.3.2 Bumps Aspire.StackExchange.Redis.DistributedCaching from 13.3.1 to 13.3.2 Bumps CommunityToolkit.Aspire.Hosting.Flagd from 13.1.1 to 13.3.0 Bumps CommunityToolkit.Aspire.Hosting.Golang from 13.1.1 to 13.3.0 --- updated-dependencies: - dependency-name: Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.Hosting.Azure.AppContainers dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.Hosting.Azure.PostgreSQL dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.Hosting.Azure.Redis dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.Hosting.Azure.Storage dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.Hosting.DevTunnels dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.Hosting.GitHub.Models dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.Hosting.JavaScript dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.Hosting.Python dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: Aspire.StackExchange.Redis.DistributedCaching dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspire - dependency-name: CommunityToolkit.Aspire.Hosting.Flagd dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aspire - dependency-name: CommunityToolkit.Aspire.Hosting.Golang dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aspire ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/aspire-709b7dba29
branch
from
May 15, 2026 05:53
f6b1788 to
02107f8
Compare
askpt
approved these changes
May 15, 2026
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.
Updated Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.Hosting.Azure.AppContainers from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.Azure.AppContainers's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.Hosting.Azure.PostgreSQL from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.Azure.PostgreSQL's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.Hosting.Azure.Redis from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.Azure.Redis's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.Hosting.Azure.Storage from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.Azure.Storage's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.Hosting.DevTunnels from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.DevTunnels's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.Hosting.GitHub.Models from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.GitHub.Models's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.Hosting.JavaScript from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.JavaScript's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.Hosting.Python from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.Python's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated Aspire.StackExchange.Redis.DistributedCaching from 13.3.1 to 13.3.2.
Release notes
Sourced from Aspire.StackExchange.Redis.DistributedCaching's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
Commits viewable in compare view.
Updated CommunityToolkit.Aspire.Hosting.Flagd from 13.1.1 to 13.3.0.
Release notes
Sourced from CommunityToolkit.Aspire.Hosting.Flagd's releases.
13.3.0
What's Changed
WithHttpsCertificateConfigurationto configure tls cert for Otel Collector by @afscrome in UseWithHttpsCertificateConfigurationto configure tls cert for Otel Collector CommunityToolkit/Aspire#1115WithOtlpExportermethod for SurrealDB hosting by @Odonno in OverrideWithOtlpExportermethod for SurrealDB hosting CommunityToolkit/Aspire#1117... (truncated)
Commits viewable in compare view.
Updated CommunityToolkit.Aspire.Hosting.Golang from 13.1.1 to 13.3.0.
Release notes
Sourced from CommunityToolkit.Aspire.Hosting.Golang's releases.
13.3.0
What's Changed
WithHttpsCertificateConfigurationto configure tls cert for Otel Collector by @afscrome in UseWithHttpsCertificateConfigurationto configure tls cert for Otel Collector CommunityToolkit/Aspire#1115WithOtlpExportermethod for SurrealDB hosting by @Odonno in OverrideWithOtlpExportermethod for SurrealDB hosting CommunityToolkit/Aspire#1117... (truncated)
Commits viewable in compare view.