v7.1.0
- Update Information
- Upgrade Instruction
What's New
- Support Enable HDP (Hyper Data Platform)
Issues Fixing
- [Worksheet] Switching between Gantt views causes page layout/style issues.
- [Worksheet] Ctrl+S does not work for saving rich text fields within sub-tables.
- [Worksheet] After opening a sub-table and entering partial data, closing the sub-table and then editing the main table clears the previously entered values.
- [Worksheet] Percentage fields in sub-tables cannot be filled in correctly on H5.
Attention
Please ensure that the MongoDB version is 4.4 or above before upgrading to 6.0.0+.
Standalone Mode
-
Because Image Naming Change, execute the following command to complete the adjustment. 💥 💥 💥
docker-compose.yamlDefault path:/data/mingdao/script/service.shDefault path:/usr/local/MDPrivateDeployment/sed -i -e 's/mingdaoyun-community/mingdaoyun-hap/g' /data/mingdao/script/docker-compose.yaml \
&& sed -i -e 's/Community/Hap/g' -e 's/community/hap/g' /usr/local/MDPrivateDeployment/service.sh
if [ -f /data/mingdao/script/run.sh ]; then
sed -i -e 's/mingdaoyun-community/mingdaoyun-hap/g' /data/mingdao/script/run.sh
fi -
Upgrade microservices to version
7.1.0. Refer to this
Cluster Mode
-
Backup data storage related servers.
-
Because Image Naming Change, execute the following command on the control node to complete the adjustment. 💥 💥 💥
Default path:
/data/mingdao/script/kubernetessed -i -e 's/mingdaoyun-community/mingdaoyun-hap/g' /data/mingdao/script/kubernetes/*.yaml \
&& sed -i -e 's/Community/Hap/g' -e 's/community/hap/g' /data/mingdao/script/kubernetes/update.sh -
Upgrade microservices to version
7.1.0. Refer to this