v1.5.0 Release Notes
Zadig v1.5.0 was released on September 30, 2021.
# Feature List
- Supports Kubernetes-based hosting projects
- Support projects based on Helm deployment scenarios
- Supports the creation of custom namespace names in the integrated environment
- Support custom image format resolution Helm service
# Defect Repair
- Fixed the issue where Webhook pull request triggered the lost information in the test task
- Fixed the "/" issue with integrated JIRA system URL resolution
- Fixed the environment cannot be updated after adding multiple shared services
# System Optimization
- Optimize branch selection and Pull Request efficiency when executing workflows
- Optimize operation log content
- Optimize database performance
- Several experience optimizations
# Version Upgrade Method
Warning
- If it has been officially used, make a backup of the database before upgrading
- Database backup command: mongodump -h IP --port port -u Username -p Password -d Database -o File existence path
- Database recovery command: mongorestore -h ip --port port -u Username -p Password -d Database --drop file storage path
- If the current system version is available < v1.3.1 please upgrade to v1.3.1 first. For the specific upgrade process, please refer to the v1.3.1 upgrade method , and then upgrade to v1.5.0
If you use
All in One 一键安装模式and基于现有 Kubernetes 安装to install, both use the scripts in基于现有 Kubernetes 安装to upgrade. You need to re export parameters before executing the upgrade script.If you use
基于 Helm 命令安装to install, perform the following steps to upgrade v1.5.0- Get the helm values in the zadig environment and execute the following command.
helm get values zadig -n zadig > zadig.yaml1Check the zadig.yaml file. If yaml contains mirror information, it needs to be deleted manually.
- Execute the following command to upgrade.
helm upgrade -f zadig.yaml zadig --namespace zadig koderover-chart/zadig --version=1.5.01


