Release v0.23.0
Update
- Bump app version to
1.0.0 - Add
pluginDaemon - Supply default image tag from
from .Chart.AppVersion(#105) @LinkMaq - Add options to customize
securityContext(#113) @zigaSRC - Add an option to supply
externalMilvus.database(#125) @SkyHive - Experimental: Utilize Built-in
nginxas reverse proxy for Marketplace API access (available whenpluginDaemon.marketplace.enabled=true) (#131, #149) @bzp2010 @BorisPolonsky - Allow separate database for
api/workerandpluginDamonwhenexternalPostgres.enabled=true(#139) - Supply separate
PersistentVolumeClaimforpluginDaemon(#141) - Add
Chart.lock(#116) - Integrate chart linting workflow
- Update default health check logic of
sandbox(#117) - Automatically rollout updates of related
DeploymentwhenConfigMapsandSecretswere updated viavalues.yaml(#121) - Configuration for marketplace (#147)@maskshell
- Documentation update in
README.mdandvalues.yaml(#147) @maskshell - HPA support for
api,worker,webandsandbox(#147) @maskshell - Store credentials of
TencentVectorDBasSecretsinstead ofConfigMap(#147) @maskshell - Configuration for external
MyScaleDB(#147) @maskshell - Configuration for external
OBSfrom Huawei Cloud (#135) @magicJie - Fix volume mount for
pluginDaemon(#148, #149) @prompt-bot @BorisPolonsky - Update
milvusenvironment variables for compatibility with dify0.8.*and above (#156) - Opt out
PersistentVolumeClaimin case external object storage were enabled forapiandworker(#158)
Breaking changes
- For users deploying with external
PostgreSQL(i.e.externalPostgres.enabled=true),extenal.externalPostgres.dbNameno longer takes effect and were splitted intoexternalPostgres.database.apiandexternalPostgres.database.pluginDaemonrespectively. - For users who utilize
Milvus(i.e.externalMilvus.enabled=true),externalMilvus.hostandexternalMilvus.portare now obsolete and replaced withexternalMilvus.uri
Known Limitations
- For users who utilize built-in
PostgreSQL,pluginDaemonshares the very same database aspluginDaemon, which is subject to possible data conflict in the future release ofpluginDaemon /marketplaceis reserved in built-innginxfor marketplace access
Notice
Please refer to the migration guide from official release page.