Skip to content

Commit

Permalink
Aud demisto/auto update docker staging branch 52 (#37287)
Browse files Browse the repository at this point in the history
* Updated docker image to demisto/powershell:7.4.6.116823. PR batch #1/1 (#37283)

Co-authored-by: root <root@1e2de18e0cc3>

* update release notes

---------

Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: root <root@1e2de18e0cc3>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 26bc59e commit f55522a
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 9 deletions.
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

0 comments on commit f55522a

Please sign in to comment.