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.1.2 to 4.3.0 #451

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps netmiko from 4.1.2 to 4.3.0.

Release notes

Sourced from netmiko's releases.

Netmiko 4.3.0 Release

Security

  • Netmiko's session_log has certain scenarios where it was failing to hide the default no_log items ("secret" and "password"). This bug has generally been fixed though there are likely edge scenarios where this could still happen. Given the nature of the session_log it should always be viewed as a security sensitive file.

Python

  • Drop PY3.7 support

Documentation

  • Add CONTRIBUTING.md document

Bug Fixes and Improvements

  • Improve Ciena SAOS logic in set_base_prompt
  • Improve Nokia SROS disable paging behavior
  • Remove Arris and Casa from SSH autodetect
  • Add support for Genie and Linux
  • Improve TP-Link session_preparation behavior
  • Improve MikoTik terminal size definition
  • Improve Arista SSH autodetection
  • Fix SNMP autodetection when hostname is used (instead of IPv4/IPv6 address)
  • Improve SCP behavior for remote_file_size when subdirectories are used
  • Implement TelnetFallback entry point
  • Improve Extreme SLX-OS autodetect
  • Improve Fortinet driver _get_output_mode_v6 behavior
  • Improve HP comware and HP procurve behavior in session_preparation
  • Add Allied Telesis in SNMP and SSH autodetect
  • Update hp_comware.py handle RBM in prompt
  • Update vyos_ssh.py to enter and exit config mode on save
  • Handle Huawei secure configuration message
  • Add support for a SessionLog object in dunder-init(). This allows a custom no_log definition.
  • CI-CD fixes for various things breaking
  • Improve ers driver cntl-y behavior
  • Adtran driver enable global_cmd_verify by default
  • Adtran driver improve enable() behavior
  • Add Telnet Proxy support for SOCKS Proxy

New Drivers or Expanded Driver Support

  • Add support for Fiberstore FSOS
  • Add support for Maipu
  • Add Digi TransPort Router Support

Contributions By

@​melewitz @​mpecarina @​drousseau @​carbonarok @​kacem-expereo @​shrank @​dystland @​cla-azzarello @​msimkins

... (truncated)

Changelog

Sourced from netmiko's changelog.

Use pydev2 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.3.0 -m "Version 4.3.0 Release" git push origin_ssh v4.2.0

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

Update license dependencies (then edit the file)

pip-licenses -o license >> license-dependencies.txt

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.1.2 to 4.3.0.
- [Release notes](https://github.com/ktbyers/netmiko/releases)
- [Changelog](https://github.com/ktbyers/netmiko/blob/develop/release_process.txt)
- [Commits](ktbyers/netmiko@v4.1.2...v4.3.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 requested a review from a team as a code owner November 20, 2023 00:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip Pull requests that update pip mod dependencies labels Nov 20, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/netmiko-4.3.0 branch July 22, 2024 11:29
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.

1 participant