Skip to content

Commit

Permalink
Prep for a 1.6.0 release (networktocode#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored Sep 8, 2023
1 parent 835d8d3 commit 93597ec
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 177 deletions.
36 changes: 36 additions & 0 deletions docs/admin/release_notes/version_1.6.md
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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ nav:
- v1.3: "admin/release_notes/version_1.3.md"
- v1.4: "admin/release_notes/version_1.4.md"
- v1.5: "admin/release_notes/version_1.5.md"
- v1.6: "admin/release_notes/version_1.6.md"
- Developer Guide:
- Extending the Library: "dev/extending.md"
- Contributing to the Library: "dev/contributing.md"
Expand Down
Loading

0 comments on commit 93597ec

Please sign in to comment.