-
Notifications
You must be signed in to change notification settings - Fork 63
Release 1.15.0 #697
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
Merged
Merged
Release 1.15.0 #697
Conversation
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
Release 1.14.1 to develop
* Add Nvidia Onyx config parser
* Update constants.py Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com> --------- Co-authored-by: Ken Celenza <ken@celenza.org> Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
update doc string and mypy to get tests working Co-authored-by: Dmitry Babkin <64498005+Uncle-Dee@users.noreply.github.com>
* Catching leading spaces at config start * spacing tests * after black * remoing wrong variable assigment * adding parametrize * reforming * black formatting * Update tests/unit/test_parser.py Co-authored-by: Ken Celenza <ken@celenza.org> * disable=redefined-outer-name * fromatting... --------- Co-authored-by: Ken Celenza <ken@celenza.org>
…hString, fixed nxos, added aruba and paloalto, update get_nist_urls() to use NIST_LIB_MAPPER_REVERSE_DICT Co-authored-by: Ken Celenza <ken@celenza.org> Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
{
"date": "2025-08-01T02:49:40.498Z",
"files": [
{
"name": "netutils/data_files/oui_mappings.py",
"deltaBytes": 7431,
"source": "https://standards-oui.ieee.org"
}
]
}
Co-authored-by: flat-data <flat-data@users.noreply.github.com>
{
"date": "2025-09-01T02:41:38.237Z",
"files": [
{
"name": "netutils/data_files/protocol_mappings.py",
"deltaBytes": 36,
"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>
{
"date": "2025-09-01T02:37:09.931Z",
"files": [
{
"name": "netutils/data_files/oui_mappings.py",
"deltaBytes": 6897,
"source": "https://standards-oui.ieee.org"
}
]
}
Co-authored-by: flat-data <flat-data@users.noreply.github.com>
* initial pass at rad etx config parser * add banner end * fix 'exit' in config parsing * fix parser and testing * add more feature tests with nesting * last fix for is_exit method * add exit back to parsing for proper compliance config pasting
itdependsnetworks
approved these changes
Sep 5, 2025
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.15 Release Notes
Release Overview
v1.15.0 (2025-09-05)
Added
Housekeeping