Skip to content

Commit 8bfdd9f

Browse files
authored
Release 8.1 prep. (#2190)
1 parent 54413a0 commit 8bfdd9f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Release Notes v8.1.0
2+
3+
## 🚀 What's Changed
4+
5+
### New Templates
6+
* Add Mikrotik RouterOS 'interface bridge host print terse without-paging' by @evilmonkey19 in https://github.com/networktocode/ntc-templates/pull/2181
7+
* Add Aruba OS show hostname by @jnicholson56 in https://github.com/networktocode/ntc-templates/pull/2189
8+
* Add Cisco IOS show cts pacs by @mjbear in https://github.com/networktocode/ntc-templates/pull/2171
9+
* Add Cisco IOS show cts credentials by @mjbear in https://github.com/networktocode/ntc-templates/pull/2172
10+
* Add Huawei VRP display ap all by @evilmonkey19 in https://github.com/networktocode/ntc-templates/pull/2174
11+
12+
### Enhanced Templates
13+
* Add values to Cisco XR BGP VRF all IPv4 unicast summary by @mjbear in https://github.com/networktocode/ntc-templates/pull/2175
14+
* Support LLDP chassis IDs with colon characters by @mjbear in https://github.com/networktocode/ntc-templates/pull/2176
15+
* Update NXOS show interface transceiver for FC and 400Gb by @mjbear in https://github.com/networktocode/ntc-templates/pull/2184
16+
* Add Cisco IOS show switch virtual for stackwise virtual/VSS by @mjbear in https://github.com/networktocode/ntc-templates/pull/2187
17+
18+
### Bug Fixes
19+
* Fix NXOS 7.x and support VFC interfaces by @mjbear in https://github.com/networktocode/ntc-templates/pull/2180
20+
* Fix Arista EOS show VRF since RD column was removed by @mjbear in https://github.com/networktocode/ntc-templates/pull/2185
21+
* Fix Cisco NXOS show interface transceiver by @mjbear in https://github.com/networktocode/ntc-templates/pull/2179
22+
23+
## 📈 Statistics
24+
25+
- **New Templates**: 5
26+
- **Enhanced Templates**: 4
27+
- **Bug Fixes**: 3
28+
- **Total Changes**: 12 pull requests
29+
30+
**Full Changelog**: https://github.com/networktocode/ntc-templates/compare/v8.0.0...v8.1.0

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 = "ntc_templates"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
55
authors = ["Network to Code <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)