Releases: BorisPolonsky/dify-helm
dify-0.21.0
Release v0.21.0
Update
- Update dify to
0.6.16
- Support
AliyunOSS
as external storage #74 @denverdino - Added
ssrf_proxy
- Fixed
sandbox
authentication and overhauled sandbox configuration definition - Added
grpc
andtimeout
configuration in.Values.externalQdrant
- Resolve
sandbox
compatibility issue by using explicit version tags oflanggenius/dify-sandbox
instead oflatest
langgenius/dify#5247 - Explicitly Include Affinity & Toleration Options in PostgresSQL #71 @Shomu-Maersk
- Support
pgvector
as vector db #79 @FingerLiu - Fix typo in
config.tpl
#80 @eltociear
Breaking Change
- Configuration layout and default values of of
SMTP
forapi
is now changed- Use port
465
instead587
.Values.api.mail.smtp.useTLS
no longer takes effect, use.Values.api.mail.smtp.tls.enabled
instead.
- Use port
dify-0.20.1
Release v0.20.1
Patch Note
- Fix volume mount error in case
.Values.externalBlobStorage.enabled=true
and.Values.externalS3.enabled=false
(#68)
dify-0.20.0
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.
dify-0.20.0-rc2
Release 0.20.0-rc2
This version brings support for dify
workflow and better security design.
Release Note
- Update dify to
0.6.3
- Store credential as
Secret
instead ofConfigMap
- Introduce component
sandbox
IMPORTANT
Please go through this guide BEFORE migrating from pre-workflow versions of dify.
dify-0.20.0-rc1
Release 0.20.0-rc1
This version brings support for dify 0.6.3
and improved security design.
Release Note
- Update dify to
0.6.3
- Store credential as
Secret
instead ofConfigMap
- Introduce component
sandbox
IMPORTANT
Please go through this guide BEFORE migrating from pre-workflow versions of dify.
dify-0.19.0
Release 0.19.0
Compatibility for 0.5.*
and minor tweaks for for pre-workflow versions of dify.
Release Note
- Use dify
0.5.11-fix
by default - Added Azure Blob Storage support
- Added log level configuration for
worker
- Added comment on using existing secret as environment variable
dify-0.19.0-rc1
Release 0.19.0-rc1
Compatibility for 0.5.*
and minor tweaks for for pre-workflow versions of dify.
Release Note
- Use dify
0.5.11-fix
by default - Added Azure Blob Storage support
- Added log level configuration for
worker
- Added comment on using existing secret as environment variable
dify-0.18.0
dify-0.17.2
Release 0.17.2
This release patches nginx
and milvus
configuration error in 0.17.0
Patch Note
- Fix
ConfigMap
error when.Values.externalMilvus.enable
were set astrue
- Fix
/files
routing when.Values.proxy.enable=true
Highlights
Bump dify
version to 0.4.9
- Add external
milvus
support - Removed deprecated variables since
0.3.8
CONSOLE_URL
API_URL
APP_URL
- Removed deprecated variables since
0.3.24
SESSION_TYPE
SESSION_REDIS_HOST
SESSION_REDIS_PORT
SESSION_REDIS_DB
SESSION_REDIS_USERNAME
SESSION_REDIS_PASSWORD
SESSION_REDIS_USE_SSL
- Added mail configuration
Migration Notice
v0.3.21
: https://github.com/langgenius/dify/releases/tag/0.3.21
dify-0.17.2-rc1
Release 0.17.2-rc1
This release patches nginx
and milvus
configuration error in 0.17.0
Patch Note
- Fix
ConfigMap
error when.Values.externalMilvus.enable
were set astrue
- Fix
/files
routing when.Values.proxy.enable=true
Highlights
Bump dify
version to 0.4.9
- Add external
milvus
support - Removed deprecated variables since
0.3.8
CONSOLE_URL
API_URL
APP_URL
- Removed deprecated variables since
0.3.24
SESSION_TYPE
SESSION_REDIS_HOST
SESSION_REDIS_PORT
SESSION_REDIS_DB
SESSION_REDIS_USERNAME
SESSION_REDIS_PASSWORD
SESSION_REDIS_USE_SSL
- Added mail configuration
Migration Notice
v0.3.21
: https://github.com/langgenius/dify/releases/tag/0.3.21