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

Update Docker Image To demisto/duoadmin3 #27268

Merged
merged 4 commits into from
Jun 7, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/DuoAdminApi/Integrations/DuoAdminApi/DuoAdminApi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ script:
outputs: []
description: Modify the user account.
name: duoadmin-modify-user
dockerimage: demisto/duoadmin3:1.0.0.51401
dockerimage: demisto/duoadmin3:1.0.0.61875
runonce: false
script: ''
type: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ script:
description: Manual command to fetch events and display them.
execution: false
name: duo-get-events
dockerimage: demisto/duoadmin3:1.0.0.61106
dockerimage: demisto/duoadmin3:1.0.0.61875
runonce: false
isfetchevents: true
subtype: python3
Expand Down
5 changes: 5 additions & 0 deletions Packs/DuoAdminApi/ReleaseNotes/4_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#### Integrations
##### Duo Event Collector
- Updated the Docker image to: *demisto/duoadmin3:1.0.0.61875*.
##### DUO Admin
- Updated the Docker image to: *demisto/duoadmin3:1.0.0.61875*.
2 changes: 1 addition & 1 deletion Packs/DuoAdminApi/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "DUO Admin",
"description": "DUO for admins.\nMust have access to the admin api in order to use this",
"support": "xsoar",
"currentVersion": "4.0.0",
"currentVersion": "4.0.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down