Skip to content

Commit

Permalink
Aud demisto/auto update docker staging branch 35 (demisto#37122)
Browse files Browse the repository at this point in the history
* Updated docker image to demisto/netutils:1.0.0.115452. PR batch #1/1 (demisto#37108)

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

* update release notes

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
  • Loading branch information
3 people authored Nov 10, 2024
1 parent 1fd9b32 commit 79f3563
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 16 deletions.
15 changes: 15 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_15_82.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

#### Scripts

##### Ping


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
##### Dig


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
##### GetDomainDNSDetails


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/Dig/Dig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ comment: 'DNS lookup utility to provide ''A'' and ''PTR'' record '
commonfields:
id: Dig
version: -1
dockerimage: demisto/netutils:1.0.0.86390
dockerimage: demisto/netutils:1.0.0.115452
enabled: true
name: Dig
script: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tags: []
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/netutils:1.0.0.86390
dockerimage: demisto/netutils:1.0.0.115452
fromversion: 5.0.0
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/Ping/Ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ tags: [Utility]
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/netutils:1.0.0.92795
dockerimage: demisto/netutils:1.0.0.115452
tests: [Ping Test Playbook]
fromversion: 5.0.0
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.81",
"currentVersion": "1.15.82",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ script:
name: limit
description: Gets indicators from the feed.
name: public-dns-get-indicators
dockerimage: demisto/netutils:1.0.0.108034
dockerimage: demisto/netutils:1.0.0.115452
feed: true
runonce: false
script: '-'
Expand Down
7 changes: 7 additions & 0 deletions Packs/FeedPublicDNS/ReleaseNotes/1_0_17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Public DNS Feed


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
2 changes: 1 addition & 1 deletion Packs/FeedPublicDNS/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Public DNS Feed",
"description": "The Public DNS Feed fetches known IPs associated with public DNS servers from https://public-dns.info/",
"support": "xsoar",
"currentVersion": "1.0.16",
"currentVersion": "1.0.17",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
15 changes: 15 additions & 0 deletions Packs/FiltersAndTransformers/ReleaseNotes/1_2_80.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

#### Scripts

##### IPv4Whitelist


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
##### IPv4Blacklist


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
##### IsRFC1918Address


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ args:
description: Array or comma-separated list of IPv4 ranges, in CIDR notation, against which to match the IPv4 addresses.
isArray: true
scripttarget: 0
dockerimage: demisto/netutils:1.0.0.83404
dockerimage: demisto/netutils:1.0.0.115452
runas: DBotWeakRole
tests:
- No test - unit test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ args:
description: Array or comma-separated list of IPv4 ranges, in CIDR notation, against which to match the IPv4 addresses.
isArray: true
scripttarget: 0
dockerimage: demisto/netutils:1.0.0.83404
dockerimage: demisto/netutils:1.0.0.115452
runas: DBotWeakRole
tests:
- No test - unit test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ args:
- name: left
description: The IPv4 address to check (can be used instead of the value argument).
scripttarget: 0
dockerimage: demisto/netutils:1.0.0.92795
dockerimage: demisto/netutils:1.0.0.115452
runas: DBotWeakRole
tests:
- IsRFC1918-Test
Expand Down
2 changes: 1 addition & 1 deletion Packs/FiltersAndTransformers/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Filters And Transformers",
"description": "Frequently used filters and transformers pack.",
"support": "xsoar",
"currentVersion": "1.2.79",
"currentVersion": "1.2.80",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/netutils:1.0.0.110556
dockerimage: demisto/netutils:1.0.0.115452
fromversion: 6.10.0
tests:
- MattermostV2 - testplaybook
7 changes: 7 additions & 0 deletions Packs/Mattermost/ReleaseNotes/2_0_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Mattermost v2


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
2 changes: 1 addition & 1 deletion Packs/Mattermost/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Mattermost",
"description": "Send messages and notifications to your Mattermost Team.",
"support": "xsoar",
"currentVersion": "2.0.2",
"currentVersion": "2.0.3",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Nmap/Integrations/Nmap/Nmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ script:
description: Additional parseable fields from the script output.
description: Scan targets with the given parameters
execution: true
dockerimage: demisto/netutils:1.0.0.86390
dockerimage: demisto/netutils:1.0.0.115452
7 changes: 7 additions & 0 deletions Packs/Nmap/ReleaseNotes/1_2_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### nmap


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
2 changes: 1 addition & 1 deletion Packs/Nmap/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Nmap",
"description": "Run nmap scans with the given parameters",
"support": "xsoar",
"currentVersion": "1.2.3",
"currentVersion": "1.2.4",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
script: ""
type: python
commands: []
dockerimage: demisto/netutils:1.0.0.103292
dockerimage: demisto/netutils:1.0.0.115452
longRunning: true
subtype: python3
marketplaces:
Expand Down
7 changes: 7 additions & 0 deletions Packs/ProofpointEmailSecurity/ReleaseNotes/1_0_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Proofpoint Email Security Event Collector


- Updated the Docker image to: *demisto/netutils:1.0.0.115452*.
2 changes: 1 addition & 1 deletion Packs/ProofpointEmailSecurity/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Proofpoint Email Security",
"description": "Proofpoint Email Security pack provides visibility into email security threats and protects your organization from phishing, malware, and compliance risks.",
"support": "xsoar",
"currentVersion": "1.0.4",
"currentVersion": "1.0.5",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 79f3563

Please sign in to comment.