Release v1.19.0 - #891
Merged
Merged
Conversation
Release 1.18.0 to develop
{
"date": "2026-08-01T03:09:13.681Z",
"files": [
{
"name": "netutils/data_files/protocol_mappings.py",
"deltaBytes": 669,
"source": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.csv"
}
]
}
Co-authored-by: flat-data <flat-data@users.noreply.github.com>
* Updated OUI parsing regex string * add changefragment --------- Co-authored-by: Jeff Kala <jeff.l.kala@gmail.com>
* feat: Add support for multiple consecutive banners in configs. * style: Typo. * test: * test: Add an empty line test for muliple banners. --------- Co-authored-by: swanandtambe <swanand.tambe@networktocode.com>
* Add Aruba AOS-CX to the Netmiko and Hier Config library mappers Closes #873 * Remove redundant _MAIN_LIB_MAPPER aruba_aoscx entry Now that aruba_aoscx is in NETMIKO_LIB_MAPPER, MAIN_LIB_MAPPER inherits it via the netmiko deep copy, so the explicit override is no longer needed. Addresses review feedback on #874.
…r Tool (#885) * Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool Template: ``` { "template": "https://github.com/networktocode-llc/cookiecutter-ntc.git", "dir": "python", "ref": "main", "path": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python" } ``` Cookie: ``` { "remote": "https://github.com/networktocode/netutils.git", "path": "/tmp/tmp2byo86xt/netutils", "repository_path": "/tmp/tmp2byo86xt/netutils", "dir": "", "branch_prefix": "drift-manager/develop", "context": { "codeowner_github_usernames": "@itdependsnetworks @jeffkala @qduk", "full_name": "Network to Code, LLC", "email": "info@networktocode.com", "github_org": "networktocode", "description": "Common helper functions useful in network automation.", "project_name": "netutils", "project_slug": "netutils", "repo_url": "https://github.com/networktocode/netutils", "base_url": "netutils", "project_python_name": "netutils", "project_python_base_version": "3.10", "project_with_config_settings": "no", "generate_docs": "yes", "version": "1.15.1", "original_publish_year": "2021", "_template": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python", "_output_dir": "/tmp/tmp2byo86xt", "_repo_dir": "/__w/cookiecutter-nautobot-app-drift-manager/cookiecutter-nautobot-app-drift-manager/cookiecutter-ntc/python", "_checkout": null }, "drift_managed_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.UPDATE_OR_CREATE", "post_actions": [], "baked_commit_ref": "b23a9ed5a4714810d83670ad47cc182764c6d464", "draft": false } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "", "output_dir": "", "push": true, "template": "./cookiecutter-ntc", "template_dir": "python", "template_ref": "main", "pull_request": "update-or-create", "post_action": [], "disable_post_actions": true, "draft": null, "drift_managed_branch": "develop" } ``` * Fix merge conflicts --------- Co-authored-by: bakebot <info@networktocode.com> Co-authored-by: Jeff Kala <jeff.l.kala@gmail.com>
* Add bit/Kbit/Mbit/... to bandwidth._normalize_bw() * Implements Mb/s * add change fragment --------- Co-authored-by: Jeff Kala <jeff.l.kala@gmail.com>
* Fixed the incorrect running configuration command for `aruba_os`. * Fixed typo in Ansible mappings for `dell_os10`. * Added a library mapping for `ncclient` which is used for NETCONF communication. * additional mapping reconciliations
github-actions
Bot
requested review from
itdependsnetworks and
jeffkala
as code owners
August 25, 2026 21:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v1.19.0 (2026-08-25)
Added
ncclientwhich is used for NETCONF communication.Fixed
aruba_os.dell_os10.Housekeeping
main.Contributors
New Contributors
Full Changelog: v1.18.0...v1.19.0