github microsoft/aspire v13.4.2
Aspire 13.4.2

7 hours ago

What's New in Aspire 13.4.2

Patch release for Aspire 13.4 with a fix for Redis persistent container deadlock on startup when using TLS.

๐Ÿ› Fixes

  • ๐Ÿ”ด Redis with WithLifetime(ContainerLifetime.Persistent) could deadlock on startup โ€” Redis TLS startup arguments used the public/allocated host ports instead of the internal target ports. When the public port differed from the target port (or was not yet allocated) the container would listen on an unexpected port and become unreachable. The TLS and non-TLS startup arguments now bind to target ports, matching what Redis expects internally. Fixes #17822. (#17827, backported via #17850, @danegsta)

๐Ÿท๏ธ Housekeeping

  • ๐Ÿš€ Bumped branding to 13.4.2 (#17876)

Full Changelog: v13.4.1...v13.4.2

Full commit: d7d0b6759ce4b936c76bc4775814d27db560dd6d

Generated by Generate release notes for a new stable Aspire release ยท โ— 5M

Don't miss a new aspire release

NewReleases is sending notifications on new releases.