Bug Fixes
- [Config-UI] Fixes existing config value will be missed when editing jira scope config: #6083
- [ZenTao] Fixes the started_date and completed_date fields in the sprints table have incorrect values: #6028
- [Gitlab] Fixes the raw data of gitlab pipeline detail is not collected: #6027
- [Gitlab] Fixes some projects can not show: #6161
- [Bamboo] Fixes incorrect url field in cicd_scopes table: #6081
- [Bamboo] Fixes the value duration_sec field is empty in cicd_tasks table: #6082
- [Bamboo] Fixes the value of the repo_url field is incorrect in the cicd_pipeline_commits table: #6083
- [Bamboo] Fixes cicd_pipelines.result is missing a state: #6083
- [Bamboo] Change the splicing of cicd_scopes.name and cicd_pipelines.name: #6106
- [Pagerduty] Fixes unable to collect incidents with API token: #6112
- [Sonarqube] Fixes error data too long for column file_metrics_key: #6150
- [Sonarqube] Fixes error data too long for column component: #6166
- [Helper] Fixes ScopeGenericHelper updates the wrong fields: #6083
- [GitExtractor] Fixes cloneGitRepo ended unexpectedly: reference delta not found: #6159
How to Upgrade
Please follow the steps below to upgrade Apache Incubator DevLake:
Important Note: This upgrade requires manual configuration for the "ENCRYPTION_SECRET" (Formerly referred to as 'ENCODE_KEY' in versions preceding v0.18.0). You can copy the value of your existing "ENCODE_KEY" and set it as the value for "ENCRYPTION_SECRET".
For Docker Compose and Kubernetes (k8s) Users:
- Update your docker-compose.yml or k8s-deploy.yaml file with the following image tags:
- devlake.docker.scarf.sh/apache/devlake:v0.19.0-beta3
- devlake.docker.scarf.sh/apache/devlake-dashboard:v0.19.0-beta3
- devlake.docker.scarf.sh/apache/devlake-config-ui:v0.19.0-beta3
- Set the value for "ENCRYPTION_SECRET" by copying the value of your existing "ENCODE_KEY". Please refer to the documentation at Docker Compose Setup for detailed instructions based on your installation method.
For Helm Users:
- Follow the instructions provided in the documentation at Helm Setup.
- Ensure that you have set the value for "ENCRYPTION_SECRET" by copying the value of your existing "ENCODE_KEY".
Upgrade Notes:
For detailed upgrade instructions and further information, please refer to the documentation at Upgrade Guide.