Bug Fixes
- [Azure Devops] Fixes unable to list repositories: #5855
- [Azure Devops] Supports extracting azure pipelines metrics from gitHub repositories: #5692
- [Github] Fixes github plugin reports 404 error when collecting accounts: #5899
- [Jenkins] Fixes cannot get all remote data scope: #5974
- [Zentao] Fixes issues table and issue_repo_commits table less data: #5948
- [ZenTao] Fixes the board.url is incorrect: #5960
- [ZenTao] Fixes data of type story story_point empty: #5961
- [Dashboard] Fixes db query error, dashboard sql query need to remove the db name prefix 'lake.': #5964
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.18.0-beta8
- devlake.docker.scarf.sh/apache/devlake-dashboard:v0.18.0-beta8
- devlake.docker.scarf.sh/apache/devlake-config-ui:v0.18.0-beta8
- 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.