From 8a79d0edd78bc7ed874d70fdaa571aed15e2b4ed Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Fri, 11 Jul 2025 08:20:17 -0600 Subject: [PATCH 1/3] Release v1.14.0 --- docs/admin/release_notes/version_1.14.md | 28 ++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docs/admin/release_notes/version_1.14.md diff --git a/docs/admin/release_notes/version_1.14.md b/docs/admin/release_notes/version_1.14.md new file mode 100644 index 00000000..ae1c25f7 --- /dev/null +++ b/docs/admin/release_notes/version_1.14.md @@ -0,0 +1,28 @@ +# v1.13 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. diff --git a/pyproject.toml b/pyproject.toml index 96f13749..1e2b9da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.13.0" +version = "1.14.0" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0" From a5a240e8aa043977eb16a724db311eb5429cae1d Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Fri, 11 Jul 2025 08:24:18 -0600 Subject: [PATCH 2/3] fix typo in release notes --- docs/admin/release_notes/version_1.14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/release_notes/version_1.14.md b/docs/admin/release_notes/version_1.14.md index ae1c25f7..dc914d56 100644 --- a/docs/admin/release_notes/version_1.14.md +++ b/docs/admin/release_notes/version_1.14.md @@ -1,4 +1,4 @@ -# v1.13 Release Notes +# v1.14 Release Notes ## Release Overview From 7571fcefe727e0c2273a7472a2a75fa1cfe61368 Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Fri, 11 Jul 2025 08:38:55 -0600 Subject: [PATCH 3/3] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e2b9da7..07411407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.14.0" +version = "1.14.1a0" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"