Skip to content

Commit

Permalink
[Palo Alto Networks PAN-OS] Updated the Docker image (#30333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhw committed Oct 22, 2023
1 parent 93a92fb commit d796589
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Packs/PAN-OS/Integrations/Panorama/Panorama.py
Original file line number Diff line number Diff line change
Expand Up @@ -13974,7 +13974,8 @@ def main(): # pragma: no cover
first_fetch = params.get('first_fetch') or FETCH_DEFAULT_TIME
configured_max_fetch = arg_to_number(params.get('max_fetch')) or MAX_INCIDENTS_TO_FETCH
queries_dict = log_types_queries_to_dict(params)
fetch_job_polling_max_num_attempts = arg_to_number(params.get('fetch_job_polling_max_num_attempts')) or GET_LOG_JOB_ID_MAX_RETRIES
fetch_job_polling_max_num_attempts = arg_to_number(params.get(
'fetch_job_polling_max_num_attempts')) or GET_LOG_JOB_ID_MAX_RETRIES
max_fetch_dict = last_run.get('max_fetch_dict') or create_max_fetch_dict(
queries_dict=queries_dict, configured_max_fetch=configured_max_fetch)

Expand Down
2 changes: 1 addition & 1 deletion Packs/PAN-OS/Integrations/Panorama/Panorama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9341,7 +9341,7 @@ script:
- contextPath: Panorama.DeviceGroupNames
description: The list of device groups.
type: string
dockerimage: demisto/pan-os-python:1.0.0.73711
dockerimage: demisto/pan-os-python:1.0.0.79261
isfetch: true
runonce: false
script: ''
Expand Down
6 changes: 6 additions & 0 deletions Packs/PAN-OS/ReleaseNotes/2_1_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Palo Alto Networks PAN-OS

- Updated the Docker image to: *demisto/pan-os-python:1.0.0.79261*.
2 changes: 1 addition & 1 deletion Packs/PAN-OS/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PAN-OS by Palo Alto Networks",
"description": "Manage Palo Alto Networks Firewall and Panorama. Use this pack to manage Prisma Access through Panorama. For more information see Panorama documentation.",
"support": "xsoar",
"currentVersion": "2.1.10",
"currentVersion": "2.1.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit d796589

Please sign in to comment.