v13.3.2
Aspire 13.3.2
View on GitHub โRelease notes
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
- ๐ Fix
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
- ๐ Bumped branding to 13.3.2 (#17053)