Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v7.7.0 #2015

Merged
merged 1 commit into from
Feb 5, 2025
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
15 changes: 15 additions & 0 deletions docs/admin/release_notes/version_7.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## [7.7.0](https://github.com/networktocode/ntc-templates/tree/7.7.0) (2025-02-5)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v7.6.0...7.7.0)

**Closed issues:**
None

**Merged pull requests:**

- Account for member of and active members ellipsis [\#1980](https://github.com/networktocode/ntc-templates/pull/1980) ([mjbear](https://github.com/mjbear))
- modified textfsm template to account for lowercase mtu line. [\#1982](https://github.com/networktocode/ntc-templates/pull/1982) ([marcus-cain](https://github.com/marcus-cain))
- Add `large_community` to eos bgp detail [\#2008](https://github.com/networktocode/ntc-templates/pull/2008) ([brandomando](https://github.com/brandomando))
- Add arista eos show ip mroute detail template [\#2009](https://github.com/networktocode/ntc-templates/pull/2009)([brandomando](https://github.com/brandomando))
- Arista eos show ip bgp summary [\#2012](https://github.com/networktocode/ntc-templates/pull/2012)([brandomando](https://github.com/brandomando))

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 = "ntc_templates"
version = "7.6.0"
version = "7.7.0"
description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
authors = ["Network to Code <[email protected]>"]
license = "Apache-2.0"
Expand Down