Skip to content

Releases: apache/incubator-devlake

v0.17.0-beta5

15 May 08:31
b54fa2a
Compare
Choose a tag to compare
v0.17.0-beta5 Pre-release
Pre-release

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

08 May 07:14
e66c4ad
Compare
Choose a tag to compare
v0.17.0-beta4 Pre-release
Pre-release

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

05 May 02:23
d78022c
Compare
Choose a tag to compare
v0.17.0-beta3 Pre-release
Pre-release

Bug Fixes

  • [Azure DevOps] Records are inserted into cicd_deployment_commits even when regexes don't match. #5072
  • [Azure DevOps] Both jobs and job steps are converted to cicd_tasks #5070
  • [Azure DevOps] Azure DevOps jumps to localhost:4000/offline when users enter invalid personal access token #5059

v0.17.0-beta2

29 Apr 11:47
d368976
Compare
Choose a tag to compare
v0.17.0-beta2 Pre-release
Pre-release

This release contains the same content as v0.17.0-beta1.

v0.17.0-beta1

28 Apr 15:54
d368976
Compare
Choose a tag to compare
v0.17.0-beta1 Pre-release
Pre-release

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

28 Apr 07:22
1262b6c
Compare
Choose a tag to compare
v0.16.1-beta1 Pre-release
Pre-release

Bug Fixes

  1. [Bug][Gitlab] Fix config-ui do not support same group and project id. #4296
  2. [Bug][Jenkins] Fix jenkins stage convertor error. #5003

v0.16.0

28 Apr 06:05
Compare
Choose a tag to compare

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

25 Apr 12:49
Compare
Choose a tag to compare
v0.16.0-rc2 Pre-release
Pre-release

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

21 Apr 11:48
Compare
Choose a tag to compare
v0.16.0-beta17 Pre-release
Pre-release

Bug Fixes

  1. [Bug][Dashboard] DORA dashboard didn't show data as some versions of MySQL were case-sensitive (#4987)
  2. [Bug][Github] The time of resolution_date in the issues table is earlier than the time of created_date (#4988)
  3. [Bug][DORA] The same incidents are associated with different deployment_ids in two different DevLake instances (#4989)

v0.16.0-beta16

20 Apr 03:21
Compare
Choose a tag to compare
v0.16.0-beta16 Pre-release
Pre-release

Bug Fixes

[Jenkins]: Fix the starttime assignment in jenkins stage_convertor is wrong (#4966)
[Dbt]: Fix dbt deps command fail (#4969)
[Dora]: Fix monthly Change Failure Rate in DORA dashboard (#4610)