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

[Palo Alto Networks PAN-OS] Updated the Docker image #30333

Merged
merged 1 commit into from
Oct 22, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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