Skip to content

Commit

Permalink
[Netmiko] fix starting new threads (#30182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaner authored Oct 26, 2023
1 parent 413d008 commit 35dfd44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packs/Netmiko/Integrations/Netmiko/Netmiko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ script:
- contextPath: Netmiko.Output
description: The results of the command.
type: string
dockerimage: demisto/netmiko:1.0.0.75542
dockerimage: demisto/netmiko:1.0.0.77338
script: ""
subtype: python3
type: python
Expand Down
7 changes: 7 additions & 0 deletions Packs/Netmiko/ReleaseNotes/1_0_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Netmiko

- Fixed an issue with spawning new threads in the integration.
- Updated the Docker image to: *demisto/netmiko:1.0.0.77338*.
2 changes: 1 addition & 1 deletion Packs/Netmiko/pack_metadata.json
Original file line number Diff line number Diff line change
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.10",
"currentVersion": "1.0.11",
"author": "Josh Levine",
"url": "",
"email": "",
Expand Down

0 comments on commit 35dfd44

Please sign in to comment.