Skip to content

Dapr Runtime v1.2.1

Compare
Choose a tag to compare
@dapr-bot dapr-bot released this 16 Jun 22:04
· 3178 commits to master since this release
0771fcd

Dapr 1.2.1

Fixes

  • Container order change clashes with readiness probes (#3304)

Overview

This is a fix for a regression caused by making Dapr the first container in the pod during injection, which causes a long pod startup delay in cases where apps have readiness probes and has Dapr waiting for the app to respond on a given port.

This causes Dapr to detect the app is running only when the failure threshold of the user app is met.

You should upgrade to this version if all the following conditions are met:

  1. You are using Dapr on Kubernetes
  2. Your app has readiness probes
  3. Your app configured a dapr.io/app-port setting