File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ntc_templates"
3- version = " 8.0 .0"
3+ version = " 8.1 .0"
44description = " TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
55authors = [
" Network to Code <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments