0.3.3 (2023-04-24)

build-analytics
  Improvements
    - [ALBS-1077] start deleting builds that were removed from ALBS
  Bugfixes
    - 'Key error' when db_port/db_host is not set
    - update_builds() ignoring opldest_to_update attribute
    - [ALBS-1099] Test task started_at attribute is NULL
    - Max recursion error in 'Test task details.json'
This commit is contained in:
Kirill Zhukov 2023-04-24 09:20:58 +02:00
parent 5a590cbadb
commit f74bc0748a
1 changed files with 9 additions and 4 deletions

View File

@ -21,7 +21,12 @@ First version
0.3.2 (2023-03-23)
- Bugfix ALBS-1060
0.3.3 (IN PROGRESS)
build-analytics:
- [ALBS-1099] change source of Test task started_at timestamp
- [ALBS-1077] start deleting builds that were removed from ALBS
0.3.3 (2023-04-24)
build-analytics
Improvements
- [ALBS-1077] start deleting builds that were removed from ALBS
Bugfixes
- 'Key error' when db_port/db_host is not set
- update_builds() ignoring opldest_to_update attribute
- [ALBS-1099] Test task started_at attribute is NULL
- Max recursion error in 'Test task details.json'