Release v0.24.0-rc2
Update
- Bump app version to
1.2.0
- Resolved E2BIG error in web component by making
enableServiceLinks
configurable and defaulting to false (#169, #175) @gaoyue1989 - Fix http 404 when accessing
/embed.min.js
with proxy enabled (#166) @RogerSik - Allow user to substitute object storage (S3 and Tencent COS) for PVC with for
pluginDaemon
(#171, #173) - Store
secretKey
ofTencent COS
asSecret
instead ofConfigMap
#172
Breaking changes
externalS3.bucketName
is now obsolete and replaced byexternalS3.bucketName.api
andexternalS3.bucketName.pluginDaemon
externalCOS.bucketName
is now obsolete and replaced byexternalCOS.bucketName.api
andexternalCOS.bucketName.pluginDaemon
Notice
Data backup would be recommended before migrating data of pluginDaemon
from PVC
to external object storages or vise versa.