From f55522a61e5619369de1c446d8d62f907b09de78 Mon Sep 17 00:00:00 2001 From: inbalapt1 <164751454+inbalapt1@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:09:49 +0200 Subject: [PATCH] Aud demisto/auto update docker staging branch 52 (#37287) * Updated docker image to demisto/powershell:7.4.6.116823. PR batch #1/1 (#37283) Co-authored-by: root * update release notes --------- Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com> Co-authored-by: root --- Packs/Base/ReleaseNotes/1_35_4.md | 7 +++++++ .../CommonServerPowerShell.yml | 2 +- Packs/Base/pack_metadata.json | 2 +- Packs/CommonScripts/ReleaseNotes/1_15_91.md | 7 +++++++ .../Scripts/VerifyJSON/VerifyJSON.yml | 2 +- Packs/CommonScripts/pack_metadata.json | 2 +- .../ReleaseNotes/1_3_4.md | 19 +++++++++++++++++++ .../CalculateTimeSpan/CalculateTimeSpan.yml | 2 +- .../Scripts/VersionEqualTo/VersionEqualTo.yml | 2 +- .../VersionGreaterThan/VersionGreaterThan.yml | 2 +- .../VersionLessThan/VersionLessThan.yml | 2 +- .../CommunityCommonScripts/pack_metadata.json | 2 +- 12 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 Packs/Base/ReleaseNotes/1_35_4.md create mode 100644 Packs/CommonScripts/ReleaseNotes/1_15_91.md create mode 100644 Packs/CommunityCommonScripts/ReleaseNotes/1_3_4.md diff --git a/Packs/Base/ReleaseNotes/1_35_4.md b/Packs/Base/ReleaseNotes/1_35_4.md new file mode 100644 index 000000000000..7df1de9adc8a --- /dev/null +++ b/Packs/Base/ReleaseNotes/1_35_4.md @@ -0,0 +1,7 @@ + +#### Scripts + +##### CommonServerPowerShell + + +- Updated the Docker image to: *demisto/powershell:7.4.6.116823*. diff --git a/Packs/Base/Scripts/CommonServerPowerShell/CommonServerPowerShell.yml b/Packs/Base/Scripts/CommonServerPowerShell/CommonServerPowerShell.yml index c10860660054..7cab48f4fb93 100644 --- a/Packs/Base/Scripts/CommonServerPowerShell/CommonServerPowerShell.yml +++ b/Packs/Base/Scripts/CommonServerPowerShell/CommonServerPowerShell.yml @@ -10,7 +10,7 @@ tags: comment: Common code that will be merged into each PowerShell script/integration when it runs. system: true fromversion: 5.5.0 -dockerimage: demisto/powershell:7.4.2.103657 +dockerimage: demisto/powershell:7.4.6.116823 tests: - PowerShellCommon-Test - XsoarPowershellTesting-Test diff --git a/Packs/Base/pack_metadata.json b/Packs/Base/pack_metadata.json index f466866b2561..da233de7ca39 100644 --- a/Packs/Base/pack_metadata.json +++ b/Packs/Base/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Base", "description": "The base pack for Cortex XSOAR.", "support": "xsoar", - "currentVersion": "1.35.3", + "currentVersion": "1.35.4", "author": "Cortex XSOAR", "serverMinVersion": "6.0.0", "url": "https://www.paloaltonetworks.com/cortex", diff --git a/Packs/CommonScripts/ReleaseNotes/1_15_91.md b/Packs/CommonScripts/ReleaseNotes/1_15_91.md new file mode 100644 index 000000000000..1176eef343b6 --- /dev/null +++ b/Packs/CommonScripts/ReleaseNotes/1_15_91.md @@ -0,0 +1,7 @@ + +#### Scripts + +##### VerifyJSON + + +- Updated the Docker image to: *demisto/powershell:7.4.6.116823*. diff --git a/Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml b/Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml index 5ea6f11dd5b7..376bdb671b12 100644 --- a/Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml +++ b/Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml @@ -18,7 +18,7 @@ tags: - JSON - Utility type: powershell -dockerimage: demisto/powershell:7.4.2.103657 +dockerimage: demisto/powershell:7.4.6.116823 fromversion: 5.5.0 tests: - VerifyJSON - Test diff --git a/Packs/CommonScripts/pack_metadata.json b/Packs/CommonScripts/pack_metadata.json index eb20aac1514a..55184c4618fc 100644 --- a/Packs/CommonScripts/pack_metadata.json +++ b/Packs/CommonScripts/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Common Scripts", "description": "Frequently used scripts pack.", "support": "xsoar", - "currentVersion": "1.15.90", + "currentVersion": "1.15.91", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/CommunityCommonScripts/ReleaseNotes/1_3_4.md b/Packs/CommunityCommonScripts/ReleaseNotes/1_3_4.md new file mode 100644 index 000000000000..689a4ea75c45 --- /dev/null +++ b/Packs/CommunityCommonScripts/ReleaseNotes/1_3_4.md @@ -0,0 +1,19 @@ + +#### Scripts + +##### VersionEqualTo + + +- Updated the Docker image to: *demisto/powershell:7.4.6.116823*. +##### CalculateTimeSpan + + +- Updated the Docker image to: *demisto/powershell:7.4.6.116823*. +##### VersionGreaterThan + + +- Updated the Docker image to: *demisto/powershell:7.4.6.116823*. +##### VersionLessThan + + +- Updated the Docker image to: *demisto/powershell:7.4.6.116823*. diff --git a/Packs/CommunityCommonScripts/Scripts/CalculateTimeSpan/CalculateTimeSpan.yml b/Packs/CommunityCommonScripts/Scripts/CalculateTimeSpan/CalculateTimeSpan.yml index f734fb93ad3f..f68446abd216 100644 --- a/Packs/CommunityCommonScripts/Scripts/CalculateTimeSpan/CalculateTimeSpan.yml +++ b/Packs/CommunityCommonScripts/Scripts/CalculateTimeSpan/CalculateTimeSpan.yml @@ -22,7 +22,7 @@ comment: |- commonfields: id: CalculateTimeSpan version: -1 -dockerimage: demisto/powershell:7.4.2.103657 +dockerimage: demisto/powershell:7.4.6.116823 enabled: true name: CalculateTimeSpan outputs: diff --git a/Packs/CommunityCommonScripts/Scripts/VersionEqualTo/VersionEqualTo.yml b/Packs/CommunityCommonScripts/Scripts/VersionEqualTo/VersionEqualTo.yml index 1ccb1fddecf3..1ef5e01b64e7 100644 --- a/Packs/CommunityCommonScripts/Scripts/VersionEqualTo/VersionEqualTo.yml +++ b/Packs/CommunityCommonScripts/Scripts/VersionEqualTo/VersionEqualTo.yml @@ -11,7 +11,7 @@ comment: |- commonfields: id: VersionEqualTo version: -1 -dockerimage: demisto/powershell:7.4.2.103657 +dockerimage: demisto/powershell:7.4.6.116823 enabled: true name: VersionEqualTo runas: DBotWeakRole diff --git a/Packs/CommunityCommonScripts/Scripts/VersionGreaterThan/VersionGreaterThan.yml b/Packs/CommunityCommonScripts/Scripts/VersionGreaterThan/VersionGreaterThan.yml index 67d69cdb6039..d0ba8b7e70b0 100644 --- a/Packs/CommunityCommonScripts/Scripts/VersionGreaterThan/VersionGreaterThan.yml +++ b/Packs/CommunityCommonScripts/Scripts/VersionGreaterThan/VersionGreaterThan.yml @@ -12,7 +12,7 @@ comment: 'Tests whether left side version number is greater than right side vers commonfields: id: VersionGreaterThan version: -1 -dockerimage: demisto/powershell:7.4.2.103657 +dockerimage: demisto/powershell:7.4.6.116823 enabled: true name: VersionGreaterThan runas: DBotWeakRole diff --git a/Packs/CommunityCommonScripts/Scripts/VersionLessThan/VersionLessThan.yml b/Packs/CommunityCommonScripts/Scripts/VersionLessThan/VersionLessThan.yml index 3699203e1eac..14a3c4d1ea5e 100644 --- a/Packs/CommunityCommonScripts/Scripts/VersionLessThan/VersionLessThan.yml +++ b/Packs/CommunityCommonScripts/Scripts/VersionLessThan/VersionLessThan.yml @@ -12,7 +12,7 @@ comment: 'Tests whether left side version number is less than right side version commonfields: id: VersionLessThan version: -1 -dockerimage: demisto/powershell:7.4.2.103657 +dockerimage: demisto/powershell:7.4.6.116823 enabled: true name: VersionLessThan runas: DBotWeakRole diff --git a/Packs/CommunityCommonScripts/pack_metadata.json b/Packs/CommunityCommonScripts/pack_metadata.json index 5889a9ffbe88..924ca53789d3 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.3", + "currentVersion": "1.3.4", "author": "", "url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions", "email": "",