github apache/incubator-devlake v0.18.0-beta7

latest releases: v1.0.2-beta1, v1.0.1-beta9, v1.0.1-rc2...
pre-release13 months ago

Bug Fixes

  • [Dora] Fixes skipped jobs counting as successful production deployment: #5885
  • [Github] Fixes github failed to collect issues due to full_name being empty: #5945
  • [Zentao] Fixes closed bug type data loss: #5918
  • [Zentao] Adjusts the issue type/status mapping configuration: #5755
  • [Zentao] Fixes calculations of issues.time_remaining_minutes were wrong: #5935
  • [Zentao] Fixes collect data, data outside of the specified project is collected: #5919

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.18.0-beta7
    • devlake.docker.scarf.sh/apache/devlake-dashboard:v0.18.0-beta7
    • devlake.docker.scarf.sh/apache/devlake-config-ui:v0.18.0-beta7
  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.

Don't miss a new incubator-devlake release

NewReleases is sending notifications on new releases.