0.21.0
0.21.0
Deprecated features and migration guides for 0.21.0 and onwards.
Default Git Branch
Default Git Branch update in Kestra 0.21.0. Git tasks now default to main instead of kestra. Update flows relying on the old default.
Restarting parent flow
Restart behavior change in Kestra 0.21.0. Parent flows now restart failed subflows by default. Configure restartBehavior to change this if needed.
Retrieving non-existing secrets
Secret function update in Kestra 0.21.0 (OSS). Fetching missing secrets now throws an exception instead of returning null, matching Enterprise behavior.
Log level for stderr output
Script Task logging update in Kestra 0.21.0. Output to stderr is now logged as ERROR level instead of WARNING.
ME and APITOKEN user permissions
RBAC updates in Kestra 0.21.0 (Enterprise). New ME and APITOKEN permissions for managing user profiles and API tokens. Update custom roles accordingly.
Was this page helpful?