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

Bump netmiko from 4.4.0 to 4.5.0 in /docker/netmiko #5261

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps netmiko from 4.4.0 to 4.5.0.

Release notes

Sourced from netmiko's releases.

Netmiko 4.5.0 Release

New Drivers

  • Vertiv MPH PDUs Driver (#3460)
  • Garderos GRS Driver (#3429)
  • Cisco APIC Driver (Linux) (#3461)
  • Alaxala AX2600s and AX3600s Driver (#3462)

Other Major Changes

  • Fixes to support PY3.13
  • Retire PY3.8 Support
  • Add raise_parsing_error parameter to send_command and send_command_timing
  • Improve Netmiko cli-tools output formatting behavior
  • Adding encryption support to Netmiko cli-tools (#3505)
  • Update Netmiko cli_tools to make them more modular and use concurrent features

Other Improvements and bug fixes

  • Nokia SRL prompt stripping (#3531)
  • Lower Cisco ios priority to eliminate conflicts with ios-xe (#3538)
  • Handle MikroTik press enter to continue issue (#3458)
  • Add Query Device to ANSI Escape Codes for MikroTik (#3457)
  • Fix Mikrotik graceful exit command (#3468)
  • Adding support for pysnmp version6 (#3473)
  • Linux SSH fix for 'Invalid output from MD5 command' (#3486)
  • Add support for md-cli only mode in nokia_sros (#3496)
  • Do not explicitly require secondary dependencies (#3515)
  • Zyxel fix for next line character in output (#3524)
  • Fortinet _preferred_kex settings fix (#3530)
  • Sophos fix to allow to allow user to better navigate the interactive menu prompt
  • Add bracketed paste mode to ANSI escape codes
  • Add 'split-task' to possible vdom configs for Fortinet (#3464)
  • Add Bulk encryption utility for .netmiko.yml file
  • Documentation and test improvements
Changelog

Sourced from netmiko's changelog.

Use pydev3 machine

Use virtual environment = .venv

Run the following command to update docs:

$ pdoc3 --html --output-dir docs netmiko --force

Docs will be hosted via GitHub Pages in the master branch...

README.md is entry point at https://ktbyers.github.io/netmiko/ which then links to...

https://ktbyers.github.io/netmiko/docs/netmiko/index.html for full docs

Make sure you have rolled the version in init.py

Merge into master / checkout master (use PR in GitHub for this)

poetry build

Run ./_release.sh

Create a tag for the version

git tag -a v4.5.0 -m "Version 4.5.0 Release" git push origin v4.5.0

Make sure to run the performance tests for the new release and to update the graphs!

Regenerate device types for PLATFORMS.md document

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [netmiko](https://github.com/ktbyers/netmiko) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/ktbyers/netmiko/releases)
- [Changelog](https://github.com/ktbyers/netmiko/blob/develop/release_process.txt)
- [Commits](ktbyers/netmiko@v4.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: netmiko
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2024
@github-actions github-actions bot merged commit fae3f63 into master Dec 10, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/docker/netmiko/netmiko-4.5.0 branch December 10, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants