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 #581

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner December 10, 2024 00:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip Pull requests that update pip mod dependencies labels Dec 10, 2024
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/netmiko-4.5.0 branch from bb50b56 to e3538d1 Compare January 6, 2025 18:34
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 pip Pull requests that update pip mod dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants