From ef87ca7c1f5bfafe1479da25b1af415420ed15a4 Mon Sep 17 00:00:00 2001 From: Himanshu Pal Date: Thu, 28 Nov 2024 19:28:06 +0530 Subject: [PATCH 1/2] updated scr and changelog --- scripts/full_app_list.yaml | 5 +++-- scripts/scr_app_list.yaml | 34 ++-------------------------------- src/DoppelVision/CHANGELOG.md | 4 ++++ src/DoppelVision/manifest.yaml | 2 +- 4 files changed, 10 insertions(+), 35 deletions(-) diff --git a/scripts/full_app_list.yaml b/scripts/full_app_list.yaml index 7fd3528..9c7b3bc 100644 --- a/scripts/full_app_list.yaml +++ b/scripts/full_app_list.yaml @@ -53,7 +53,7 @@ apps: prevVersions: - 1.0.0 - name: Doppel Vision - version: 1.0.0 + version: 1.0.1 uuid: 1875c9d1-6f58-4f96-be21-0e5f0a8ddc4f relativeFolderPath: DoppelVision demo_input_mapping: @@ -62,4 +62,5 @@ apps: - input_name: default_scope_value input_name_value: "*dopple*" installable: true - prevVersions: [] + prevVersions: + - 1.0.0 diff --git a/scripts/scr_app_list.yaml b/scripts/scr_app_list.yaml index cc76ecb..03979b4 100644 --- a/scripts/scr_app_list.yaml +++ b/scripts/scr_app_list.yaml @@ -1,6 +1,6 @@ apps: - name: Doppel Vision - version: 1.0.0 + version: 1.0.1 uuid: 1875c9d1-6f58-4f96-be21-0e5f0a8ddc4f relativeFolderPath: DoppelVision demo_input_mapping: @@ -9,35 +9,5 @@ apps: - input_name: default_scope_value input_name_value: "*dopple*" installable: true - prevVersions: [] - - name: LambdaTest - version: 1.0.0 - uuid: 41168bd0-61f0-434c-8286-23b2e0fa6502 - relativeFolderPath: Lambdatest - demo_input_mapping: - - input_name: scope_key - input_name_value: _sourceCategory - - input_name: default_scope_value - input_name_value: Labs/lambdatest/* - installable: true - prevVersions: [] - - name: Endace - version: 1.0.1 - uuid: 81cff485-32a9-403f-a3d6-04d8d20e8f2c - relativeFolderPath: Endace - demo_input_mapping: - - input_name: scope_key - input_name_value: _sourceCategory - - input_name: default_scope_value - input_name_value: messages - - input_name: scope_key1 - input_name_value: _sourceCategory - - input_name: default_scope_value1 - input_name_value: suricata - - input_name: scope_key2 - input_name_value: _sourceCategory - - input_name: default_scope_value2 - input_name_value: zeek - installable: true prevVersions: - - 1.0.0 + - 1.0.0 diff --git a/src/DoppelVision/CHANGELOG.md b/src/DoppelVision/CHANGELOG.md index dc44294..b6feadd 100644 --- a/src/DoppelVision/CHANGELOG.md +++ b/src/DoppelVision/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.0] - 2024-11-28 +### Added +- Query fixes in dashboards. + ## [1.0.0] - 2024-09-17 ### Added - Initial version of the app. diff --git a/src/DoppelVision/manifest.yaml b/src/DoppelVision/manifest.yaml index fc56988..af44c0f 100644 --- a/src/DoppelVision/manifest.yaml +++ b/src/DoppelVision/manifest.yaml @@ -1,6 +1,6 @@ schemaVersion: '2.0' name: Doppel Vision -version: 1.0.0 +version: 1.0.1 description: 'Doppel Vision manages external threats at the speed of AI. Doppel technology identifies and takes down deep fakes, malicious impersonations, phishing, and disinformation campaigns targeting clients, and utilizes proprietary AI and machine learning tools to automate threat detection and takedowns.\nThese dynamic features enable Doppel Vision to scale with you as your partner in brand protection in an evolving threat landscape.' author: supportUrl: https://github.com/SumoLogic/sumologic-public-partner-apps/tree/master/DoppelVision#support From fea411924eeb5b917517d966c1d53a23c0732fc6 Mon Sep 17 00:00:00 2001 From: Himanshu Pal Date: Thu, 28 Nov 2024 20:03:34 +0530 Subject: [PATCH 2/2] updated changelog version --- src/DoppelVision/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DoppelVision/CHANGELOG.md b/src/DoppelVision/CHANGELOG.md index b6feadd..86efa1c 100644 --- a/src/DoppelVision/CHANGELOG.md +++ b/src/DoppelVision/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.0.0] - 2024-11-28 +## [1.0.1] - 2024-11-28 ### Added - Query fixes in dashboards.