-
Notifications
You must be signed in to change notification settings - Fork 65
Release 1.5.2 #759
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
itdependsnetworks
merged 11 commits into
networktocode:main
from
yanshcodilime:release-1.5.2
Dec 31, 2025
Merged
Release 1.5.2 #759
itdependsnetworks
merged 11 commits into
networktocode:main
from
yanshcodilime:release-1.5.2
Dec 31, 2025
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
…1-to-develop Release 1.15.1 to develop
{
"date": "2025-10-01T02:32:30.453Z",
"files": [
{
"name": "netutils/data_files/oui_mappings.py",
"deltaBytes": 6850,
"source": "https://standards-oui.ieee.org"
}
]
}
Co-authored-by: flat-data <flat-data@users.noreply.github.com>
{
"date": "2025-10-01T02:37:17.366Z",
"files": [
{
"name": "netutils/data_files/protocol_mappings.py",
"deltaBytes": -161,
"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>
…tworktocode#726) * Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool Template: ``` { "template": "https://github.com/networktocode-llc/cookiecutter-ntc.git", "dir": "python", "ref": "main", "path": null } ``` Cookie: ``` { "remote": "https://github.com/networktocode/netutils.git", "path": "/Users/jeffkala/Documents/GitHub/outputs/netutils", "repository_path": "/Users/jeffkala/Documents/GitHub/outputs/netutils", "dir": "", "branch_prefix": "drift-manager", "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.8", "project_with_config_settings": "no", "generate_docs": "yes", "version": "1.15.1", "_template": "https://github.com/networktocode-llc/cookiecutter-ntc.git", "_output_dir": "/Users/jeffkala/Documents/GitHub/outputs", "_repo_dir": "/Users/jeffkala/.cookiecutters/cookiecutter-ntc/python", "_checkout": "main" }, "base_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.CREATE", "post_actions": [], "baked_commit_ref": "", "draft": false } ``` CLI Arguments: ``` { "cookie_dir": "", "input": true, "json_filename": "", "output_dir": "../outputs", "push": true, "template": "https://github.com/networktocode-llc/cookiecutter-ntc.git", "template_dir": "python", "template_ref": "main", "pull_request": null, "post_action": [], "disable_post_actions": false, "draft": null } ``` * fix drift mgr merge conflicts
{
"date": "2025-12-01T02:52:41.192Z",
"files": [
{
"name": "netutils/data_files/protocol_mappings.py",
"deltaBytes": 128,
"source": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.csv"
}
]
}
Flatbot PROTOCOL File Updates
…e#742) The function `encrypt_cisco_type7` was incorrectly handling the integer `0` as a missing argument because of the thruthiness check (`if not salt:`). This resulted in a random salt being used when the user explicitely requested salt `0`. The condition has been updated to `if salt is None` to differentiate between a provided `0` and the default `None`. Co-authored-by: Mathieu Payrol <mathieu.payrol@spie.com>
…ion (networktocode#751) * Remove end of banner normalization * fix tests --------- Co-authored-by: michalis1 <milatis@gmail.com>
itdependsnetworks
approved these changes
Dec 31, 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.
No description provided.