Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aud demisto/auto update docker staging branch 52 #37287

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Packs/Base/ReleaseNotes/1_35_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Scripts

##### CommonServerPowerShell


- Updated the Docker image to: *demisto/powershell:7.4.6.116823*.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Packs/Base/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_15_91.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Scripts

##### VerifyJSON


- Updated the Docker image to: *demisto/powershell:7.4.6.116823*.
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
19 changes: 19 additions & 0 deletions Packs/CommunityCommonScripts/ReleaseNotes/1_3_4.md
Original file line number Diff line number Diff line change
@@ -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*.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommunityCommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
Loading