Skip to content

Commit 7db22a5

Browse files
authored
Merge pull request #801 from networktocode/release-1.17.0-to-develop
Post Release 1.17.0 to develop
2 parents f07cde0 + 9228723 commit 7db22a5

File tree

8 files changed

+26
-7
lines changed

8 files changed

+26
-7
lines changed

changes/+class.deprecated

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

changes/+invoke.housekeeping

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

changes/752.added

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

changes/780.fixed

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

changes/793.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
# v1.17 Release Notes
3+
4+
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).
5+
6+
## [v1.17.0 (2026-01-30)](https://github.com/networktocode/netutils/releases/tag/v1.17.0)
7+
8+
### Added
9+
10+
- [#752](https://github.com/networktocode/netutils/issues/752) - Added custom parsing of HP Network OS devices.
11+
- [#793](https://github.com/networktocode/netutils/issues/793) - Added hp_comware running configuration command to the RUNNING_CONFIG_MAPPER.
12+
13+
### Deprecated
14+
15+
- Deprecated the public HPEConfigParser class in lieu of a private class that should be subclassed for specific HP platforms.
16+
17+
### Fixed
18+
19+
- [#780](https://github.com/networktocode/netutils/issues/780) - Fixed parsing of login banner in Palo Alto Networks config.
20+
21+
### Housekeeping
22+
23+
- Added `--pattern` and `--label` options to the `invoke pytest` task.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ nav:
124124
- Uninstall: "admin/uninstall.md"
125125
- Release Notes:
126126
- "admin/release_notes/index.md"
127+
- v1.17: "admin/release_notes/version_1.17.md"
127128
- v1.16: "admin/release_notes/version_1.16.md"
128129
- v1.15: "admin/release_notes/version_1.15.md"
129130
- v1.14: "admin/release_notes/version_1.14.md"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "netutils"
3-
version = "1.16.1a0"
3+
version = "1.17.1a0"
44
description = "Common helper functions useful in network automation."
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
license = "Apache-2.0"
@@ -171,7 +171,7 @@ show_error_codes = true
171171
[tool.towncrier]
172172
package = "netutils"
173173
directory = "changes"
174-
filename = "docs/admin/release_notes/version_X.Y.md"
174+
filename = "docs/admin/release_notes/version_1.17.md"
175175
template = "towncrier_template.j2"
176176
start_string = "<!-- towncrier release notes start -->"
177177
issue_format = "[#{issue}](https://github.com/networktocode/netutils/issues/{issue})"

0 commit comments

Comments
 (0)