From 1471ef8394d7897d773162b8111e10fb5e698240 Mon Sep 17 00:00:00 2001 From: Cristi Bleotiu Date: Fri, 22 Aug 2025 11:55:04 +0300 Subject: [PATCH 1/4] chore: inc ver --- ver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ver.py b/ver.py index 735af3c1..f748356c 100644 --- a/ver.py +++ b/ver.py @@ -1,2 +1,2 @@ -__VER__ = '2.9.520' +__VER__ = '2.9.530' From 822f780de6c23f6dcad214fae936c97f5ad35234 Mon Sep 17 00:00:00 2001 From: Andrei Ionut Damian Date: Fri, 22 Aug 2025 12:36:20 +0300 Subject: [PATCH 2/4] fix: added minio monitor exclusion chore: update core --- constants.py | 8 +++++++- ver.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index 1d35b58d..2db48cf3 100644 --- a/constants.py +++ b/constants.py @@ -1,4 +1,4 @@ -from naeural_core.constants import ADMIN_PIPELINE, ADMIN_PIPELINE_FILTER +from naeural_core.constants import ADMIN_PIPELINE, ADMIN_PIPELINE_FILTER, ADMIN_PIPELINE_EXCLUSIONS ADMIN_PIPELINE_FILTER = [ @@ -7,6 +7,12 @@ ] +# to be used by config-manager +ADMIN_PIPELINE_EXCLUSIONS = [ + *ADMIN_PIPELINE_EXCLUSIONS, + "MINIO_MONIT_01" +] + ADMIN_PIPELINE = { **ADMIN_PIPELINE, diff --git a/ver.py b/ver.py index f748356c..e4af3a67 100644 --- a/ver.py +++ b/ver.py @@ -1,2 +1,2 @@ -__VER__ = '2.9.530' +__VER__ = '2.9.540' From 32ebd139b2dae54803a4b25dd75d23f55f5059c5 Mon Sep 17 00:00:00 2001 From: Cristi Bleotiu Date: Fri, 22 Aug 2025 14:07:51 +0300 Subject: [PATCH 3/4] chore: inc ver --- ver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ver.py b/ver.py index e4af3a67..56261f68 100644 --- a/ver.py +++ b/ver.py @@ -1,2 +1,2 @@ -__VER__ = '2.9.540' +__VER__ = '2.9.550' From f27921a23c9848ef09b2549e7ba9a534293bf76b Mon Sep 17 00:00:00 2001 From: Cristi Bleotiu Date: Fri, 22 Aug 2025 15:05:53 +0300 Subject: [PATCH 4/4] chore: inc ver --- ver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ver.py b/ver.py index 56261f68..811180ae 100644 --- a/ver.py +++ b/ver.py @@ -1,2 +1,2 @@ -__VER__ = '2.9.550' +__VER__ = '2.9.560'