[Post-Release] Add Breaking Changes for 0.21 to GitHub Release Notes #6245
Labels
area/backend
Needs backend code changes
area/frontend
Needs frontend code changes
enhancement
New feature or request
Core Task
Git plugin
The default branch name has changed from
kestra
tomain
.Internal Storage Configuraiton
#3933
Secrets
#6495
Restarting parent flow with failed subflow
When restarting an execution,
Subflow
orForEachItem
tasks will restart the existing failed subflow instead of creating new ones.This behavior is manageable via a new
restartBehavior
Enum property. Configure it toNEW_EXECUTION
if you want to keep the previous behavior of creating new subflow executions on restart.#6571 (comment)
The text was updated successfully, but these errors were encountered: