Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/admin/release_notes/version_1.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# v1.14 Release Notes

## Release Overview

- Library mapping updates and fixes.
- NIST library updates and fixes for CVE reporting.
- Documentation fixes.
- Palo Alto brace configuration fixes.

## [v1.14.0] 2025-07

### Added

- [644](https://github.com/networktocode/netutils/pull/644) Add ability to get the lib mapper in a os centric view versus a lib centric view.
- [646](https://github.com/networktocode/netutils/pull/646) Add Additional SROS Tests.
- [649](https://github.com/networktocode/netutils/pull/649) Add RUNNING_CONFIG_MAPPER to help map platform to running configuration command.

### Changed

- [652](https://github.com/networktocode/netutils/pull/652) Flatbot OUI File Updates.
- [653](https://github.com/networktocode/netutils/pull/653) Flatbot PROTOCOL File Updates.
- [662](https://github.com/networktocode/netutils/pull/662) NIST library updates and fixes.

### Fixed

- [640](https://github.com/networktocode/netutils/pull/640) Fix documentation issues.
- [641](https://github.com/networktocode/netutils/pull/641) Fix documentation for Jinja examples.
- [651](https://github.com/networktocode/netutils/pull/651) Fix Palo set format config parsing for curly brace.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netutils"
version = "1.13.0"
version = "1.14.1a0"
description = "Common helper functions useful in network automation."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down
Loading