diff --git a/changes/841.added b/changes/841.added deleted file mode 100644 index c389161e..00000000 --- a/changes/841.added +++ /dev/null @@ -1 +0,0 @@ -Added TenGigE to TenGigabitEthernet interface mapping in BASE_INTERFACES. diff --git a/changes/843.added b/changes/843.added deleted file mode 100644 index 318c8a0c..00000000 --- a/changes/843.added +++ /dev/null @@ -1 +0,0 @@ -Added a PYNTC lib mapper entry mapping the `cisco_xr` network driver to pyntc's `cisco_iosxr_ssh` device type. diff --git a/docs/admin/release_notes/version_1.17.md b/docs/admin/release_notes/version_1.17.md index 4cca2a35..167f0509 100644 --- a/docs/admin/release_notes/version_1.17.md +++ b/docs/admin/release_notes/version_1.17.md @@ -3,6 +3,17 @@ 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). +## Release Overview + +- Add config parsing and update RUNNING_CONFIG_MAPPER for HP Network OS devices. + +## [v1.17.3 (2026-07-07)](https://github.com/networktocode/netutils/releases/tag/v1.17.3) + +### Added + +- [#841](https://github.com/networktocode/netutils/issues/841) - Added TenGigE to TenGigabitEthernet interface mapping in BASE_INTERFACES. +- [#843](https://github.com/networktocode/netutils/issues/843) - Added a PYNTC lib mapper entry mapping the `cisco_xr` network driver to pyntc's `cisco_iosxr_ssh` device type. + ## [v1.17.2 (2026-04-02)](https://github.com/networktocode/netutils/releases/tag/v1.17.2) ### Dependencies diff --git a/pyproject.toml b/pyproject.toml index 71308337..e9269e48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.17.3a0" +version = "1.17.3" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"