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
1 change: 0 additions & 1 deletion changes/+class.deprecated

This file was deleted.

1 change: 0 additions & 1 deletion changes/+invoke.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/752.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/780.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/793.added

This file was deleted.

23 changes: 23 additions & 0 deletions docs/admin/release_notes/version_1.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

# v1.17 Release Notes

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).

## [v1.17.0 (2026-01-30)](https://github.com/networktocode/netutils/releases/tag/v1.17.0)

### Added

- [#752](https://github.com/networktocode/netutils/issues/752) - Added custom parsing of HP Network OS devices.
- [#793](https://github.com/networktocode/netutils/issues/793) - Added hp_comware running configuration command to the RUNNING_CONFIG_MAPPER.

### Deprecated

- Deprecated the public HPEConfigParser class in lieu of a private class that should be subclassed for specific HP platforms.

### Fixed

- [#780](https://github.com/networktocode/netutils/issues/780) - Fixed parsing of login banner in Palo Alto Networks config.

### Housekeeping

- Added `--pattern` and `--label` options to the `invoke pytest` task.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ nav:
- Uninstall: "admin/uninstall.md"
- Release Notes:
- "admin/release_notes/index.md"
- v1.17: "admin/release_notes/version_1.17.md"
- v1.16: "admin/release_notes/version_1.16.md"
- v1.15: "admin/release_notes/version_1.15.md"
- v1.14: "admin/release_notes/version_1.14.md"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netutils"
version = "1.16.1a0"
version = "1.17.1a0"
description = "Common helper functions useful in network automation."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -171,7 +171,7 @@ show_error_codes = true
[tool.towncrier]
package = "netutils"
directory = "changes"
filename = "docs/admin/release_notes/version_X.Y.md"
filename = "docs/admin/release_notes/version_1.17.md"
template = "towncrier_template.j2"
start_string = "<!-- towncrier release notes start -->"
issue_format = "[#{issue}](https://github.com/networktocode/netutils/issues/{issue})"
Expand Down