From f74bc0748a9eeb6910d63547897266179d9ab3c1 Mon Sep 17 00:00:00 2001 From: Kirill Zhukov Date: Mon, 24 Apr 2023 09:20:58 +0200 Subject: [PATCH] 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' --- releases.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/releases.txt b/releases.txt index 5e0fe7f..a6e30c1 100644 --- a/releases.txt +++ b/releases.txt @@ -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 \ No newline at end of file +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'