Release v0.23.0-rc4
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
nginx
as reverse proxy for Marketplace API access (available whenpluginDaemon.marketplace.enabled=true
) (#131, #149) @bzp2010 @BorisPolonsky - Allow separate database for
api
/worker
andpluginDamon
whenexternalPostgres.enabled=true
(#139) - Supply separate
PersistentVolumeClaim
forpluginDaemon
(#141) - Add
Chart.lock
(#116) - Integrate chart linting workflow
- Update default health check logic of
sandbox
(#117) - Automatically rollout updates of related
Deployment
whenConfigMaps
andSecrets
were updated viavalues.yaml
(#121) - Configuration for marketplace (#147)@maskshell
- Documentation update in
README.md
andvalues.yaml
(#147) @maskshell - HPA support for
api
,worker
,web
andsandbox
(#147)@maskshell - Store credentials of
TencentVectorDB
asSecrets
instead ofConfigMap
(#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 intoexternalPostgres.database.api
andexternalPostgres.database.pluginDaemon
respectively.
Known Limitation
- For users who utilize built-in
PostgreSQL
,pluginDaemon
shares the very same database aspluginDaemon
, which is subject to possible data conflict in the future release ofpluginDaemon
/marketplace
is reserved in built-innginx
for marketplace access
Notice
This is a pre-release and subject to further changes.
Please refer to the migration guide from official release page.