Skip to content

Commit 20394a5

Browse files
committed
Release v1.5.2
1 parent 59e88e9 commit 20394a5

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

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/750.fixed

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

docs/admin/release_notes/version_1.15.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ This document describes all new features and changes in the release. The format
88
- Add parser support for Rad ETX.
99
- Update the library to the NTC 2025 development standards.
1010

11+
<!-- towncrier release notes start -->
12+
13+
## [v1.15.2 (2025-12-31)](https://github.com/networktocode/netutils/releases/tag/v1.15.2)
14+
15+
### Fixed
16+
17+
- [#723](https://github.com/networktocode/netutils/issues/723) - Fix the GitHub release failures occurring in CI.
18+
- [#741](https://github.com/networktocode/netutils/issues/741) - Fixed the logic error where `salt=0` was ignored in `encrypt_cisco_type7`
19+
- [#750](https://github.com/networktocode/netutils/issues/750) - Fix PAN-OS banner parsing by removing IOS-style banner end normalization.
20+
1121
## [v1.15.1 (2025-10-20)](https://github.com/networktocode/netutils/releases/tag/v1.15.1)
1222

1323
### Added

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.15.2a0"
3+
version = "1.15.2"
44
description = "Common helper functions useful in network automation."
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)