Skip to content

Commit

Permalink
Update Docker Image To demisto/python3 (#31242)
Browse files Browse the repository at this point in the history
* Updated Metadata Of Pack CIRCL

* Added release notes to pack CIRCL

* Packs/CIRCL/Integrations/CirclCVESearch/CirclCVESearch.yml Docker image update

* Updated Metadata Of Pack ipinfo

* Added release notes to pack ipinfo

* Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml Docker image update

* Updated Metadata Of Pack AutoFocus

* Added release notes to pack AutoFocus

* Packs/AutoFocus/Integrations/FeedAutofocus/FeedAutofocus.yml Docker image update

* Packs/AutoFocus/Integrations/AutofocusV2/AutofocusV2.yml Docker image update

* Updated Metadata Of Pack MailSenderNew

* Added release notes to pack MailSenderNew

* Packs/MailSenderNew/Integrations/MailSenderNew/MailSenderNew.yml Docker image update

* avoid to update Docker for AutoFocusv2

---------

Co-authored-by: israelpolishook <ipolishuk@paloaltonetworks.com>
  • Loading branch information
content-bot and israelpoli committed Dec 3, 2023
1 parent 2515b8b commit 31a46b8
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 8 deletions.
Expand Up @@ -131,7 +131,7 @@ script:
name: offset
description: Gets the indicators from AutoFocus.
name: autofocus-get-indicators
dockerimage: demisto/python3:3.10.13.75921
dockerimage: demisto/python3:3.10.13.82076
feed: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/AutoFocus/ReleaseNotes/2_1_17.md
@@ -0,0 +1,3 @@
#### Integrations
##### AutoFocus Feed
- Updated the Docker image to: *demisto/python3:3.10.13.82076*.
2 changes: 1 addition & 1 deletion Packs/AutoFocus/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "AutoFocus by Palo Alto Networks",
"description": "Use the Palo Alto Networks AutoFocus integration to distinguish the most\n important threats from everyday commodity attacks.",
"support": "xsoar",
"currentVersion": "2.1.16",
"currentVersion": "2.1.17",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/CIRCL/Integrations/CirclCVESearch/CirclCVESearch.yml
Expand Up @@ -122,7 +122,7 @@ script:
- contextPath: DBotScore.Vendor
description: The vendor reporting the score of the indicator.
type: String
dockerimage: demisto/python3:3.10.13.75921
dockerimage: demisto/python3:3.10.13.82076
runonce: false
script: '-'
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/CIRCL/ReleaseNotes/1_0_20.md
@@ -0,0 +1,3 @@
#### Integrations
##### CIRCL CVE Search
- Updated the Docker image to: *demisto/python3:3.10.13.82076*.
2 changes: 1 addition & 1 deletion Packs/CIRCL/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "CIRCL",
"description": "The Computer Incident Response Center Luxembourg (CIRCL) is a government-driven initiative designed to provide a systematic response facility to computer security threats and incidents.\nThis pack includes:\n# CIRCL Passive DNS which is a database storing historical DNS records from various resources.\n# CIRCL Passive SSL is a database storing historical X.509 certificates seen per IP address. The Passive SSL historical data is indexed per IP address.\n# CIRCL CVE Search, interface to search publicly known information from security vulnerabilities in software and hardware along with their corresponding exposures.",
"support": "xsoar",
"currentVersion": "1.0.19",
"currentVersion": "1.0.20",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -109,7 +109,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.13.75921
dockerimage: demisto/python3:3.10.13.82076
tests:
- Mail Sender (New) Test
fromversion: 5.0.0
3 changes: 3 additions & 0 deletions Packs/MailSenderNew/ReleaseNotes/1_0_24.md
@@ -0,0 +1,3 @@
#### Integrations
##### Mail Sender (New)
- Updated the Docker image to: *demisto/python3:3.10.13.82076*.
2 changes: 1 addition & 1 deletion Packs/MailSenderNew/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Mail Sender (New)",
"description": "Send emails implemented in Python with embedded image support",
"support": "xsoar",
"currentVersion": "1.0.23",
"currentVersion": "1.0.24",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml
Expand Up @@ -166,7 +166,7 @@ script:
- contextPath: DBotScore.Vendor
description: The vendor used to calculate the score.
type: String
dockerimage: demisto/python3:3.10.13.75921
dockerimage: demisto/python3:3.10.13.82076
runonce: false
script: '-'
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/ipinfo/ReleaseNotes/2_1_20.md
@@ -0,0 +1,3 @@
#### Integrations
##### IPinfo v2
- Updated the Docker image to: *demisto/python3:3.10.13.82076*.
2 changes: 1 addition & 1 deletion Packs/ipinfo/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Ipinfo",
"description": "Use the ipinfo.io API to get data about an IP address",
"support": "xsoar",
"currentVersion": "2.1.19",
"currentVersion": "2.1.20",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 31a46b8

Please sign in to comment.