-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #368 from networktocode/develop
Merge 1.6.0 into main
- Loading branch information
Showing
75 changed files
with
4,432 additions
and
588 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
exclude_dirs: | ||
- "./tests/" | ||
- "./docs/" | ||
- "netutils/oui_mappings.py" | ||
- "netutils/data_files/" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,5 @@ mkdocs: | |
python: | ||
install: | ||
- requirements: "docs/requirements.txt" | ||
- method: "pip" | ||
path: "." |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# v1.6 Release Notes | ||
|
||
## Release Overview | ||
|
||
- Added `ubiquiti_airos` parser. | ||
- Added `ACLRule` and `ACLRules` classes. | ||
- Added the `ip` functions `is_ip_range`, `is_ip_within`, `is_network`, and `get_range_ips`. | ||
- Added the `asn` function `int_to_asn` in the function. | ||
- Added `NETUTILSPARSER_LIB_MAPPER` and `NETUTILSPARSER_LIB_MAPPER_REVERSE` to lib mapper. | ||
- Added classy docs to view config parser classes. | ||
|
||
|
||
## [v1.6.0] - 2023-09 | ||
|
||
### Added | ||
|
||
- [#290](https://github.com/networktocode/netutils/pull/290) Added `ACLRule` and `ACLRules` classes. | ||
- [#290](https://github.com/networktocode/netutils/pull/290) Added the `ip` functions `is_ip_range`, `is_ip_within`, `is_network`, and `get_range_ips`. | ||
- [#325](https://github.com/networktocode/netutils/pull/325) Added classy docs to view config parser classes. | ||
- [#329](https://github.com/networktocode/netutils/pull/329) Added `ubiquiti_airos` parser. | ||
- [#332](https://github.com/networktocode/netutils/pull/332) Added the `asn` function `int_to_asn` in the function. | ||
- [#352](https://github.com/networktocode/netutils/pull/352) Added `NETUTILSPARSER_LIB_MAPPER` and `NETUTILSPARSER_LIB_MAPPER_REVERSE` to lib mapper. | ||
|
||
### Changed | ||
|
||
- [#346](https://github.com/networktocode/netutils/pull/346) Updated `mac_to_format` docs. | ||
- [#352](https://github.com/networktocode/netutils/pull/352) Clean up docs and sorting for lib mapper. | ||
- [#358](https://github.com/networktocode/netutils/pull/358) Changed flatbot schedule. | ||
|
||
### Fixed | ||
|
||
- [#339](https://github.com/networktocode/netutils/pull/339) Fix for ASN functions. | ||
- [#340](https://github.com/networktocode/netutils/pull/340) Fixed Netscaler parser slug. | ||
- [#346](https://github.com/networktocode/netutils/pull/346) Fix issue where interface abbreviation not working. | ||
- [#350](https://github.com/networktocode/netutils/pull/350) Update library mappings to be correct order. | ||
- [#356](https://github.com/networktocode/netutils/pull/356) Fixed mkdocs dependencies. |
Oops, something went wrong.