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/vendors-sdk #32894

Merged
merged 13 commits into from
Feb 14, 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
2 changes: 1 addition & 1 deletion Packs/DuoAdminApi/Integrations/DuoAdminApi/DuoAdminApi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ script:
outputs: []
description: Modify the user account.
name: duoadmin-modify-user
dockerimage: demisto/vendors-sdk:1.0.0.84790
dockerimage: demisto/vendors-sdk:1.0.0.87491
script: ''
type: python
subtype: python3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ script:
required: true
description: Manual command to fetch events and display them.
name: duo-get-events
dockerimage: demisto/vendors-sdk:1.0.0.84790
dockerimage: demisto/vendors-sdk:1.0.0.87491
isfetchevents: true
subtype: python3
marketplaces:
Expand Down
5 changes: 5 additions & 0 deletions Packs/DuoAdminApi/ReleaseNotes/4_0_18.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/vendors-sdk:1.0.0.87491*.
##### DUO Admin
- Updated the Docker image to: *demisto/vendors-sdk:1.0.0.87491*.
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.17",
"currentVersion": "4.0.18",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ script:
description: Authentication lease duration in seconds, 0 if indefinitely.
type: number
description: Creates a new authentication token.
dockerimage: demisto/vendors-sdk:1.0.0.84790
dockerimage: demisto/vendors-sdk:1.0.0.87491
tests:
- hashicorp_test
fromversion: 5.0.0
3 changes: 3 additions & 0 deletions Packs/HashiCorp-Vault/ReleaseNotes/1_1_23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### HashiCorp Vault
- Updated the Docker image to: *demisto/vendors-sdk:1.0.0.87491*.
2 changes: 1 addition & 1 deletion Packs/HashiCorp-Vault/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "HashiCorp Vault",
"description": "Manage Secrets and Protect Sensitive Data through HashiCorp Vault",
"support": "xsoar",
"currentVersion": "1.1.22",
"currentVersion": "1.1.23",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Kafka/Integrations/KafkaV3/KafkaV3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/vendors-sdk:1.0.0.84790
dockerimage: demisto/vendors-sdk:1.0.0.87491
fromversion: 6.1.0
tests:
- KafkaV3 Test
3 changes: 3 additions & 0 deletions Packs/Kafka/ReleaseNotes/2_0_22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Kafka v3
- Updated the Docker image to: *demisto/vendors-sdk:1.0.0.87491*.
2 changes: 1 addition & 1 deletion Packs/Kafka/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Kafka",
"description": "Kafka is an open source distributed streaming platform.",
"support": "xsoar",
"currentVersion": "2.0.21",
"currentVersion": "2.0.22",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/TeamCymru/Integrations/TeamCymru/TeamCymru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/vendors-sdk:1.0.0.84790
dockerimage: demisto/vendors-sdk:1.0.0.87491
fromversion: 6.5.0
tests:
- TeamCymruTest
3 changes: 3 additions & 0 deletions Packs/TeamCymru/ReleaseNotes/1_0_22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Team Cymru
- Updated the Docker image to: *demisto/vendors-sdk:1.0.0.87491*.
2 changes: 1 addition & 1 deletion Packs/TeamCymru/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Team Cymru",
"description": "Team Cymru is an internet security firm that offers research services making the internet a more secure place.",
"support": "xsoar",
"currentVersion": "1.0.21",
"currentVersion": "1.0.22",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading