Releases: apache/incubator-devlake
Releases · apache/incubator-devlake
v0.17.0-beta5
Bug Fixes
- [Gitlab] Fix no pagination is used in the 'collectAccounts' plugin. #5126
- [Customize] Fix type field in board entity not being populated on csv import. #5086
- [Tapd] Fix incorrect value for tapd iteration type changelog. #5084
- [Tapd] Fix board data not extracted to domain layer boards entity. #5156
- [Jira] Fix an error occurred during extracting the remote link from the raw data layer. #5146
- [Dashboard] Fix dora flow still uses the old SQLs to validate dora metrics.#5130
- [Config-UI] Fix azure devops needs better error handling when remote-scopes?groupId=xxx%2Fyyy returns empty list. #5058
- [DORA] environment is empty when production regex is left empty. #5169
v0.17.0-beta4
Bug Fixes
- [Azure DevOps] Fix error when editing the deployment regex of an existing transformation rule. #5082
- [Webhook] Fix start_time field is required but Config-UI says it's optional. #5097
- [Zentao] Fix json lowcase error, the project and product ignore error, the project and pruduct type error, no transformationRule error. #5092
- [Config-UI] Fix cannot edit data entities for existing data scopes. #5096
- [Config-UI] Fix db migrate redirect url error. #5110
- [Config-UI] Keep tab state in project details. #5095
- [Config-UI] Fix pagerduty transformation cannot be set. #5114
- [Config-UI] Fix project_mapping table missing records for deployment webhooks. #5099
v0.17.0-beta3
v0.17.0-beta2
This release contains the same content as v0.17.0-beta1.
v0.17.0-beta1
New Features
- [Azure DevOps] Supports Azure DevOps. #2604
- [PagerDuty] Supports PagerDuty. #4220
- [Auth] Implements token permission checks for plugin connections. #4571
- [Config UI] Redesigns user experience for transformation rules in Config UI. #4580
- [Customize] Supports extracting float and integer values. #4833
Bug Fixes
- [Jira] Resolves issue with system timezone not being respected in Jira. #4902
Breaking Changes
- [Refactor][DORA] Re-define deployments for DevLake. Addresses data correctness issues with Change Lead Time and Jenkins deployments in DORA. #4869
- [Refactor] Requires binding data scope and transformation rules to the data connection. #4681
- [Feature][TAPD] Add tapd bp api, change type of TypeMappings/StatusMappings. #4566
How to Upgrade
For docker-compose users, please update your docker-compose.yml file with the following image tags:
- apache/devlake:v0.17.0-beta1
- apache/devlake-dashboard:v0.17.0-beta1
- apache/devlake-config-ui:v0.17.0-beta1
For helm users, please follow the our docs
v0.16.1-beta1
v0.16.0
New Features
- [GitLab] GitLab v11.x version is now supported. #4136
- [SonarQube] The SonarQube plugin is now supported. #2305
- [Bitbucket] Bitbucket is now officially supported. #4340
- [Customize] Users can now import data from CSV files and expand data schema. #3840
- [Config-UI] The transformation configuration for GitHub/Jira has been simplified and re-organized. #3634 #4036
Bug Fixes
- [Dashboard] The way to calculate Change Failure Rate is now accurate. #4610
- [Jira] Issue story points in Jira can now be float numbers. #4325
- [Jira] Store labels into the jira issue_labels table. #4500
- [Config-UI] Config-UI now lists private membership organizations for GitHub. #4439
- [Framework] Creating a connection with the same name will no longer overwrite the previous one. #4224
- [Dora] Fix the dora refdiff and change lead time filter logic. #4917
- [Devops]: Add skip binlog for mysql. #4797
Breaking Changes
- [Refactor] Directory structure refactoring. #2078
How to Upgrade
For docker-compose users, please update your docker-compose.yml file with the following image tags:
- apache/devlake:v0.16.0
- apache/devlake-dashboard:v0.16.0
- apache/devlake-config-ui:v0.16.0
For helm users, please follow our docs
v0.16.0-rc2
Release based on v0.16.0-beta17 with the following bug-fixes
Bug Fixes
fix: gitlab case inconsistency in dashboard sql (#4999)
v0.16.0-beta17
Bug Fixes
- [Bug][Dashboard] DORA dashboard didn't show data as some versions of MySQL were case-sensitive (#4987)
- [Bug][Github] The time of resolution_date in the issues table is earlier than the time of created_date (#4988)
- [Bug][DORA] The same incidents are associated with different deployment_ids in two different DevLake instances (#4989)