โ† All releases

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 blocked ResourceStarting before 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)