Release 0.20.0
This version introduces dify
workflow and better security design.
Release Note
- Update dify to
0.6.3
- Store credential as
Secret
instead ofConfigMap
- Introduce component
sandbox
IMPORTANT
Migration
Please go through this guide BEFORE migrating from pre-workflow versions of dify.
Sandbox Privilege Escalation
Out of security concern, sandbox
containers will be deployed without privilege by default. To allow privilege escalation as the official docker-compose.yaml
does, set sandbox.privilege
as true
. Refer to security context for further details.