Skip to content

Releases: BorisPolonsky/dify-helm

dify-0.26.1

11 Jul 00:45
e1c6622
Compare
Choose a tag to compare

Release v0.26.1

This release patch data persistence configurations of pluginDaemon.

Update

  • Fix invalid persistent volume mount of pluginDaemon when external object storages were applicable (#217)

Full Changelog: dify-0.26.0...dify-0.26.1

dify-0.26.1-rc1

09 Jul 11:01
f96cbcf
Compare
Choose a tag to compare
dify-0.26.1-rc1 Pre-release
Pre-release

Release v0.26.1-rc1

This release patch data persistence configurations of pluginDaemon.

Update

  • Fix invalid persistent volume mount of pluginDaemon when external object storages were applicable (#217)

Full Changelog: dify-0.26.0...dify-0.26.1-rc1

dify-0.26.0

30 Jun 12:45
5aeec15
Compare
Choose a tag to compare

Release v0.26.0

This release bumps the default Dify version to 1.5.0 and expands data persistence options for pluginDaemon.

Update

  • Bump default Dify version to 1.5.0 (#214)
  • Introduce Huawei OBS for data persistence in pluginDaemon and resolve configuration issues (#200, #210)
  • Add customized installation instructions (#203)
  • Introduce Aliyun OSS for data persistence in pluginDaemon (#206)
  • Add option to specify update strategy of Deployment (#205) @zigaSRC
  • Introduce Google Cloud Storage for data persistence in pluginDaemon (#211, #212)
  • Add Volcengine Tinder Object Storage Service (TOS) as optional data persistence backend for api, worker and pluginDaemon (#213)
  • Add priorityClassName support to all deployments (#215) @Fabhiahn

Breaking changes

  • When using Aliyun OSS, Google Cloud Storage, Tencent COS, or Huawei OBS, bucket names for api/worker and pluginDaemon are now specified separately in values.yaml as:
    • bucketName.api for api and worker
    • bucketName.pluginDaemon for pluginDaemon

Full Changelog: dify-0.25.0...dify-0.26.0

dify-0.26.0-rc1

26 Jun 12:30
bd25be7
Compare
Choose a tag to compare
dify-0.26.0-rc1 Pre-release
Pre-release

Release v0.26.0-rc1

This release bumps the default Dify version to 1.5.0 and expands data persistence options for pluginDaemon.

Update

  • Bump default Dify version to 1.5.0 (#214)
  • Introduce Huawei OBS for data persistence in pluginDaemon and resolve configuration issues (#200, #210)
  • Add customized installation instructions (#203)
  • Introduce Aliyun OSS for data persistence in pluginDaemon (#206)
  • Add option to specify update strategy of Deployment (#205) @zigaSRC
  • Introduce Google Cloud Storage for data persistence in pluginDaemon (#211, #212)
  • Add Volcengine Tinder Object Storage Service (TOS) as optional data persistence backend for api, worker and pluginDaemon (#213)

Breaking changes

  • When using Aliyun OSS, Google Cloud Storage, Tencent COS, or Huawei OBS, bucket names for api/worker and pluginDaemon are now specified separately in values.yaml as:
    • bucketName.api for api and worker
    • bucketName.pluginDaemon for pluginDaemon

Full Changelog: dify-0.25.0...dify-0.26.0-rc1

dify-0.25.0

20 May 01:50
411a95c
Compare
Choose a tag to compare

Release v0.25.0

Update

  • Fix CELERY_BROKER_URL in case externalRedis.useSSL=true (#185) @leoddias
  • Disable s3 path style setting in pluginDaemon by default and make this option configurable (#186, #194) @RogerSik @BorisPolonsky
  • Remove duplicated securityContext: sandbox.privileged is now obsolete and user shall define them in sandbox.containerSecurityContext if necessary (#188) @zigaSRC
  • Fix TENCENT_COS_BUCKET_NAME and add quotes to credentials.tpl and config.tpl (#191, #192)

dify-0.25.0-rc2

16 May 08:00
57a6425
Compare
Choose a tag to compare
dify-0.25.0-rc2 Pre-release
Pre-release

Release v0.25.0-rc2

Update

  • Fix CELERY_BROKER_URL in case externalRedis.useSSL=true (#185) @leoddias
  • Disable s3 path style setting in pluginDaemon by default and make this option configurable (#186, #194) @RogerSik @BorisPolonsky
  • Remove duplicated securityContext: sandbox.privileged is now obsolete and user shall define them in sandbox.containerSecurityContext if necessary (#188) @zigaSRC
  • Fix TENCENT_COS_BUCKET_NAME and add quotes to credentials.tpl and config.tpl (#191, #192)

dify-0.25.0-rc1

15 May 08:39
29b0b48
Compare
Choose a tag to compare
dify-0.25.0-rc1 Pre-release
Pre-release

Release v0.25.0-rc1

Update

  • Fix CELERY_BROKER_URL in case externalRedis.useSSL=true (#185) @leoddias
  • Disable s3 path style setting in pluginDaemon by default and make this option configurable (#186) @RogerSik
  • Remove duplicated securityContext: sandbox.privileged is now obsolete and user shall define them in sandbox.containerSecurityContext if necessary (#188) @zigaSRC
  • Fix TENCENT_COS_BUCKET_NAME and add quotes to credentials.tpl and config.tpl (#191, #192)

dify-0.24.0

23 Apr 01:45
db55831
Compare
Choose a tag to compare

Release v0.24.0

Update

  • Bump app version to 1.2.0
  • Resolved E2BIG error in web component by making enableServiceLinks configurable and defaulting to false (#169, #175) @gaoyue1989
  • Fix http 404 when accessing /embed.min.js with proxy enabled (#166) @RogerSik
  • Allow user to substitute object storage (S3 and Tencent COS) for PVC with for pluginDaemon (#171, #173)
  • Store secretKey of Tencent COS as Secret instead of ConfigMap #172
  • Add TableStore as optional vector database (#177, #179) @ManassehZhou

Breaking changes

  • externalS3.bucketName is now obsolete and replaced by externalS3.bucketName.api and externalS3.bucketName.pluginDaemon
  • externalCOS.bucketName is now obsolete and replaced by externalCOS.bucketName.api and externalCOS.bucketName.pluginDaemon

Notice

Data backup would be recommended before migrating data of pluginDaemon from PVC to external object storages or vise versa.

dify-0.24.0-rc2

18 Apr 11:42
d5f2f0d
Compare
Choose a tag to compare
dify-0.24.0-rc2 Pre-release
Pre-release

Release v0.24.0-rc2

Update

  • Bump app version to 1.2.0
  • Resolved E2BIG error in web component by making enableServiceLinks configurable and defaulting to false (#169, #175) @gaoyue1989
  • Fix http 404 when accessing /embed.min.js with proxy enabled (#166) @RogerSik
  • Allow user to substitute object storage (S3 and Tencent COS) for PVC with for pluginDaemon (#171, #173)
  • Store secretKey of Tencent COS as Secret instead of ConfigMap #172

Breaking changes

  • externalS3.bucketName is now obsolete and replaced by externalS3.bucketName.api and externalS3.bucketName.pluginDaemon
  • externalCOS.bucketName is now obsolete and replaced by externalCOS.bucketName.api and externalCOS.bucketName.pluginDaemon

Notice

Data backup would be recommended before migrating data of pluginDaemon from PVC to external object storages or vise versa.

dify-0.24.0-rc1

17 Apr 03:42
0056bd0
Compare
Choose a tag to compare
dify-0.24.0-rc1 Pre-release
Pre-release

Release v0.24.0-rc1

Update

  • Bump app version to 1.2.0
  • Resolved E2BIG error in web component by making enableServiceLinks configurable and defaulting to false (#169) @gaoyue1989
  • Fix http 404 when accessing /embed.min.js with proxy enabled (#166) @RogerSik
  • Allow user to substitute object storage (S3 and Tencent COS) for PVC with for pluginDaemon (#171, #173)
  • Store secretKey of Tencent COS as Secret instead of ConfigMap #172

Breaking changes

  • externalS3.bucketName is now obsolete and replaced by externalS3.bucketName.api and externalS3.bucketName.pluginDaemon
  • externalCOS.bucketName is now obsolete and replaced by externalCOS.bucketName.api and externalCOS.bucketName.pluginDaemon

Notice

Data backup would be recommended before migrating data of pluginDaemon from PVC to external object storages or vise versa.