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/netmiko #29894

Merged
merged 4 commits into from Sep 27, 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
2 changes: 1 addition & 1 deletion Packs/Netmiko/Integrations/Netmiko/Netmiko.yml
Expand Up @@ -452,7 +452,7 @@ script:
- contextPath: Netmiko.Output
description: The results of the command.
type: string
dockerimage: demisto/netmiko:1.0.0.72651
dockerimage: demisto/netmiko:1.0.0.75542
script: ""
subtype: python3
type: python
Expand Down
3 changes: 3 additions & 0 deletions Packs/Netmiko/ReleaseNotes/1_0_10.md
@@ -0,0 +1,3 @@
#### Integrations
##### Netmiko
- Updated the Docker image to: *demisto/netmiko:1.0.0.75542*.
2 changes: 1 addition & 1 deletion Packs/Netmiko/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Netmiko",
"description": "The Netmiko pack uses the Netmiko/Paramiko libraries to execute commands via SSH on platforms supported by these python modules.",
"support": "xsoar",
"currentVersion": "1.0.9",
"currentVersion": "1.0.10",
"author": "Josh Levine",
"url": "",
"email": "",
Expand Down