Release v0.36.0-rc1
This release includes quality of life improvements (hostAliases, template refactoring, domain names for built-in services), CVE scanning for default images, and bumps Dify to 1.12.1.
What's Changed
- Add configuration options for
hostAliases(#372) @BorisPolonsky - refactor: Unify indentation in templates (#373) @BorisPolonsky
- Set Redis and Celery domain names regarding customized
fullnamein built-in Redis (#374) @BorisPolonsky - Set domain names regarding customized
fullnamein built-in PostgreSQL (#375) @BorisPolonsky - Add Red Hat Chart Verifier for OpenShift validation check (#376) @BorisPolonsky
- Revert "Add Red Hat Chart Verifier for OpenShift validation check" (#377) @BorisPolonsky
- Add CODE_EXECUTION_ENDPOINT for triggers (#379) @hutchisr
- Add CVE scan workflow for chart default images (#380) @BorisPolonsky
- Update default image tags for Dify 1.12.1 (#384) @BorisPolonsky
- feat(charts): include API config in worker and fix sandbox FQDN (#381) @Oscaner
- Refactor config template and standardize
LOG_LEVELhandling (#385) @BorisPolonsky - Remove deprecated values (#386) @BorisPolonsky
- Bump chart version to 0.36.0-rc1 and app version to 1.12.1 (#387) @BorisPolonsky
Breaking Changes
The values deprecated since 0.35.0 are now obsolete and no longer take effect. Migrate them to the global.* equivalents. No action required for users with default setups.
| Removed | Replacement | Description |
|---|---|---|
api.url.consoleApi
| global.consoleApiDomain
| Backend domain of the console API |
api.url.consoleWeb
| global.consoleWebDomain
| Front-end domain of the console web |
api.url.serviceApi
| global.serviceApiDomain
| Service API domain |
api.url.appApi
| global.appApiDomain
| WebApp API backend domain |
api.url.appWeb
| global.appWebDomain
| WebApp domain |
api.url.files
| global.filesDomain
| File preview or download domain |
api.url.marketplaceApi
| global.marketplace.apiUrl
| Marketplace API URL |
api.url.marketplace
| global.marketplace.url
| Marketplace URL |
api.secretKey
| global.appSecretKey
| Secret key for securely signing session cookies and encrypting sensitive database information |
pluginDaemon.marketplace.enabled
| global.marketplace.enabled
| Enable marketplace for plugin daemon |
pluginDaemon.marketplace.apiProxyEnabled
| global.marketplace.apiProxyEnabled
| Enable API proxy for marketplace (routes through built-in nginx) |
No action required for users with default setups.
New Contributors
Full Changelog: dify-0.35.0...dify-0.36.0-rc1