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)