diff --git a/Packs/Netmiko/Integrations/Netmiko/Netmiko.yml b/Packs/Netmiko/Integrations/Netmiko/Netmiko.yml index 0d31abcb838c..5f85ef2440d7 100644 --- a/Packs/Netmiko/Integrations/Netmiko/Netmiko.yml +++ b/Packs/Netmiko/Integrations/Netmiko/Netmiko.yml @@ -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 diff --git a/Packs/Netmiko/ReleaseNotes/1_0_10.md b/Packs/Netmiko/ReleaseNotes/1_0_10.md new file mode 100644 index 000000000000..c22a813ae611 --- /dev/null +++ b/Packs/Netmiko/ReleaseNotes/1_0_10.md @@ -0,0 +1,3 @@ +#### Integrations +##### Netmiko +- Updated the Docker image to: *demisto/netmiko:1.0.0.75542*. diff --git a/Packs/Netmiko/pack_metadata.json b/Packs/Netmiko/pack_metadata.json index 7fd29ac6ccc7..611e2c7d7cb8 100644 --- a/Packs/Netmiko/pack_metadata.json +++ b/Packs/Netmiko/pack_metadata.json @@ -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": "",