github dapr/dapr v0.11.1
Dapr Runtime v0.11.1

latest releases: v1.13.2, v1.13.2-rc.1, v1.13.1...
pre-release3 years ago

Dapr 0.11.1

Fixes

  • Fixed Dapr sidecar authentication issue when Highly available mode is enabled (#2187)

Overview

The issue fixed in the 0.11.1 release contained a regression that caused the Dapr control plane services to not function when running in HA (High Availability) mode enabled.

The root cause was that multiple instances (3 in the case of HA mode) of the Sentry Certificate Authority would race to create new root certs.
Until the pods were restarted to load the certificate from the secret store, each instance would contain different root CAs and would issue different certificates to the Dapr control plane pods and the Dapr sidecars, which resulted in rejected connections.

The issue was fixed with this PR.

In addition, an issue was opened to make sure that e2e tests run in HA mode in addition to a single pod setup.
The issue was closed with the merging of this PR.

Don't miss a new dapr release

NewReleases is sending notifications on new releases.