Release v0.37.0-rc2
This release candidate introduces options to mitigate unexpected process reaping, resolves code execution authentication for newer Dify architectures, and bumps Dify to 1.14.2.
What's Changed
- Add trigger URL configuration (#391) @BorisPolonsky
- Enable Celery beat by default for CRON-based triggers (#396) @BorisPolonsky
- Allow
shareProcessNamespaceon pod spec to prevent unexpected process reaping in pluginDaemon (#402) @wangchongyu - Allow
shareProcessNamespaceconfiguration for all Dify workloads (#403) @BorisPolonsky - Fix missing
CODE_EXECUTION_API_KEYin worker pods (#407, #408, #411) @BorisPolonsky - Drop
CODE_MAX_*overrides in the default setup (#409) @BorisPolonsky - Update default images tags to match Dify 1.14.2 (#410) @BorisPolonsky
- Update CVE scan workflow with trivy-action (#413) @BorisPolonsky
- fix: preserve newline before dify.common.config (#416) @luyang93
- Expand CVE report with per-image critical vulnerability tables (#414) @BorisPolonsky
New Contributors
- @wangchongyu made their first contribution in #402
- @luyang93 made their first contribution in #416
Full Changelog: dify-0.36.0...dify-0.37.0-rc2