github BorisPolonsky/dify-helm dify-0.23.0-rc4

latest releases: dify-0.29.0, dify-0.29.0-rc1, dify-0.28.1...
pre-release5 months ago

Release v0.23.0-rc4

Update

  • Bump app version to 1.0.0
  • Add pluginDaemon
  • Supply default image tag fromfrom .Chart.AppVersion (#105) @LinkMaq
  • Add options to customize securityContext (#113) @zigaSRC
  • Add an option to supply externalMilvus.database(#125) @SkyHive
  • Experimental: Utilize Built-in nginx as reverse proxy for Marketplace API access (available when pluginDaemon.marketplace.enabled=true) (#131, #149) @bzp2010 @BorisPolonsky
  • Allow separate database for api/worker and pluginDamon when externalPostgres.enabled=true(#139)
  • Supply separate PersistentVolumeClaim for pluginDaemon(#141)
  • Add Chart.lock(#116)
  • Integrate chart linting workflow
  • Update default health check logic of sandbox(#117)
  • Automatically rollout updates of related Deployment when ConfigMaps and Secrets were updated via values.yaml(#121)
  • Configuration for marketplace (#147)@maskshell
  • Documentation update in README.md and values.yaml (#147) @maskshell
  • HPA support for api, worker, web and sandbox (#147)@maskshell
  • Store credentials of TencentVectorDB as Secrets instead of ConfigMap (#147)@maskshell
  • Configuration for external MyScaleDB (#147)@maskshell
  • Configuration for external OBS from Huawei Cloud (#135) @magicJie
  • Fix volume mount for pluginDaemon(#148, #149) @prompt-bot @BorisPolonsky

Breaking changes

  • For users deploying with external PostgreSQL (i.e. externalPostgres.enabled=true), extenal.externalPostgres.dbName no longer takes effect and were splitted into externalPostgres.database.api and externalPostgres.database.pluginDaemon respectively.

Known Limitation

  • For users who utilize built-in PostgreSQL, pluginDaemon shares the very same database as pluginDaemon, which is subject to possible data conflict in the future release of pluginDaemon
  • /marketplace is reserved in built-in nginx for marketplace access

Notice

This is a pre-release and subject to further changes.
Please refer to the migration guide from official release page.

Don't miss a new dify-helm release

NewReleases is sending notifications on new releases.