Skip to content

Releases: BorisPolonsky/dify-helm

dify-0.21.0

16 Aug 12:19
6ae42f3
Compare
Choose a tag to compare

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 and timeout configuration in .Values.externalQdrant
  • Resolve sandbox compatibility issue by using explicit version tags of langgenius/dify-sandbox instead of latest 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 for api is now changed
    • Use port 465 instead 587
    • .Values.api.mail.smtp.useTLS no longer takes effect, use .Values.api.mail.smtp.tls.enabled instead.

dify-0.20.1

18 May 07:24
93e1eaf
Compare
Choose a tag to compare

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

22 Apr 03:13
8774ad9
Compare
Choose a tag to compare

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 of ConfigMap
  • 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

19 Apr 17:21
ffe95b9
Compare
Choose a tag to compare
dify-0.20.0-rc2 Pre-release
Pre-release

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 of ConfigMap
  • Introduce component sandbox

IMPORTANT

Please go through this guide BEFORE migrating from pre-workflow versions of dify.

dify-0.20.0-rc1

19 Apr 16:48
749ed3f
Compare
Choose a tag to compare
dify-0.20.0-rc1 Pre-release
Pre-release

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 of ConfigMap
  • Introduce component sandbox

IMPORTANT

Please go through this guide BEFORE migrating from pre-workflow versions of dify.

dify-0.19.0

17 Apr 14:11
96b12b9
Compare
Choose a tag to compare

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

13 Apr 07:46
1ba96da
Compare
Choose a tag to compare
dify-0.19.0-rc1 Pre-release
Pre-release

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

22 Mar 16:11
3778d88
Compare
Choose a tag to compare

Release 0.18.0

This release resolves deployment configuration error for qdrant users

Release Note

  • Fix ConfigMap error when .Values.externalQdrant=true @kaktos
  • Quote consoleApi and appApi @kaktos
  • Rename ports to meet istio port name convention.

dify-0.17.2

11 Mar 08:33
00ae270
Compare
Choose a tag to compare

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 as true
  • 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

⚠️ [BREAKING CHANGE] ⚠️ since v0.3.21: https://github.com/langgenius/dify/releases/tag/0.3.21

dify-0.17.2-rc1

11 Mar 08:18
2517699
Compare
Choose a tag to compare
dify-0.17.2-rc1 Pre-release
Pre-release

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 as true
  • 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

⚠️ [BREAKING CHANGE] ⚠️ since v0.3.21: https://github.com/langgenius/dify/releases/tag/0.3.21