Release v0.23.0-rc3
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: Proxified Marketplace API access (available when
proxy.enabled=true
) (#131) @bzp2010 - 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)
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 proxified marketplace access.
Notice
This is a pre-release and subject to further changes.
Please refer to the migration guide from official release page.