Skip to content

Commit 7558cef

Browse files
committed
Release v1.16.0
1 parent f4f897d commit 7558cef

13 files changed

Lines changed: 682 additions & 500 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
user: "__token__"
7171
password: "${{ secrets.PYPI_API_TOKEN }}"
72-
# End publish to PyPI job.
72+
# End publish to PyPI job.
7373

7474
slack-notify:
7575
needs:

changes/+drift-cb8b5e.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/+main.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/723.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/741.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/745.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/748.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/750.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/778.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
# v1.16 Release Notes
3+
4+
This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
6+
## Release Overview
7+
8+
- Add config parsers for Adva and Ciena.
9+
- Update the app with 2026 NTC Development Standards.
10+
11+
## [v1.16.0 (2026-01-20)](https://github.com/networktocode/netutils/releases/tag/v1.16.0)
12+
13+
### Added
14+
15+
- [#748](https://github.com/networktocode/netutils/issues/748) - Added parsing for FSP150F2 and FSP150F3 ADVA AOS device configs.
16+
- [#778](https://github.com/networktocode/netutils/issues/778) - Added ConfigParser class for Ciena SAOS/10 devices.
17+
18+
### Fixed
19+
20+
- [#723](https://github.com/networktocode/netutils/issues/723) - Fixed the GitHub release failures occurring in CI.
21+
- [#741](https://github.com/networktocode/netutils/issues/741) - Fixed the logic error where `salt=0` was ignored in `encrypt_cisco_type7`.
22+
- [#745](https://github.com/networktocode/netutils/issues/745) - Fixed OUI GitHub Actions workflow to correctly fetch and generate OUI mappings.
23+
- [#750](https://github.com/networktocode/netutils/issues/750) - Fixed PAN-OS banner parsing by removing IOS-style banner end normalization.
24+
25+
### Housekeeping
26+
27+
- Rebaked from the cookie `main`.
28+
- Run drift manager to get app updated with NTC standards.

0 commit comments

Comments
 (0)