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

demisto/py3-tools3:1.0.0.116158 | 0-100 | PR batch #1/1 #37281

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/CommonWidgets/ReleaseNotes/1_2_52.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Scripts

##### RSSWidget


- Updated the Docker image to: *demisto/py3-tools:1.0.0.116158*.
2 changes: 1 addition & 1 deletion Packs/CommonWidgets/Scripts/RSSWidget/RSSWidget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ args:
defaultValue: 'false'
scripttarget: 0
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.87415
dockerimage: demisto/py3-tools:1.0.0.116158
runas: DBotWeakRole
fromversion: 5.5.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonWidgets/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Widgets",
"description": "Frequently used widgets pack.",
"support": "xsoar",
"currentVersion": "1.2.51",
"currentVersion": "1.2.52",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/JARM/Integrations/JARM/JARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.82341
dockerimage: demisto/py3-tools:1.0.0.116158
fromversion: 5.0.0
tests:
- JARM-Test
7 changes: 7 additions & 0 deletions Packs/JARM/ReleaseNotes/1_0_16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### JARM


- Updated the Docker image to: *demisto/py3-tools:1.0.0.116158*.
2 changes: 1 addition & 1 deletion Packs/JARM/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "JARM",
"description": "This pack introduces the JARM indicator type and commands for generating new JARM fingerprints of servers using TLS.",
"support": "developer",
"currentVersion": "1.0.15",
"currentVersion": "1.0.16",
"author": "Palo Alto Networks Developer Relations",
"url": "",
"email": "devrel@paloaltonetworks.com",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Zabbix/Integrations/Zabbix/Zabbix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ script:
description: Whether the event is suppressed.
type: number
description: Get events.
dockerimage: demisto/py3-tools:1.0.0.87415
dockerimage: demisto/py3-tools:1.0.0.116158
runonce: false
script: '-'
type: python
Expand Down
7 changes: 7 additions & 0 deletions Packs/Zabbix/ReleaseNotes/1_0_35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Zabbix


- Updated the Docker image to: *demisto/py3-tools:1.0.0.116158*.
2 changes: 1 addition & 1 deletion Packs/Zabbix/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Zabbix",
"description": "Allow integration with Zabbix api.",
"support": "developer",
"currentVersion": "1.0.34",
"currentVersion": "1.0.35",
"author": "Henrique Caires",
"url": "https://support.zabbix.com/secure/Dashboard.jspa",
"email": "henrique@caires.net.br",
Expand Down
Loading