github BorisPolonsky/dify-helm dify-0.23.0-rc3

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

Release v0.23.0-rc3

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: Proxified Marketplace API access (available when proxy.enabled=true) (#131) @bzp2010
  • 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)

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 proxified 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.