Skip to content

Commit a54042f

Browse files
authored
Merge pull request #671 from networktocode/release-1.14.0-to-develop
Release 1.14.0 to develop
2 parents 32d2941 + 7571fce commit a54042f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# v1.14 Release Notes
2+
3+
## Release Overview
4+
5+
- Library mapping updates and fixes.
6+
- NIST library updates and fixes for CVE reporting.
7+
- Documentation fixes.
8+
- Palo Alto brace configuration fixes.
9+
10+
## [v1.14.0] 2025-07
11+
12+
### Added
13+
14+
- [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.
15+
- [646](https://github.com/networktocode/netutils/pull/646) Add Additional SROS Tests.
16+
- [649](https://github.com/networktocode/netutils/pull/649) Add RUNNING_CONFIG_MAPPER to help map platform to running configuration command.
17+
18+
### Changed
19+
20+
- [652](https://github.com/networktocode/netutils/pull/652) Flatbot OUI File Updates.
21+
- [653](https://github.com/networktocode/netutils/pull/653) Flatbot PROTOCOL File Updates.
22+
- [662](https://github.com/networktocode/netutils/pull/662) NIST library updates and fixes.
23+
24+
### Fixed
25+
26+
- [640](https://github.com/networktocode/netutils/pull/640) Fix documentation issues.
27+
- [641](https://github.com/networktocode/netutils/pull/641) Fix documentation for Jinja examples.
28+
- [651](https://github.com/networktocode/netutils/pull/651) Fix Palo set format config parsing for curly brace.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "netutils"
3-
version = "1.13.0"
3+
version = "1.14.1a0"
44
description = "Common helper functions useful in network automation."
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)