forked from networktocode/netutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep for a 1.6.0 release (networktocode#367)
- Loading branch information
1 parent
835d8d3
commit 93597ec
Showing
4 changed files
with
224 additions
and
177 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 |
---|---|---|
@@ -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. |
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
Oops, something went wrong.