From d859207b482ff04faed0a94e6152e0bc87af36fa Mon Sep 17 00:00:00 2001 From: Meet Usadadiya Date: Tue, 25 Jun 2024 16:44:44 +0530 Subject: [PATCH 1/2] chore: add test case --- tests/test_cisco_esa.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/test_cisco_esa.py b/tests/test_cisco_esa.py index 2de4e99f1b..a3be418972 100644 --- a/tests/test_cisco_esa.py +++ b/tests/test_cisco_esa.py @@ -25,6 +25,16 @@ ] testdata_textmail = [ + """{{mark}} {{ bsd }} {{ host }} {{ app }}: Thu May 30 18:03:12 2024 Warning: sophos antivirus - The Anti-Virus database on this system is expired. Although the system +will continue to scan for existing viruses, new virus updates will no +longer be available. Please run avupdate to update to the latest engine +immediately. Contact Cisco IronPort Customer Support if you have any questions. +Current Sophos Anti-Virus Information: +SAV Engine Version 5.88 +IDE Serial Unknown +Last Engine Update Fri Aug 4 21:40:12 2023 +Last IDE Update Fri Aug 4 21:40:12 2023 + """, "{{mark}} {{ bsd }} {{ host }} {{ app }}: Jul 16 10:46:46 2013 dummy_source_Domain2 mail_logs: Info: Version: 8.7.2-001 SN: 942B2B684C96-29WTPQ2", "{{mark}} {{ bsd }} {{ host }} {{ app }}: Mon Aug 10 10:00:24 2020 Info: MID 192034 not completely scanned by SDS. Error: The number of URLs in the message attachments exceeded the URL scan limit.", "{{mark}} {{ bsd }} {{ host }} {{ app }}: Mon Aug 10 09:52:59 2020 Info: ICID 442736 ACCEPT SG UNKNOWNLIST match sbrs[-2.0:10.0] SBRS -0.9", From d9a3719f36328163fe375645358bcfe05d161fa1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Mar 2026 07:28:53 +0000 Subject: [PATCH 2/2] chore(release): 3.41.0 # [3.41.0](https://github.com/splunk/splunk-connect-for-syslog/compare/v3.40.0...v3.41.0) (2026-03-31) ### Features * release 3.41.0 ([#2993](https://github.com/splunk/splunk-connect-for-syslog/issues/2993)) ([7677171](https://github.com/splunk/splunk-connect-for-syslog/commit/76771710779fc5723593906be7ac073f49da12ec)), closes [#2930](https://github.com/splunk/splunk-connect-for-syslog/issues/2930) [#2933](https://github.com/splunk/splunk-connect-for-syslog/issues/2933) [#2940](https://github.com/splunk/splunk-connect-for-syslog/issues/2940) [#2944](https://github.com/splunk/splunk-connect-for-syslog/issues/2944) [#2945](https://github.com/splunk/splunk-connect-for-syslog/issues/2945) [#2942](https://github.com/splunk/splunk-connect-for-syslog/issues/2942) --- charts/splunk-connect-for-syslog/Chart.yaml | 4 ++-- package/etc/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/splunk-connect-for-syslog/Chart.yaml b/charts/splunk-connect-for-syslog/Chart.yaml index d9a87d136b..9ab3f8b9e6 100644 --- a/charts/splunk-connect-for-syslog/Chart.yaml +++ b/charts/splunk-connect-for-syslog/Chart.yaml @@ -3,5 +3,5 @@ apiVersion: v2 name: splunk-connect-for-syslog description: Deploy Splunk Connect for Syslog type: application -version: 3.40.0 -appVersion: "3.40.0" +version: 3.41.0 +appVersion: "3.41.0" diff --git a/package/etc/VERSION b/package/etc/VERSION index 7e16c94210..371986f6df 100644 --- a/package/etc/VERSION +++ b/package/etc/VERSION @@ -1 +1 @@ -3.40.0 +3.41.0 diff --git a/pyproject.toml b/pyproject.toml index fce98b9e51..091d87f4a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-syslog" -version = "3.40.0" +version = "3.41.0" description = "" authors = ["rjha-splunk "] license = "Apache-2.0"