Skip to content

v0.19.1-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@abeizn abeizn released this 14 Nov 09:11
· 914 commits to main since this release
d52d6c9

Bug Fixes

  • [Azure Devops] Fixes can not add repositories: #6401
  • [Azure DevOps] Fixes devlake does not display list of repositories when there are more than 200 repos under a project: #6244
  • [Zentao] Fixes subtask collectTaskRepoCommits ended unexpectedly: #6433
  • [Gitlab] Removes the GitLab cloud non-own organization repos: #6438

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:

  1. Update your docker-compose.yml or k8s-deploy.yaml file with the following image tags:
    • devlake.docker.scarf.sh/apache/devlake:v0.19.1-beta1
    • devlake.docker.scarf.sh/apache/devlake-dashboard:v0.19.1-beta1
    • devlake.docker.scarf.sh/apache/devlake-config-ui:v0.19.1-beta1
  2. 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:

  1. Follow the instructions provided in the documentation at Helm Setup.
  2. 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.