Skip to content

Commit

Permalink
Prep for a 1.7.0 release (networktocode#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored Mar 9, 2024
1 parent 62b3fc6 commit a4dcaba
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions docs/admin/release_notes/version_1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# v1.7 Release Notes

## Release Overview

- Added the ability to hash a value via `hash_data` function.
- Added the ability to sort IPs a value via `get_ips_sorted` function.
- Added lib_mapper entries for `ruckus_smartzone`, `cisco_xe`, `huawei` and `cisco_xr`.

## [v1.7.0] - 2024-03

### Added

- [#373](https://github.com/networktocode/netutils/pull/373) Added the ability to hash a value via `hash_data` function.
- [#374](https://github.com/networktocode/netutils/pull/374) Added `ruckus_smartzone` to lib_mapper.
- [#451](https://github.com/networktocode/netutils/pull/451) Added `forward` mappings.
- [#473](https://github.com/networktocode/netutils/pull/473) Added the ability to sort IPs a value via `get_ips_sorted` function.

### Changed

- [#369](https://github.com/networktocode/netutils/pull/369) Update doc string example to include the import statement.
- [#429](https://github.com/networktocode/netutils/pull/429) Updated `cisco_xe` mappings.
- [#443](https://github.com/networktocode/netutils/pull/443) Updated `ansible` platform mappers.
- [#466](https://github.com/networktocode/netutils/pull/466) Improve performance of jinja2_convenience_function by not importing NAPALM when called.

### Fixed

- [#429](https://github.com/networktocode/netutils/pull/429) Fixed `huawei` and `cisco_xr` mapping.
- [#445](https://github.com/networktocode/netutils/pull/445) Fixed dual banner issue.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ nav:
- v1.4: "admin/release_notes/version_1.4.md"
- v1.5: "admin/release_notes/version_1.5.md"
- v1.6: "admin/release_notes/version_1.6.md"
- v1.7: "admin/release_notes/version_1.7.md"
- Developer Guide:
- Extending the Library: "dev/extending.md"
- Contributing to the Library: "dev/contributing.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netutils"
version = "1.6.1"
version = "1.7.0"
description = "Common helper functions useful in network automation."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a4dcaba

Please sign in to comment.