Skip to content

Dapr Runtime v1.11.6

Compare
Choose a tag to compare
@dapr-bot dapr-bot released this 18 Nov 19:59
· 699 commits to master since this release
f5443ef

Dapr 1.11.6

This patch release contains bug fixes:

Fixed mTLS configuration

Problem

The mTLS configuration was always enabled for Dapr sidecards in Kubernetes, regardless of the daprsystem configuration.

Impact

Users on Dapr 1.11.5 could not disable mTLS for Dapr sidecars in Kubernetes.

Root cause

The daprsystem configuration was not being read correctly by the sidecar injector.

Solution

The daprsystem configuration is now read correctly by the sidecar injector and the mTLS option is correctly set for Dapr sidecars in Kubernetes.