diff --git a/Packs/AccentureCTI_Feed/Integrations/ACTIIndicatorFeed/ACTIIndicatorFeed.yml b/Packs/AccentureCTI_Feed/Integrations/ACTIIndicatorFeed/ACTIIndicatorFeed.yml index da9498c580d8..bbcf2323fe58 100644 --- a/Packs/AccentureCTI_Feed/Integrations/ACTIIndicatorFeed/ACTIIndicatorFeed.yml +++ b/Packs/AccentureCTI_Feed/Integrations/ACTIIndicatorFeed/ACTIIndicatorFeed.yml @@ -150,7 +150,7 @@ script: name: limit description: Gets the feed indicators. name: acti-get-indicators - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '-' diff --git a/Packs/AccentureCTI_Feed/ReleaseNotes/1_1_39.md b/Packs/AccentureCTI_Feed/ReleaseNotes/1_1_39.md new file mode 100644 index 000000000000..85cd025ac74d --- /dev/null +++ b/Packs/AccentureCTI_Feed/ReleaseNotes/1_1_39.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### ACTI Indicator Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/AccentureCTI_Feed/pack_metadata.json b/Packs/AccentureCTI_Feed/pack_metadata.json index 7361318e8061..6f4448693842 100644 --- a/Packs/AccentureCTI_Feed/pack_metadata.json +++ b/Packs/AccentureCTI_Feed/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Accenture CTI Feed", "description": "Accenture Cyber Threat Intelligence Feed", "support": "partner", - "currentVersion": "1.1.38", + "currentVersion": "1.1.39", "author": "Accenture", "url": "https://www.accenture.com/us-en/services/security/cyber-defense", "email": "CTI.AcctManagement@accenture.com", diff --git a/Packs/ActiveMQ/Integrations/ActiveMQ/ActiveMQ.yml b/Packs/ActiveMQ/Integrations/ActiveMQ/ActiveMQ.yml index f430326d701e..8e623276060c 100644 --- a/Packs/ActiveMQ/Integrations/ActiveMQ/ActiveMQ.yml +++ b/Packs/ActiveMQ/Integrations/ActiveMQ/ActiveMQ.yml @@ -81,7 +81,7 @@ script: name: queue-name description: Subscribes to and reads messages from a topic or queue. Must provide either queue-name or topic-name. You can't provide both. name: activemq-subscribe - dockerimage: demisto/py3-tools:1.0.0.87415 + dockerimage: demisto/py3-tools:1.0.0.114656 isfetch: true runonce: false script: '-' diff --git a/Packs/ActiveMQ/ReleaseNotes/1_1_16.md b/Packs/ActiveMQ/ReleaseNotes/1_1_16.md new file mode 100644 index 000000000000..422d4734cf99 --- /dev/null +++ b/Packs/ActiveMQ/ReleaseNotes/1_1_16.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### ActiveMQ + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/ActiveMQ/pack_metadata.json b/Packs/ActiveMQ/pack_metadata.json index 59b197bdc6de..753989fceaff 100644 --- a/Packs/ActiveMQ/pack_metadata.json +++ b/Packs/ActiveMQ/pack_metadata.json @@ -2,7 +2,7 @@ "name": "ActiveMQ", "description": "Uses Durable Topic Subscribers to fetch messages and ingest them as incidents in Demisto.", "support": "xsoar", - "currentVersion": "1.1.15", + "currentVersion": "1.1.16", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/Active_Directory_Query/ReleaseNotes/1_6_39.md b/Packs/Active_Directory_Query/ReleaseNotes/1_6_39.md index 3b90e38c5eb3..ef7ea69c20dd 100644 --- a/Packs/Active_Directory_Query/ReleaseNotes/1_6_39.md +++ b/Packs/Active_Directory_Query/ReleaseNotes/1_6_39.md @@ -1,6 +1,10 @@ #### Scripts +##### IAMInitADUser + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. ##### SendEmailToManager diff --git a/Packs/Active_Directory_Query/Scripts/IAMInitADUser/IAMInitADUser.yml b/Packs/Active_Directory_Query/Scripts/IAMInitADUser/IAMInitADUser.yml index 2a4065a922cf..25c4a4375b7a 100644 --- a/Packs/Active_Directory_Query/Scripts/IAMInitADUser/IAMInitADUser.yml +++ b/Packs/Active_Directory_Query/Scripts/IAMInitADUser/IAMInitADUser.yml @@ -80,7 +80,7 @@ tags: - active directory - Utility type: python -dockerimage: demisto/py3-tools:1.0.0.95440 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole tests: - Active Directory Test diff --git a/Packs/Anomali_ThreatStream/Integrations/AnomaliThreatStreamv3/AnomaliThreatStreamv3.yml b/Packs/Anomali_ThreatStream/Integrations/AnomaliThreatStreamv3/AnomaliThreatStreamv3.yml index a0b01265ba88..a10a61bdfdd2 100644 --- a/Packs/Anomali_ThreatStream/Integrations/AnomaliThreatStreamv3/AnomaliThreatStreamv3.yml +++ b/Packs/Anomali_ThreatStream/Integrations/AnomaliThreatStreamv3/AnomaliThreatStreamv3.yml @@ -6456,7 +6456,7 @@ script: required: true description: JSON data of edits to be made {"is_public":false,"circles":[12866]}. description: Edit the values for observable that have been cloned. - dockerimage: demisto/py3-tools:1.0.0.112434 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: false script: '-' subtype: python3 diff --git a/Packs/Anomali_ThreatStream/ReleaseNotes/2_2_24.md b/Packs/Anomali_ThreatStream/ReleaseNotes/2_2_24.md new file mode 100644 index 000000000000..065e91dc9aba --- /dev/null +++ b/Packs/Anomali_ThreatStream/ReleaseNotes/2_2_24.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Anomali ThreatStream v3 + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/Anomali_ThreatStream/pack_metadata.json b/Packs/Anomali_ThreatStream/pack_metadata.json index 25f9d43a415d..7df23f64f720 100644 --- a/Packs/Anomali_ThreatStream/pack_metadata.json +++ b/Packs/Anomali_ThreatStream/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Anomali ThreatStream", "description": "Use Anomali ThreatStream to query and submit threats.", "support": "xsoar", - "currentVersion": "2.2.23", + "currentVersion": "2.2.24", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/AsanaConnect/Integrations/AsanaConnect/AsanaConnect.yml b/Packs/AsanaConnect/Integrations/AsanaConnect/AsanaConnect.yml index 802eefce2836..3e8e6ea63a35 100644 --- a/Packs/AsanaConnect/Integrations/AsanaConnect/AsanaConnect.yml +++ b/Packs/AsanaConnect/Integrations/AsanaConnect/AsanaConnect.yml @@ -32,7 +32,7 @@ script: - name: asana-get-all-projects arguments: [] description: gets the list of projects on asana - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 subtype: python3 fromversion: 6.0.0 tests: diff --git a/Packs/AsanaConnect/ReleaseNotes/1_0_4.md b/Packs/AsanaConnect/ReleaseNotes/1_0_4.md new file mode 100644 index 000000000000..18ff8c78199c --- /dev/null +++ b/Packs/AsanaConnect/ReleaseNotes/1_0_4.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### AsanaConnect + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/AsanaConnect/pack_metadata.json b/Packs/AsanaConnect/pack_metadata.json index 1a2ff4313ab3..6a7ceeefabdc 100644 --- a/Packs/AsanaConnect/pack_metadata.json +++ b/Packs/AsanaConnect/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Asana Connect", "description": "Use the Asana Connect integration to connect to projects related to your Asana account.", "support": "community", - "currentVersion": "1.0.3", + "currentVersion": "1.0.4", "author": "zh-lim", "url": "", "email": "", diff --git a/Packs/CommonScripts/ReleaseNotes/1_15_80.md b/Packs/CommonScripts/ReleaseNotes/1_15_80.md index 0c57212f28ba..67fd60c5b8b7 100644 --- a/Packs/CommonScripts/ReleaseNotes/1_15_80.md +++ b/Packs/CommonScripts/ReleaseNotes/1_15_80.md @@ -1,6 +1,46 @@ #### Scripts +##### ParseExcel + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### DownloadAndArchivePythonLibrary + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### FetchIndicatorsFromFile + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### ExtractFQDNFromUrlAndEmail + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### ZipFile + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### StixCreator + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### ExifRead + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### ExtractDomainFromUrlAndEmail + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### LanguageDetect + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### ExtractDomainAndFQDNFromUrlAndEmail + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. ##### cvss_color diff --git a/Packs/CommonScripts/Scripts/DownloadAndArchivePythonLibrary/DownloadAndArchivePythonLibrary.yml b/Packs/CommonScripts/Scripts/DownloadAndArchivePythonLibrary/DownloadAndArchivePythonLibrary.yml index abc598d3608e..df3b27655747 100644 --- a/Packs/CommonScripts/Scripts/DownloadAndArchivePythonLibrary/DownloadAndArchivePythonLibrary.yml +++ b/Packs/CommonScripts/Scripts/DownloadAndArchivePythonLibrary/DownloadAndArchivePythonLibrary.yml @@ -16,7 +16,7 @@ args: scripttarget: 0 subtype: python3 runonce: false -dockerimage: demisto/py3-tools:1.0.0.100861 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole fromversion: 6.10.0 tests: diff --git a/Packs/CommonScripts/Scripts/ExifRead/ExifRead.yml b/Packs/CommonScripts/Scripts/ExifRead/ExifRead.yml index c8fd35ab1c2f..70c41e2da4f4 100644 --- a/Packs/CommonScripts/Scripts/ExifRead/ExifRead.yml +++ b/Packs/CommonScripts/Scripts/ExifRead/ExifRead.yml @@ -22,7 +22,7 @@ outputs: description: Exif tag value. type: string scripttarget: 0 -dockerimage: demisto/py3-tools:1.0.0.96102 +dockerimage: demisto/py3-tools:1.0.0.114656 fromversion: 6.5.0 tests: - ExifReadTest diff --git a/Packs/CommonScripts/Scripts/ExtractDomainAndFQDNFromUrlAndEmail/ExtractDomainAndFQDNFromUrlAndEmail.yml b/Packs/CommonScripts/Scripts/ExtractDomainAndFQDNFromUrlAndEmail/ExtractDomainAndFQDNFromUrlAndEmail.yml index d6b7ac3737c3..b382ae62246e 100644 --- a/Packs/CommonScripts/Scripts/ExtractDomainAndFQDNFromUrlAndEmail/ExtractDomainAndFQDNFromUrlAndEmail.yml +++ b/Packs/CommonScripts/Scripts/ExtractDomainAndFQDNFromUrlAndEmail/ExtractDomainAndFQDNFromUrlAndEmail.yml @@ -15,7 +15,7 @@ tags: - indicator-format timeout: '0' type: python -dockerimage: demisto/py3-tools:1.0.0.108682 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole tests: - ExtractDomainAndFQDNFromUrlAndEmail-Test diff --git a/Packs/CommonScripts/Scripts/ExtractDomainFromUrlFormat/ExtractDomainFromUrlFormat.yml b/Packs/CommonScripts/Scripts/ExtractDomainFromUrlFormat/ExtractDomainFromUrlFormat.yml index 81cc88bb3844..453aaa21caeb 100644 --- a/Packs/CommonScripts/Scripts/ExtractDomainFromUrlFormat/ExtractDomainFromUrlFormat.yml +++ b/Packs/CommonScripts/Scripts/ExtractDomainFromUrlFormat/ExtractDomainFromUrlFormat.yml @@ -13,7 +13,7 @@ args: description: The URL(s) or Email(s) to process. isArray: true scripttarget: 0 -dockerimage: demisto/py3-tools:1.0.0.96102 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole subtype: python3 tests: diff --git a/Packs/CommonScripts/Scripts/ExtractFQDNFromUrlAndEmail/ExtractFQDNFromUrlAndEmail.yml b/Packs/CommonScripts/Scripts/ExtractFQDNFromUrlAndEmail/ExtractFQDNFromUrlAndEmail.yml index 50134f4d43f2..2f81fb2b0c48 100644 --- a/Packs/CommonScripts/Scripts/ExtractFQDNFromUrlAndEmail/ExtractFQDNFromUrlAndEmail.yml +++ b/Packs/CommonScripts/Scripts/ExtractFQDNFromUrlAndEmail/ExtractFQDNFromUrlAndEmail.yml @@ -14,7 +14,7 @@ tags: - indicator-format timeout: '0' type: python -dockerimage: demisto/py3-tools:1.0.0.108682 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole subtype: python3 tests: diff --git a/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.yml b/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.yml index 0ef4522874e2..3b6140a04844 100644 --- a/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.yml +++ b/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.yml @@ -64,7 +64,7 @@ tags: - indicators timeout: '0' type: python -dockerimage: demisto/py3-tools:1.0.0.96102 +dockerimage: demisto/py3-tools:1.0.0.114656 fromversion: 6.5.0 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/LanguageDetect/LanguageDetect.yml b/Packs/CommonScripts/Scripts/LanguageDetect/LanguageDetect.yml index aa5fa1b94551..6a405c1d7a00 100644 --- a/Packs/CommonScripts/Scripts/LanguageDetect/LanguageDetect.yml +++ b/Packs/CommonScripts/Scripts/LanguageDetect/LanguageDetect.yml @@ -20,7 +20,7 @@ outputs: - contextPath: langDetect.probability description: Probability of language detection. scripttarget: 0 -dockerimage: demisto/py3-tools:1.0.0.96102 +dockerimage: demisto/py3-tools:1.0.0.114656 fromversion: 5.0.0 tests: - LanguageDetect-Test diff --git a/Packs/CommonScripts/Scripts/ParseExcel/ParseExcel.yml b/Packs/CommonScripts/Scripts/ParseExcel/ParseExcel.yml index 1dfda45ce03f..324d367e5547 100644 --- a/Packs/CommonScripts/Scripts/ParseExcel/ParseExcel.yml +++ b/Packs/CommonScripts/Scripts/ParseExcel/ParseExcel.yml @@ -16,7 +16,7 @@ outputs: - contextPath: ParseExcel description: ParseExcel. scripttarget: 0 -dockerimage: demisto/py3-tools:1.0.0.96102 +dockerimage: demisto/py3-tools:1.0.0.114656 tests: - ParseExcel-test fromversion: 5.0.0 diff --git a/Packs/CommonScripts/Scripts/StixCreator/StixCreator.yml b/Packs/CommonScripts/Scripts/StixCreator/StixCreator.yml index 886e259bd4dd..e1141a593d40 100644 --- a/Packs/CommonScripts/Scripts/StixCreator/StixCreator.yml +++ b/Packs/CommonScripts/Scripts/StixCreator/StixCreator.yml @@ -38,7 +38,7 @@ outputs: description: The date/time that the indicator was last seen. type: date scripttarget: 0 -dockerimage: demisto/py3-tools:1.0.0.96102 +dockerimage: demisto/py3-tools:1.0.0.114656 subtype: python3 runas: DBotWeakRole tests: diff --git a/Packs/CommonScripts/Scripts/ZipFile/ZipFile.yml b/Packs/CommonScripts/Scripts/ZipFile/ZipFile.yml index 680eb9ba654c..514e4cbc8775 100644 --- a/Packs/CommonScripts/Scripts/ZipFile/ZipFile.yml +++ b/Packs/CommonScripts/Scripts/ZipFile/ZipFile.yml @@ -54,7 +54,7 @@ tags: timeout: '0' type: python subtype: python3 -dockerimage: demisto/py3-tools:1.0.0.95440 +dockerimage: demisto/py3-tools:1.0.0.114656 fromversion: 5.0.0 tests: - ZipFile-Test diff --git a/Packs/CommunityCommonScripts/ReleaseNotes/1_3_2.md b/Packs/CommunityCommonScripts/ReleaseNotes/1_3_2.md new file mode 100644 index 000000000000..23d0d947e22f --- /dev/null +++ b/Packs/CommunityCommonScripts/ReleaseNotes/1_3_2.md @@ -0,0 +1,7 @@ + +#### Scripts + +##### Json2HtmlTable + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/CommunityCommonScripts/Scripts/Json2HtmlTable/Json2HtmlTable.yml b/Packs/CommunityCommonScripts/Scripts/Json2HtmlTable/Json2HtmlTable.yml index 6cd8f1d21a8e..5e3e5f191e52 100644 --- a/Packs/CommunityCommonScripts/Scripts/Json2HtmlTable/Json2HtmlTable.yml +++ b/Packs/CommunityCommonScripts/Scripts/Json2HtmlTable/Json2HtmlTable.yml @@ -14,5 +14,5 @@ tags: timeout: '0' type: python subtype: python3 -dockerimage: demisto/py3-tools:1.0.0.105909 +dockerimage: demisto/py3-tools:1.0.0.114656 fromversion: 5.5.0 diff --git a/Packs/CommunityCommonScripts/pack_metadata.json b/Packs/CommunityCommonScripts/pack_metadata.json index 6fbba668d5ff..4657516ea851 100644 --- a/Packs/CommunityCommonScripts/pack_metadata.json +++ b/Packs/CommunityCommonScripts/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Community Common Scripts", "description": "A pack that contains community scripts", "support": "community", - "currentVersion": "1.3.1", + "currentVersion": "1.3.2", "author": "", "url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions", "email": "", diff --git a/Packs/Core/ReleaseNotes/3_0_90.md b/Packs/Core/ReleaseNotes/3_0_90.md new file mode 100644 index 000000000000..963d7f4b9f52 --- /dev/null +++ b/Packs/Core/ReleaseNotes/3_0_90.md @@ -0,0 +1,7 @@ + +#### Scripts + +##### impossibleTravelerGetDistance + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/Core/Scripts/impossibleTravelerGetDistance/impossibleTravelerGetDistance.yml b/Packs/Core/Scripts/impossibleTravelerGetDistance/impossibleTravelerGetDistance.yml index 3dd47341e806..7a67925a0389 100644 --- a/Packs/Core/Scripts/impossibleTravelerGetDistance/impossibleTravelerGetDistance.yml +++ b/Packs/Core/Scripts/impossibleTravelerGetDistance/impossibleTravelerGetDistance.yml @@ -21,7 +21,7 @@ outputs: description: The calculated events for each input scripttarget: 0 subtype: python3 -dockerimage: demisto/py3-tools:1.0.0.90842 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole fromversion: 6.6.0 tests: diff --git a/Packs/Core/pack_metadata.json b/Packs/Core/pack_metadata.json index fc9985b66e66..50f4dfa41f10 100644 --- a/Packs/Core/pack_metadata.json +++ b/Packs/Core/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Core - Investigation and Response", "description": "Automates incident response", "support": "xsoar", - "currentVersion": "3.0.89", + "currentVersion": "3.0.90", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml index fd46cfbfa04a..124d0e5ef5ce 100644 --- a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml +++ b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml @@ -5054,7 +5054,7 @@ script: - contextPath: CrowdStrike.IOARules.version_ids description: The IOA rule's version ID. type: String - dockerimage: demisto/py3-tools:1.0.0.112922 + dockerimage: demisto/py3-tools:1.0.0.114656 isfetch: true ismappable: true isremotesyncin: true diff --git a/Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_24.md b/Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_24.md index e059f14bbb45..290e6a5fd766 100644 --- a/Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_24.md +++ b/Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_24.md @@ -3,5 +3,5 @@ ##### CrowdStrike Falcon +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. - Fixed an issue where the command ***cs-falcon-device-count-ioc*** not returned the correct value in case a rate limit occurred. -- Updated the Docker image to: *demisto/py3-tools:1.0.0.112922*. diff --git a/Packs/CrowdStrikeFalconStreamingV2/Integrations/CrowdStrikeFalconStreamingV2/CrowdStrikeFalconStreamingV2.yml b/Packs/CrowdStrikeFalconStreamingV2/Integrations/CrowdStrikeFalconStreamingV2/CrowdStrikeFalconStreamingV2.yml index 8e42913aac6a..c268699029ed 100644 --- a/Packs/CrowdStrikeFalconStreamingV2/Integrations/CrowdStrikeFalconStreamingV2/CrowdStrikeFalconStreamingV2.yml +++ b/Packs/CrowdStrikeFalconStreamingV2/Integrations/CrowdStrikeFalconStreamingV2/CrowdStrikeFalconStreamingV2.yml @@ -88,7 +88,7 @@ script: commands: - description: Returns a list of sample events fetched from the stream. name: crowdstrike-falcon-streaming-get-sample-events - dockerimage: demisto/py3-tools:1.0.0.86553 + dockerimage: demisto/py3-tools:1.0.0.114656 isFetchSamples: true longRunning: true runonce: false diff --git a/Packs/CrowdStrikeFalconStreamingV2/ReleaseNotes/1_1_12.md b/Packs/CrowdStrikeFalconStreamingV2/ReleaseNotes/1_1_12.md new file mode 100644 index 000000000000..4370df3f24cd --- /dev/null +++ b/Packs/CrowdStrikeFalconStreamingV2/ReleaseNotes/1_1_12.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### CrowdStrike Falcon Streaming v2 + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/CrowdStrikeFalconStreamingV2/pack_metadata.json b/Packs/CrowdStrikeFalconStreamingV2/pack_metadata.json index 50053246cda1..3417e8c81a31 100644 --- a/Packs/CrowdStrikeFalconStreamingV2/pack_metadata.json +++ b/Packs/CrowdStrikeFalconStreamingV2/pack_metadata.json @@ -2,7 +2,7 @@ "name": "CrowdStrike Falcon Streaming", "description": "Use the CrowdStrike Falcon Stream v2 integration to stream detections and audit security events.", "support": "xsoar", - "currentVersion": "1.1.11", + "currentVersion": "1.1.12", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/CyberArkIdentity/Integrations/CyberArkIdentityEventCollector/CyberArkIdentityEventCollector.yml b/Packs/CyberArkIdentity/Integrations/CyberArkIdentityEventCollector/CyberArkIdentityEventCollector.yml index 4a9c8acf1b6d..b4c86c7c825a 100644 --- a/Packs/CyberArkIdentity/Integrations/CyberArkIdentityEventCollector/CyberArkIdentityEventCollector.yml +++ b/Packs/CyberArkIdentity/Integrations/CyberArkIdentityEventCollector/CyberArkIdentityEventCollector.yml @@ -76,7 +76,7 @@ script: isfetchevents: true type: python subtype: python3 - dockerimage: demisto/py3-tools:1.0.0.94051 + dockerimage: demisto/py3-tools:1.0.0.114656 marketplaces: - marketplacev2 fromversion: 6.8.0 diff --git a/Packs/CyberArkIdentity/ReleaseNotes/1_1_2.md b/Packs/CyberArkIdentity/ReleaseNotes/1_1_2.md new file mode 100644 index 000000000000..3f0ff2c49efa --- /dev/null +++ b/Packs/CyberArkIdentity/ReleaseNotes/1_1_2.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### CyberArk Identity Event Collector + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/CyberArkIdentity/pack_metadata.json b/Packs/CyberArkIdentity/pack_metadata.json index c3f7f518ee1c..6365bd2979d4 100644 --- a/Packs/CyberArkIdentity/pack_metadata.json +++ b/Packs/CyberArkIdentity/pack_metadata.json @@ -2,7 +2,7 @@ "name": "CyberArk Identity", "description": "This integration collects events from the Idaptive Next-Gen Access (INGA) using REST APIs.", "support": "xsoar", - "currentVersion": "1.1.1", + "currentVersion": "1.1.2", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/DevSecOps/Integrations/MinIO/MinIO.yml b/Packs/DevSecOps/Integrations/MinIO/MinIO.yml index ce835172c3eb..aa7b2123425c 100644 --- a/Packs/DevSecOps/Integrations/MinIO/MinIO.yml +++ b/Packs/DevSecOps/Integrations/MinIO/MinIO.yml @@ -216,7 +216,7 @@ script: - contextPath: MinIO.Objects.tags description: MinIO Object Tags. description: Set tags configuration to an object. - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: false script: '-' subtype: python3 diff --git a/Packs/DevSecOps/ReleaseNotes/1_1_11.md b/Packs/DevSecOps/ReleaseNotes/1_1_11.md new file mode 100644 index 000000000000..278def147281 --- /dev/null +++ b/Packs/DevSecOps/ReleaseNotes/1_1_11.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### MinIO + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/DevSecOps/pack_metadata.json b/Packs/DevSecOps/pack_metadata.json index 6c852456037c..7958de961688 100644 --- a/Packs/DevSecOps/pack_metadata.json +++ b/Packs/DevSecOps/pack_metadata.json @@ -2,7 +2,7 @@ "name": "DevSecOps", "description": "DevSecOps CI/CD Orchestration Integration Pack.", "support": "community", - "currentVersion": "1.1.10", + "currentVersion": "1.1.11", "author": "Ayman Mahmoud", "githubUser": [ "ayman-m" diff --git a/Packs/Dropbox/Integrations/DropboxEventCollector/DropboxEventCollector.yml b/Packs/Dropbox/Integrations/DropboxEventCollector/DropboxEventCollector.yml index 5b46f4dda329..da82bd3d1999 100644 --- a/Packs/Dropbox/Integrations/DropboxEventCollector/DropboxEventCollector.yml +++ b/Packs/Dropbox/Integrations/DropboxEventCollector/DropboxEventCollector.yml @@ -78,7 +78,7 @@ script: defaultValue: 3 days description: Get events. name: dropbox-get-events - dockerimage: demisto/py3-tools:1.0.0.94051 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: false script: '-' subtype: python3 diff --git a/Packs/Dropbox/ReleaseNotes/1_1_4.md b/Packs/Dropbox/ReleaseNotes/1_1_4.md new file mode 100644 index 000000000000..f8d8a0b3b15b --- /dev/null +++ b/Packs/Dropbox/ReleaseNotes/1_1_4.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Dropbox Event Collector + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/Dropbox/pack_metadata.json b/Packs/Dropbox/pack_metadata.json index c89420282092..c00123d04972 100644 --- a/Packs/Dropbox/pack_metadata.json +++ b/Packs/Dropbox/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Dropbox", "description": "Use the Dropbox integration to fetch events", "support": "xsoar", - "currentVersion": "1.1.3", + "currentVersion": "1.1.4", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedAWS/Integrations/FeedAWS/FeedAWS.yml b/Packs/FeedAWS/Integrations/FeedAWS/FeedAWS.yml index 599722124f3a..9a867055db07 100644 --- a/Packs/FeedAWS/Integrations/FeedAWS/FeedAWS.yml +++ b/Packs/FeedAWS/Integrations/FeedAWS/FeedAWS.yml @@ -191,7 +191,7 @@ script: name: limit description: Fetches indicators from the feed. name: aws-get-indicators - dockerimage: demisto/py3-tools:1.0.0.108682 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '-' diff --git a/Packs/FeedAWS/ReleaseNotes/1_1_54.md b/Packs/FeedAWS/ReleaseNotes/1_1_54.md new file mode 100644 index 000000000000..d85f2f95d40c --- /dev/null +++ b/Packs/FeedAWS/ReleaseNotes/1_1_54.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### AWS Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedAWS/pack_metadata.json b/Packs/FeedAWS/pack_metadata.json index 8ac0c2c66913..56b7a273e857 100644 --- a/Packs/FeedAWS/pack_metadata.json +++ b/Packs/FeedAWS/pack_metadata.json @@ -2,7 +2,7 @@ "name": "AWS Feed", "description": "Indicators feed from AWS", "support": "xsoar", - "currentVersion": "1.1.53", + "currentVersion": "1.1.54", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedCSV/Integrations/FeedCSV/FeedCSV.yml b/Packs/FeedCSV/Integrations/FeedCSV/FeedCSV.yml index f56aef891cb8..070d769ebfbc 100644 --- a/Packs/FeedCSV/Integrations/FeedCSV/FeedCSV.yml +++ b/Packs/FeedCSV/Integrations/FeedCSV/FeedCSV.yml @@ -222,7 +222,7 @@ script: - contextPath: CSV.Indicator.rawJSON description: The indicator rawJSON value. type: Unknown - dockerimage: demisto/py3-tools:1.0.0.112434 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '' diff --git a/Packs/FeedCSV/ReleaseNotes/1_1_33.md b/Packs/FeedCSV/ReleaseNotes/1_1_33.md new file mode 100644 index 000000000000..34333afe9bb2 --- /dev/null +++ b/Packs/FeedCSV/ReleaseNotes/1_1_33.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### CSV Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedCSV/pack_metadata.json b/Packs/FeedCSV/pack_metadata.json index 28e2f5caff5f..e478a59210e5 100644 --- a/Packs/FeedCSV/pack_metadata.json +++ b/Packs/FeedCSV/pack_metadata.json @@ -2,7 +2,7 @@ "name": "CSV Feed", "description": "Indicators feed from a CSV file", "support": "xsoar", - "currentVersion": "1.1.32", + "currentVersion": "1.1.33", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedFastly/Integrations/FeedFastly/FeedFastly.yml b/Packs/FeedFastly/Integrations/FeedFastly/FeedFastly.yml index 19df2c28d11f..0db59fca4048 100644 --- a/Packs/FeedFastly/Integrations/FeedFastly/FeedFastly.yml +++ b/Packs/FeedFastly/Integrations/FeedFastly/FeedFastly.yml @@ -119,7 +119,7 @@ script: name: limit description: Fetches indicators from the feed. name: fastly-get-indicators - dockerimage: demisto/py3-tools:1.0.0.108682 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '-' diff --git a/Packs/FeedFastly/ReleaseNotes/1_1_30.md b/Packs/FeedFastly/ReleaseNotes/1_1_30.md new file mode 100644 index 000000000000..30690bf5aa1e --- /dev/null +++ b/Packs/FeedFastly/ReleaseNotes/1_1_30.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Fastly Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedFastly/pack_metadata.json b/Packs/FeedFastly/pack_metadata.json index 940770ac2c9c..fbbcb1f5ca55 100644 --- a/Packs/FeedFastly/pack_metadata.json +++ b/Packs/FeedFastly/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Fastly Feed", "description": "Indicators feed from Fastly", "support": "xsoar", - "currentVersion": "1.1.29", + "currentVersion": "1.1.30", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedGCPWhitelist/Integrations/FeedGoogleIPRanges/FeedGoogleIPRanges.yml b/Packs/FeedGCPWhitelist/Integrations/FeedGoogleIPRanges/FeedGoogleIPRanges.yml index 1c181c9b2e37..e56b286eab12 100644 --- a/Packs/FeedGCPWhitelist/Integrations/FeedGoogleIPRanges/FeedGoogleIPRanges.yml +++ b/Packs/FeedGCPWhitelist/Integrations/FeedGoogleIPRanges/FeedGoogleIPRanges.yml @@ -128,7 +128,7 @@ script: defaultValue: "10" description: Gets indicators from the feed. name: google-ip-ranges-get-indicators - dockerimage: demisto/py3-tools:1.0.0.108682 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '-' diff --git a/Packs/FeedGCPWhitelist/ReleaseNotes/2_0_40.md b/Packs/FeedGCPWhitelist/ReleaseNotes/2_0_40.md new file mode 100644 index 000000000000..97562ece2858 --- /dev/null +++ b/Packs/FeedGCPWhitelist/ReleaseNotes/2_0_40.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Google IP Ranges Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedGCPWhitelist/pack_metadata.json b/Packs/FeedGCPWhitelist/pack_metadata.json index cf35d4d48ef6..349786f7d1ed 100644 --- a/Packs/FeedGCPWhitelist/pack_metadata.json +++ b/Packs/FeedGCPWhitelist/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Google IP Ranges Feed", "description": "Use the Google IP Ranges Feed integration to get GCP and Google global IP ranges.", "support": "xsoar", - "currentVersion": "2.0.39", + "currentVersion": "2.0.40", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedIntel471/Integrations/Intel471MalwareIndicator/Intel471MalwareIndicator.yml b/Packs/FeedIntel471/Integrations/Intel471MalwareIndicator/Intel471MalwareIndicator.yml index 79e7bd3821d0..9c81a93e057a 100644 --- a/Packs/FeedIntel471/Integrations/Intel471MalwareIndicator/Intel471MalwareIndicator.yml +++ b/Packs/FeedIntel471/Integrations/Intel471MalwareIndicator/Intel471MalwareIndicator.yml @@ -148,7 +148,7 @@ script: name: limit description: Gets the feed indicators. name: intel471-indicators-get-indicators - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '-' diff --git a/Packs/FeedIntel471/Integrations/Intel471WatcherAlerts/Intel471WatcherAlerts.yml b/Packs/FeedIntel471/Integrations/Intel471WatcherAlerts/Intel471WatcherAlerts.yml index f47a3c7b4550..e20bae39e614 100644 --- a/Packs/FeedIntel471/Integrations/Intel471WatcherAlerts/Intel471WatcherAlerts.yml +++ b/Packs/FeedIntel471/Integrations/Intel471WatcherAlerts/Intel471WatcherAlerts.yml @@ -73,7 +73,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 fromversion: 6.0.0 tests: - No tests (auto formatted) diff --git a/Packs/FeedIntel471/ReleaseNotes/2_1_7.md b/Packs/FeedIntel471/ReleaseNotes/2_1_7.md new file mode 100644 index 000000000000..27b7120acc25 --- /dev/null +++ b/Packs/FeedIntel471/ReleaseNotes/2_1_7.md @@ -0,0 +1,11 @@ + +#### Integrations + +##### Intel471 Malware Indicator Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### Intel471 Watcher Alerts + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedIntel471/pack_metadata.json b/Packs/FeedIntel471/pack_metadata.json index 2c79ae838a6c..132a9c05e3d1 100644 --- a/Packs/FeedIntel471/pack_metadata.json +++ b/Packs/FeedIntel471/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Intel471 Feed", "description": "This content pack fetches actor and malware related indicators from Intel 471. It also fetches watcher alerts.", "support": "partner", - "currentVersion": "2.1.6", + "currentVersion": "2.1.7", "author": "Intel 471", "url": "https://www.intel471.com", "email": "support@intel471.com", diff --git a/Packs/FeedJSON/Integrations/FeedJSON/FeedJSON.yml b/Packs/FeedJSON/Integrations/FeedJSON/FeedJSON.yml index b41a041c5921..41760b85475a 100644 --- a/Packs/FeedJSON/Integrations/FeedJSON/FeedJSON.yml +++ b/Packs/FeedJSON/Integrations/FeedJSON/FeedJSON.yml @@ -188,7 +188,7 @@ script: name: remove_ports description: Gets the feed indicators. name: json-get-indicators - dockerimage: demisto/py3-tools:1.0.0.112434 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '-' diff --git a/Packs/FeedJSON/ReleaseNotes/1_1_33.md b/Packs/FeedJSON/ReleaseNotes/1_1_33.md new file mode 100644 index 000000000000..fccf9f0c81e0 --- /dev/null +++ b/Packs/FeedJSON/ReleaseNotes/1_1_33.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### JSON Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedJSON/pack_metadata.json b/Packs/FeedJSON/pack_metadata.json index 605b0bff9273..62d2bdd0a9c6 100644 --- a/Packs/FeedJSON/pack_metadata.json +++ b/Packs/FeedJSON/pack_metadata.json @@ -2,7 +2,7 @@ "name": "JSON Feed", "description": "Indicators feed from a JSON file", "support": "xsoar", - "currentVersion": "1.1.32", + "currentVersion": "1.1.33", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedMalwareBazaar/Integrations/MalwareBazaarFeed/MalwareBazaarFeed.yml b/Packs/FeedMalwareBazaar/Integrations/MalwareBazaarFeed/MalwareBazaarFeed.yml index 954cc14c93b2..8c39c65649df 100644 --- a/Packs/FeedMalwareBazaar/Integrations/MalwareBazaarFeed/MalwareBazaarFeed.yml +++ b/Packs/FeedMalwareBazaar/Integrations/MalwareBazaarFeed/MalwareBazaarFeed.yml @@ -106,7 +106,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/py3-tools:1.0.0.86612 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true fromversion: 6.0.0 tests: diff --git a/Packs/FeedMalwareBazaar/ReleaseNotes/1_0_40.md b/Packs/FeedMalwareBazaar/ReleaseNotes/1_0_40.md new file mode 100644 index 000000000000..17c5b3e378f5 --- /dev/null +++ b/Packs/FeedMalwareBazaar/ReleaseNotes/1_0_40.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### MalwareBazaar Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedMalwareBazaar/pack_metadata.json b/Packs/FeedMalwareBazaar/pack_metadata.json index 74303d474044..6022ddef7707 100644 --- a/Packs/FeedMalwareBazaar/pack_metadata.json +++ b/Packs/FeedMalwareBazaar/pack_metadata.json @@ -2,7 +2,7 @@ "name": "MalwareBazaar Feed", "description": "MalwareBazaar is a project from abuse.ch with the goal of sharing malware samples with the infosec community, AV vendors and threat intelligence providers.", "support": "xsoar", - "currentVersion": "1.0.39", + "currentVersion": "1.0.40", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedPlainText/Integrations/FeedPlainText/FeedPlainText.yml b/Packs/FeedPlainText/Integrations/FeedPlainText/FeedPlainText.yml index 710ec32a496b..2fb29bf2bbd3 100644 --- a/Packs/FeedPlainText/Integrations/FeedPlainText/FeedPlainText.yml +++ b/Packs/FeedPlainText/Integrations/FeedPlainText/FeedPlainText.yml @@ -213,7 +213,7 @@ script: name: indicator_type description: Gets indicators from the feed. name: plaintext-get-indicators - dockerimage: demisto/py3-tools:1.0.0.112434 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '-' diff --git a/Packs/FeedPlainText/ReleaseNotes/1_1_30.md b/Packs/FeedPlainText/ReleaseNotes/1_1_30.md new file mode 100644 index 000000000000..3b47b505e532 --- /dev/null +++ b/Packs/FeedPlainText/ReleaseNotes/1_1_30.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Plain Text Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedPlainText/pack_metadata.json b/Packs/FeedPlainText/pack_metadata.json index 525d190b2f21..3b528697716c 100644 --- a/Packs/FeedPlainText/pack_metadata.json +++ b/Packs/FeedPlainText/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Plain Text Feed", "description": "Fetches indicators from a plain text feed.", "support": "xsoar", - "currentVersion": "1.1.29", + "currentVersion": "1.1.30", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedRSS/Integrations/FeedRSS/FeedRSS.yml b/Packs/FeedRSS/Integrations/FeedRSS/FeedRSS.yml index 2da88446d479..c2c0177263be 100644 --- a/Packs/FeedRSS/Integrations/FeedRSS/FeedRSS.yml +++ b/Packs/FeedRSS/Integrations/FeedRSS/FeedRSS.yml @@ -141,7 +141,7 @@ script: name: limit description: Gets the reports from the RSS feed. name: rss-get-indicators - dockerimage: demisto/py3-tools:1.0.0.112434 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: false script: '-' diff --git a/Packs/FeedRSS/ReleaseNotes/1_0_12.md b/Packs/FeedRSS/ReleaseNotes/1_0_12.md new file mode 100644 index 000000000000..dfbfcf12a9fb --- /dev/null +++ b/Packs/FeedRSS/ReleaseNotes/1_0_12.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### RSS Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedRSS/pack_metadata.json b/Packs/FeedRSS/pack_metadata.json index 4ef35fddc75c..64a1d332ce8c 100644 --- a/Packs/FeedRSS/pack_metadata.json +++ b/Packs/FeedRSS/pack_metadata.json @@ -2,7 +2,7 @@ "name": "RSS Feed", "description": "RSS Feed reader, imports new articles as Report indicator. All rss fields (e.g. author, published, tags) are available.", "support": "xsoar", - "currentVersion": "1.0.11", + "currentVersion": "1.0.12", "author": "Cortex XSOAR", "url": "", "email": "", diff --git a/Packs/FeedZeroDayLiveTIFusion/Integrations/FeedZeroDayLiveTIFUSION/FeedZeroDayLiveTIFUSION.yml b/Packs/FeedZeroDayLiveTIFusion/Integrations/FeedZeroDayLiveTIFUSION/FeedZeroDayLiveTIFUSION.yml index 2674b1cfe5e0..caf225fef4a8 100644 --- a/Packs/FeedZeroDayLiveTIFusion/Integrations/FeedZeroDayLiveTIFUSION/FeedZeroDayLiveTIFUSION.yml +++ b/Packs/FeedZeroDayLiveTIFusion/Integrations/FeedZeroDayLiveTIFUSION/FeedZeroDayLiveTIFUSION.yml @@ -111,7 +111,7 @@ description: "Zero Day Live is Blackwired's flagship product that delivers propr display: Zero Day Live TI FUSION Feed name: ZeroDayLiveTIFUSION Feed script: - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: true runonce: true script: '-' diff --git a/Packs/FeedZeroDayLiveTIFusion/ReleaseNotes/1_0_6.md b/Packs/FeedZeroDayLiveTIFusion/ReleaseNotes/1_0_6.md new file mode 100644 index 000000000000..175dd48206d6 --- /dev/null +++ b/Packs/FeedZeroDayLiveTIFusion/ReleaseNotes/1_0_6.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Zero Day Live TI FUSION Feed + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FeedZeroDayLiveTIFusion/pack_metadata.json b/Packs/FeedZeroDayLiveTIFusion/pack_metadata.json index 33f93567f4b9..92401c0882c8 100644 --- a/Packs/FeedZeroDayLiveTIFusion/pack_metadata.json +++ b/Packs/FeedZeroDayLiveTIFusion/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Zero Day Live TI FUSION Feed", "description": "Blackwired defines a new approach to Threat Intelligence. The flagship Zero Day Live platform is designed to proactively prevent cyber-attacks before they happen. It is the first and only platform making military-grade cyber-warfare capability accessible to enterprise.", "support": "community", - "currentVersion": "1.0.5", + "currentVersion": "1.0.6", "author": "Grzegorz Papkala", "url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions", "email": "", diff --git a/Packs/FiltersAndTransformers/ReleaseNotes/1_2_81.md b/Packs/FiltersAndTransformers/ReleaseNotes/1_2_81.md new file mode 100644 index 000000000000..572246db8100 --- /dev/null +++ b/Packs/FiltersAndTransformers/ReleaseNotes/1_2_81.md @@ -0,0 +1,7 @@ + +#### Scripts + +##### jmespath + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/FiltersAndTransformers/Scripts/Jmespath/Jmespath.yml b/Packs/FiltersAndTransformers/Scripts/Jmespath/Jmespath.yml index 107670801193..45c9ef30a7ca 100644 --- a/Packs/FiltersAndTransformers/Scripts/Jmespath/Jmespath.yml +++ b/Packs/FiltersAndTransformers/Scripts/Jmespath/Jmespath.yml @@ -18,7 +18,7 @@ args: description: Original input value. scripttarget: 0 subtype: python3 -dockerimage: demisto/py3-tools:1.0.0.87415 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole fromversion: 5.0.0 tests: diff --git a/Packs/FiltersAndTransformers/pack_metadata.json b/Packs/FiltersAndTransformers/pack_metadata.json index 18fd23576e8e..54af3c1df761 100644 --- a/Packs/FiltersAndTransformers/pack_metadata.json +++ b/Packs/FiltersAndTransformers/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Filters And Transformers", "description": "Frequently used filters and transformers pack.", "support": "xsoar", - "currentVersion": "1.2.80", + "currentVersion": "1.2.81", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/GZip/ReleaseNotes/1_0_2.md b/Packs/GZip/ReleaseNotes/1_0_2.md new file mode 100644 index 000000000000..3a51854ebd58 --- /dev/null +++ b/Packs/GZip/ReleaseNotes/1_0_2.md @@ -0,0 +1,11 @@ + +#### Scripts + +##### UnzipGZFile + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### GZipFile + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/GZip/Scripts/GZipFile/GZipFile.yml b/Packs/GZip/Scripts/GZipFile/GZipFile.yml index a02a2c955974..1fc772a119e3 100644 --- a/Packs/GZip/Scripts/GZipFile/GZipFile.yml +++ b/Packs/GZip/Scripts/GZipFile/GZipFile.yml @@ -10,7 +10,7 @@ commonfields: contentitemexportablefields: contentitemfields: fromServerVersion: '' -dockerimage: demisto/py3-tools:1.0.0.102774 +dockerimage: demisto/py3-tools:1.0.0.114656 enabled: true name: GZipFile outputs: diff --git a/Packs/GZip/Scripts/UnzipGZFile/UnzipGZFile.yml b/Packs/GZip/Scripts/UnzipGZFile/UnzipGZFile.yml index be5a26d6f00d..ec13063e0bb7 100644 --- a/Packs/GZip/Scripts/UnzipGZFile/UnzipGZFile.yml +++ b/Packs/GZip/Scripts/UnzipGZFile/UnzipGZFile.yml @@ -10,7 +10,7 @@ commonfields: contentitemexportablefields: contentitemfields: fromServerVersion: '' -dockerimage: demisto/py3-tools:1.0.0.102774 +dockerimage: demisto/py3-tools:1.0.0.114656 enabled: true name: UnzipGZFile outputs: diff --git a/Packs/GZip/pack_metadata.json b/Packs/GZip/pack_metadata.json index 501e908935c3..7e2ba2730824 100644 --- a/Packs/GZip/pack_metadata.json +++ b/Packs/GZip/pack_metadata.json @@ -2,7 +2,7 @@ "name": "GZip", "description": "Use this pack to zip and unzip files with GZip.", "support": "community", - "currentVersion": "1.0.1", + "currentVersion": "1.0.2", "author": "Sharat Patil", "url": "", "email": "", diff --git a/Packs/GitHub/Integrations/GitHubEventCollector/GitHubEventCollector.yml b/Packs/GitHub/Integrations/GitHubEventCollector/GitHubEventCollector.yml index 0e492996eac8..10e9c2a5c21b 100644 --- a/Packs/GitHub/Integrations/GitHubEventCollector/GitHubEventCollector.yml +++ b/Packs/GitHub/Integrations/GitHubEventCollector/GitHubEventCollector.yml @@ -74,7 +74,7 @@ script: required: true description: Manual command to fetch events and display them. name: github-get-events - dockerimage: demisto/py3-tools:1.0.0.94051 + dockerimage: demisto/py3-tools:1.0.0.114656 isfetchevents: true subtype: python3 marketplaces: diff --git a/Packs/ImpossibleTraveler/ReleaseNotes/1_2_13.md b/Packs/ImpossibleTraveler/ReleaseNotes/1_2_13.md new file mode 100644 index 000000000000..52d8294e1527 --- /dev/null +++ b/Packs/ImpossibleTraveler/ReleaseNotes/1_2_13.md @@ -0,0 +1,7 @@ + +#### Scripts + +##### CalculateGeoDistance + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/ImpossibleTraveler/Scripts/CalculateGeoDistance/CalculateGeoDistance.yml b/Packs/ImpossibleTraveler/Scripts/CalculateGeoDistance/CalculateGeoDistance.yml index 82815f77159d..7d7042954358 100644 --- a/Packs/ImpossibleTraveler/Scripts/CalculateGeoDistance/CalculateGeoDistance.yml +++ b/Packs/ImpossibleTraveler/Scripts/CalculateGeoDistance/CalculateGeoDistance.yml @@ -22,7 +22,7 @@ outputs: - contextPath: Geo.Coordinates description: List of coordinates used in the calculation. scripttarget: 0 -dockerimage: demisto/py3-tools:1.0.0.91504 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole tests: - Impossible Traveler - Test diff --git a/Packs/ImpossibleTraveler/pack_metadata.json b/Packs/ImpossibleTraveler/pack_metadata.json index 64a83263ba1b..8e82385470ff 100644 --- a/Packs/ImpossibleTraveler/pack_metadata.json +++ b/Packs/ImpossibleTraveler/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Impossible Traveler", "description": "Catch the impossible traveler. This Content Pack helps you quickly determine the legitimacy of remote access attempts and contain malicious activity.", "support": "xsoar", - "currentVersion": "1.2.12", + "currentVersion": "1.2.13", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/Intezer/Integrations/IntezerV2/IntezerV2.yml b/Packs/Intezer/Integrations/IntezerV2/IntezerV2.yml index 7f7fe1c3c17b..732ebad8e224 100644 --- a/Packs/Intezer/Integrations/IntezerV2/IntezerV2.yml +++ b/Packs/Intezer/Integrations/IntezerV2/IntezerV2.yml @@ -594,7 +594,7 @@ script: - contextPath: Endpoint.Metadata description: Metadata returned from Intezer analysis (endpoint analysis id, endpoint analysis url, families, verdict, host_name). type: Unknown - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: false script: '-' type: python diff --git a/Packs/Intezer/ReleaseNotes/1_6_18.md b/Packs/Intezer/ReleaseNotes/1_6_18.md new file mode 100644 index 000000000000..5e1bea737849 --- /dev/null +++ b/Packs/Intezer/ReleaseNotes/1_6_18.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Intezer v2 + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/Intezer/pack_metadata.json b/Packs/Intezer/pack_metadata.json index c44c3d80b052..22ad8c97f328 100644 --- a/Packs/Intezer/pack_metadata.json +++ b/Packs/Intezer/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Intezer", "description": "Malware detection and analysis based on code reuse", "support": "partner", - "currentVersion": "1.6.17", + "currentVersion": "1.6.18", "author": "Intezer", "url": "intezer.com", "email": "support@intezer.com", diff --git a/Packs/Jira/Integrations/JiraEventCollector/JiraEventCollector.yml b/Packs/Jira/Integrations/JiraEventCollector/JiraEventCollector.yml index 2ed2fa216bbd..0255afd84619 100644 --- a/Packs/Jira/Integrations/JiraEventCollector/JiraEventCollector.yml +++ b/Packs/Jira/Integrations/JiraEventCollector/JiraEventCollector.yml @@ -51,7 +51,7 @@ script: isfetchevents: true type: python subtype: python3 - dockerimage: demisto/py3-tools:1.0.0.94051 + dockerimage: demisto/py3-tools:1.0.0.114656 marketplaces: - marketplacev2 fromversion: 6.5.0 diff --git a/Packs/Jira/ReleaseNotes/3_2_8.md b/Packs/Jira/ReleaseNotes/3_2_8.md new file mode 100644 index 000000000000..65be4c55b7fe --- /dev/null +++ b/Packs/Jira/ReleaseNotes/3_2_8.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Jira Event Collector + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/Jira/pack_metadata.json b/Packs/Jira/pack_metadata.json index 51f000778357..5820b8153620 100644 --- a/Packs/Jira/pack_metadata.json +++ b/Packs/Jira/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Atlassian Jira", "description": "Use the Jira integration to manage issues and create Cortex XSOAR incidents from Jira projects.", "support": "xsoar", - "currentVersion": "3.2.7", + "currentVersion": "3.2.8", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/MailListener/Integrations/MailListenerV2/MailListenerV2.yml b/Packs/MailListener/Integrations/MailListenerV2/MailListenerV2.yml index ec2492cff7ef..d8a60850d779 100644 --- a/Packs/MailListener/Integrations/MailListenerV2/MailListenerV2.yml +++ b/Packs/MailListener/Integrations/MailListenerV2/MailListenerV2.yml @@ -175,7 +175,7 @@ script: required: true description: Fetches an email by message ID and returns the information in an eml file format. name: mail-listener-get-email-as-eml - dockerimage: demisto/py3-tools:1.0.0.112434 + dockerimage: demisto/py3-tools:1.0.0.114656 isfetch: true runonce: false script: '-' diff --git a/Packs/MailListener/ReleaseNotes/1_0_59.md b/Packs/MailListener/ReleaseNotes/1_0_59.md new file mode 100644 index 000000000000..77a10cccdaac --- /dev/null +++ b/Packs/MailListener/ReleaseNotes/1_0_59.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Mail Listener v2 + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/MailListener/pack_metadata.json b/Packs/MailListener/pack_metadata.json index dd8e98311eea..df7c3e31d1b6 100644 --- a/Packs/MailListener/pack_metadata.json +++ b/Packs/MailListener/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Mail Listener", "description": "Listen to a mailbox, enable incident triggering via e-mail", "support": "xsoar", - "currentVersion": "1.0.58", + "currentVersion": "1.0.59", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/Mimecast/Integrations/MimecastEventCollector/MimecastEventCollector.yml b/Packs/Mimecast/Integrations/MimecastEventCollector/MimecastEventCollector.yml index 5ec712d6815c..fe6e4141252d 100644 --- a/Packs/Mimecast/Integrations/MimecastEventCollector/MimecastEventCollector.yml +++ b/Packs/Mimecast/Integrations/MimecastEventCollector/MimecastEventCollector.yml @@ -54,7 +54,7 @@ script: required: true description: Manual command to fetch events and display them. name: mimecast-get-events - dockerimage: demisto/py3-tools:1.0.0.94051 + dockerimage: demisto/py3-tools:1.0.0.114656 isfetchevents: true subtype: python3 marketplaces: diff --git a/Packs/Mimecast/ReleaseNotes/2_5_3.md b/Packs/Mimecast/ReleaseNotes/2_5_3.md new file mode 100644 index 000000000000..821c978e29f5 --- /dev/null +++ b/Packs/Mimecast/ReleaseNotes/2_5_3.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Mimecast Event Collector + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/Mimecast/pack_metadata.json b/Packs/Mimecast/pack_metadata.json index 4341d8156f31..9ec691df2452 100644 --- a/Packs/Mimecast/pack_metadata.json +++ b/Packs/Mimecast/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Mimecast", "description": "Mimecast unified email management offers cloud email services for email security, continuity and archiving emails. Read the detailed instructions to understand how to configure the integration's parameters.", "support": "xsoar", - "currentVersion": "2.5.2", + "currentVersion": "2.5.3", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/MongoDB/Integrations/MongoDB/MongoDB.yml b/Packs/MongoDB/Integrations/MongoDB/MongoDB.yml index 5917e1dcb191..b8a356e1c1bb 100644 --- a/Packs/MongoDB/Integrations/MongoDB/MongoDB.yml +++ b/Packs/MongoDB/Integrations/MongoDB/MongoDB.yml @@ -200,7 +200,7 @@ script: - 'false' description: Bulk updates entries in a collection. name: mongodb-bulk-update - dockerimage: demisto/py3-tools:1.0.0.90842 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: false script: '-' subtype: python3 diff --git a/Packs/MongoDB/Integrations/MongoDBKeyValueStore/MongoDBKeyValueStore.yml b/Packs/MongoDB/Integrations/MongoDBKeyValueStore/MongoDBKeyValueStore.yml index cf812d7e99e4..57795bf5b14f 100644 --- a/Packs/MongoDB/Integrations/MongoDBKeyValueStore/MongoDBKeyValueStore.yml +++ b/Packs/MongoDB/Integrations/MongoDBKeyValueStore/MongoDBKeyValueStore.yml @@ -114,7 +114,7 @@ script: name: mongodb-get-keys-number - description: Lists all incidents in the collection. name: mongodb-list-incidents - dockerimage: demisto/py3-tools:1.0.0.91504 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: false script: '-' type: python diff --git a/Packs/MongoDB/Integrations/MongoDBLog/MongoDBLog.yml b/Packs/MongoDB/Integrations/MongoDBLog/MongoDBLog.yml index e0cc186aa496..9bb09a4dfd69 100644 --- a/Packs/MongoDB/Integrations/MongoDBLog/MongoDBLog.yml +++ b/Packs/MongoDB/Integrations/MongoDBLog/MongoDBLog.yml @@ -78,7 +78,7 @@ script: type: String - description: Returns the number of log entries. name: mongodb-logs-number - dockerimage: demisto/py3-tools:1.0.0.91504 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: true script: '-' type: python diff --git a/Packs/MongoDB/ReleaseNotes/1_3_3.md b/Packs/MongoDB/ReleaseNotes/1_3_3.md new file mode 100644 index 000000000000..5f7708f4edca --- /dev/null +++ b/Packs/MongoDB/ReleaseNotes/1_3_3.md @@ -0,0 +1,15 @@ + +#### Integrations + +##### MongoDB Key Value Store + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### MongoDB + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. +##### MongoDB Log + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/MongoDB/pack_metadata.json b/Packs/MongoDB/pack_metadata.json index 75f5607f190a..08b193376e56 100644 --- a/Packs/MongoDB/pack_metadata.json +++ b/Packs/MongoDB/pack_metadata.json @@ -2,7 +2,7 @@ "name": "MongoDB", "description": "Use the MongoDB integration to search and query entries in your MongoDB.", "support": "xsoar", - "currentVersion": "1.3.2", + "currentVersion": "1.3.3", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/Okta/ReleaseNotes/3_3_6.md b/Packs/Okta/ReleaseNotes/3_3_6.md index 6eac0c85bb88..75d623189047 100644 --- a/Packs/Okta/ReleaseNotes/3_3_6.md +++ b/Packs/Okta/ReleaseNotes/3_3_6.md @@ -1,4 +1,10 @@ +#### Scripts + +##### IAMInitOktaUser + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. #### Integrations ##### Okta Event Collector diff --git a/Packs/Okta/Scripts/IAMInitOktaUser/IAMInitOktaUser.yml b/Packs/Okta/Scripts/IAMInitOktaUser/IAMInitOktaUser.yml index bd72654a0248..36f34e39c00d 100644 --- a/Packs/Okta/Scripts/IAMInitOktaUser/IAMInitOktaUser.yml +++ b/Packs/Okta/Scripts/IAMInitOktaUser/IAMInitOktaUser.yml @@ -81,7 +81,7 @@ outputs: type: String scripttarget: 0 subtype: python3 -dockerimage: demisto/py3-tools:1.0.0.95440 +dockerimage: demisto/py3-tools:1.0.0.114656 runas: DBotWeakRole fromversion: 6.5.0 tests: diff --git a/Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml b/Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml index 0acb3f281ab1..ea2a3600ad75 100644 --- a/Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml +++ b/Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml @@ -235,7 +235,7 @@ script: defaultValue: 50 description: A generic LDAP search command. name: ad-entries-search - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: false script: '-' subtype: python3 diff --git a/Packs/OpenLDAP/ReleaseNotes/2_0_15.md b/Packs/OpenLDAP/ReleaseNotes/2_0_15.md new file mode 100644 index 000000000000..9f4cfcb14cc0 --- /dev/null +++ b/Packs/OpenLDAP/ReleaseNotes/2_0_15.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### LDAP Authentication + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/OpenLDAP/pack_metadata.json b/Packs/OpenLDAP/pack_metadata.json index b4312cf2f227..30f7b3667511 100644 --- a/Packs/OpenLDAP/pack_metadata.json +++ b/Packs/OpenLDAP/pack_metadata.json @@ -2,7 +2,7 @@ "name": "LDAP Authentication", "description": "Authenticate using Open LDAP or Active Directory", "support": "xsoar", - "currentVersion": "2.0.14", + "currentVersion": "2.0.15", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/SEKOIAIntelligenceCenter/Integrations/SEKOIAIntelligenceCenter/SEKOIAIntelligenceCenter.yml b/Packs/SEKOIAIntelligenceCenter/Integrations/SEKOIAIntelligenceCenter/SEKOIAIntelligenceCenter.yml index 1553341b55b7..952b9ed6139c 100644 --- a/Packs/SEKOIAIntelligenceCenter/Integrations/SEKOIAIntelligenceCenter/SEKOIAIntelligenceCenter.yml +++ b/Packs/SEKOIAIntelligenceCenter/Integrations/SEKOIAIntelligenceCenter/SEKOIAIntelligenceCenter.yml @@ -1255,7 +1255,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 fromversion: 6.2.0 tests: - No tests (auto formatted) diff --git a/Packs/SEKOIAIntelligenceCenter/ReleaseNotes/1_2_34.md b/Packs/SEKOIAIntelligenceCenter/ReleaseNotes/1_2_34.md new file mode 100644 index 000000000000..00e689f32044 --- /dev/null +++ b/Packs/SEKOIAIntelligenceCenter/ReleaseNotes/1_2_34.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### SEKOIAIntelligenceCenter + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/SEKOIAIntelligenceCenter/pack_metadata.json b/Packs/SEKOIAIntelligenceCenter/pack_metadata.json index 93205883d5c9..1edfd3e2d91e 100644 --- a/Packs/SEKOIAIntelligenceCenter/pack_metadata.json +++ b/Packs/SEKOIAIntelligenceCenter/pack_metadata.json @@ -2,7 +2,7 @@ "name": "SEKOIAIntelligenceCenter", "description": "Request SEKOIA.IO Intelligence Center from Cortex XSOAR", "support": "partner", - "currentVersion": "1.2.33", + "currentVersion": "1.2.34", "author": "SEKOIA.IO", "url": "https://www.sekoia.io/en/contact/", "email": "contact@sekoia.io", diff --git a/Packs/SendGrid/Integrations/SendGrid/SendGrid.yml b/Packs/SendGrid/Integrations/SendGrid/SendGrid.yml index e86ee8c36ec1..31ae8885422b 100644 --- a/Packs/SendGrid/Integrations/SendGrid/SendGrid.yml +++ b/Packs/SendGrid/Integrations/SendGrid/SendGrid.yml @@ -345,7 +345,7 @@ script: outputs: - contextPath: Sendgrid.DeleteListJobId description: Job id of the async job. - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 script: '' subtype: python3 type: python diff --git a/Packs/SendGrid/ReleaseNotes/1_1_5.md b/Packs/SendGrid/ReleaseNotes/1_1_5.md new file mode 100644 index 000000000000..2e77fd7200c7 --- /dev/null +++ b/Packs/SendGrid/ReleaseNotes/1_1_5.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### SendGrid + + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/SendGrid/pack_metadata.json b/Packs/SendGrid/pack_metadata.json index 1dc1f57b578e..67cf16f3ff87 100644 --- a/Packs/SendGrid/pack_metadata.json +++ b/Packs/SendGrid/pack_metadata.json @@ -2,7 +2,7 @@ "name": "SendGrid", "description": "SendGrid provides a cloud-based service that assists businesses with email delivery. It allows companies to track email opens, unsubscribes, bounces, and spam reports. Our SendGrid pack utilize these SendGrid use cases to help you send and manage your emails.", "support": "community", - "currentVersion": "1.1.4", + "currentVersion": "1.1.5", "author": "Sharat Patil", "url": "", "email": "", diff --git a/Packs/Synapse/Integrations/Synapse/Synapse.yml b/Packs/Synapse/Integrations/Synapse/Synapse.yml index f1b5642f2f0b..37ffb5afe19a 100644 --- a/Packs/Synapse/Integrations/Synapse/Synapse.yml +++ b/Packs/Synapse/Integrations/Synapse/Synapse.yml @@ -421,7 +421,7 @@ script: - contextPath: Synapse.Model.Valu description: The given value of the Synapse object type. type: String - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 runonce: false script: '-' subtype: python3 diff --git a/Packs/Synapse/ReleaseNotes/1_0_8.md b/Packs/Synapse/ReleaseNotes/1_0_8.md new file mode 100644 index 000000000000..c779b87fa3df --- /dev/null +++ b/Packs/Synapse/ReleaseNotes/1_0_8.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Synapse + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/Synapse/pack_metadata.json b/Packs/Synapse/pack_metadata.json index c707c3fc80b1..128ccaba43f1 100644 --- a/Packs/Synapse/pack_metadata.json +++ b/Packs/Synapse/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Synapse", "description": "Vertex Synapse intelligence analysis framework.", "support": "community", - "currentVersion": "1.0.7", + "currentVersion": "1.0.8", "author": "Jordan Berry", "url": "", "email": "", diff --git a/Packs/ThalesCipherTrustManager/Integrations/ThalesCipherTrustManager/ThalesCipherTrustManager.yml b/Packs/ThalesCipherTrustManager/Integrations/ThalesCipherTrustManager/ThalesCipherTrustManager.yml index ab498ed574f4..11b708c65d19 100644 --- a/Packs/ThalesCipherTrustManager/Integrations/ThalesCipherTrustManager/ThalesCipherTrustManager.yml +++ b/Packs/ThalesCipherTrustManager/Integrations/ThalesCipherTrustManager/ThalesCipherTrustManager.yml @@ -2381,7 +2381,7 @@ script: script: '-' type: python subtype: python3 - dockerimage: demisto/py3-tools:1.0.0.99035 + dockerimage: demisto/py3-tools:1.0.0.114656 feed: false isfetch: false runonce: false diff --git a/Packs/ThalesCipherTrustManager/ReleaseNotes/1_0_1.md b/Packs/ThalesCipherTrustManager/ReleaseNotes/1_0_1.md new file mode 100644 index 000000000000..33d3054889b7 --- /dev/null +++ b/Packs/ThalesCipherTrustManager/ReleaseNotes/1_0_1.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Thales CipherTrust Manager + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/ThalesCipherTrustManager/pack_metadata.json b/Packs/ThalesCipherTrustManager/pack_metadata.json index b459ae508577..25364f9ac26e 100644 --- a/Packs/ThalesCipherTrustManager/pack_metadata.json +++ b/Packs/ThalesCipherTrustManager/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Thales CipherTrust Manager", "description": "Manage Secrets and Protect Sensitive Data through Thales CipherTrust security platform", "support": "xsoar", - "currentVersion": "1.0.0", + "currentVersion": "1.0.1", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/UBIRCH/Integrations/UBIRCH/UBIRCH.yml b/Packs/UBIRCH/Integrations/UBIRCH/UBIRCH.yml index 901f8429cc62..bd82ff186b7f 100644 --- a/Packs/UBIRCH/Integrations/UBIRCH/UBIRCH.yml +++ b/Packs/UBIRCH/Integrations/UBIRCH/UBIRCH.yml @@ -42,7 +42,7 @@ script: commands: - description: Create a list of sample incidents. name: create-sample-incidents - dockerimage: demisto/py3-tools:1.0.0.102774 + dockerimage: demisto/py3-tools:1.0.0.114656 longRunning: true runonce: false script: '-' diff --git a/Packs/UBIRCH/ReleaseNotes/1_0_3.md b/Packs/UBIRCH/ReleaseNotes/1_0_3.md new file mode 100644 index 000000000000..0a3bb07d80ee --- /dev/null +++ b/Packs/UBIRCH/ReleaseNotes/1_0_3.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### UBIRCH + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/UBIRCH/pack_metadata.json b/Packs/UBIRCH/pack_metadata.json index a557a3327dea..6941642f33a1 100644 --- a/Packs/UBIRCH/pack_metadata.json +++ b/Packs/UBIRCH/pack_metadata.json @@ -2,7 +2,7 @@ "name": "UBIRCH", "description": "Integration to handle Ubirch incidents.", "support": "partner", - "currentVersion": "1.0.2", + "currentVersion": "1.0.3", "author": "Ubirch GmbH", "url": "https://ubirch.com/helpdesk", "email": "support@ubirch.com", diff --git a/Packs/Vertica/Integrations/Vertica/Vertica.yml b/Packs/Vertica/Integrations/Vertica/Vertica.yml index bb123e205902..db77e7a8361b 100644 --- a/Packs/Vertica/Integrations/Vertica/Vertica.yml +++ b/Packs/Vertica/Integrations/Vertica/Vertica.yml @@ -46,7 +46,7 @@ script: description: The content of rows. type: string description: Executes a query on the Vertica database. - dockerimage: demisto/py3-tools:1.0.0.108682 + dockerimage: demisto/py3-tools:1.0.0.114656 subtype: python3 tests: - Vertica Test diff --git a/Packs/Vertica/ReleaseNotes/1_0_6.md b/Packs/Vertica/ReleaseNotes/1_0_6.md new file mode 100644 index 000000000000..d2655d147d90 --- /dev/null +++ b/Packs/Vertica/ReleaseNotes/1_0_6.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Vertica + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/Vertica/pack_metadata.json b/Packs/Vertica/pack_metadata.json index 886b8c9467b0..98db8ab4fe04 100644 --- a/Packs/Vertica/pack_metadata.json +++ b/Packs/Vertica/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Vertica", "description": "Analytic database management software", "support": "xsoar", - "currentVersion": "1.0.5", + "currentVersion": "1.0.6", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/XSOARSummaryDashboard/ReleaseNotes/1_0_3.md b/Packs/XSOARSummaryDashboard/ReleaseNotes/1_0_3.md new file mode 100644 index 000000000000..503b64431fb3 --- /dev/null +++ b/Packs/XSOARSummaryDashboard/ReleaseNotes/1_0_3.md @@ -0,0 +1,6 @@ + +#### Scripts + +##### RSSWidget_LC + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.114656*. diff --git a/Packs/XSOARSummaryDashboard/Scripts/RSSWidgetLC/RSSWidgetLC.yml b/Packs/XSOARSummaryDashboard/Scripts/RSSWidgetLC/RSSWidgetLC.yml index da536ba9b2c1..ae69a92d9c7d 100644 --- a/Packs/XSOARSummaryDashboard/Scripts/RSSWidgetLC/RSSWidgetLC.yml +++ b/Packs/XSOARSummaryDashboard/Scripts/RSSWidgetLC/RSSWidgetLC.yml @@ -9,7 +9,7 @@ commonfields: contentitemexportablefields: contentitemfields: fromServerVersion: '' -dockerimage: demisto/py3-tools:1.0.0.102774 +dockerimage: demisto/py3-tools:1.0.0.114656 enabled: true name: RSSWidget_LC runas: DBotWeakRole diff --git a/Packs/XSOARSummaryDashboard/pack_metadata.json b/Packs/XSOARSummaryDashboard/pack_metadata.json index 51780d1dde83..3aa0dc741c72 100644 --- a/Packs/XSOARSummaryDashboard/pack_metadata.json +++ b/Packs/XSOARSummaryDashboard/pack_metadata.json @@ -2,7 +2,7 @@ "name": "XSOAR Summary Dashboard", "description": "Dashboard that shows overall platform performance as well as support links and cheat sheets for reference. The dashboard also pulls the most recent XSOAR live community blog posts.", "support": "community", - "currentVersion": "1.0.2", + "currentVersion": "1.0.3", "author": "emitchell", "url": "", "email": "",