Skip to content

Commit

Permalink
Release v2.3.0 (networktocode#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
FragmentedPacket authored Aug 27, 2021
1 parent e4eca02 commit 631a262
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [2.3.0](https://github.com/networktocode/ntc-templates/tree/2.3.0) (2021-08-27)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v2.2.2...2.3.0)

**Closed issues:**

- cisco\_ios\_show\_ip\_access-lists template needs updated to include LOG_TYPE options [\#969](https://github.com/networktocode/ntc-templates/issues/969) ([joewesch](https://github.com/joewesch))

**Merged pull requests:**

- ntc_templates/templates/aruba_aoscx_show_aaa_authentication_port-access_interface_all_client-status.textfsm [\#927](https://github.com/networktocode/ntc-templates/pull/927) ([scetron](https://github.com/scetron))

**New Templates:**

- aruba_aoscx_show_aaa_authentication_port-access_interface_all_client-status.textfsm
- aruba_aoscx_show_arp_all-vrfs.textfsm
- aruba_aoscx_show_bfd_all-vrfs.textfsm
- aruba_aoscx_show_bgp_all-vrfs_all_summary.textfsm
- aruba_aoscx_show_bgp_all_all-vrfs_summary.textfsm
- aruba_aoscx_show_interface.textfsm
- aruba_aoscx_show_interface_dom_detail.textfsm
- aruba_aoscx_show_ip_route_all-vrfs.textfsm
- aruba_aoscx_show_lldp_neighbors-info_detail.textfsm
- aruba_aoscx_show_mac-address-table.textfsm
- aruba_aoscx_show_ntp_associations.textfsm
- aruba_aoscx_show_vsf_detail.textfsm

## [2.2.2](https://github.com/networktocode/ntc-templates/tree/2.1.0) (2021-08-02)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v2.2.0...2.2.2)
Expand Down
2 changes: 1 addition & 1 deletion ntc_templates/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ntc_templates - Parse raw output from network devices and return structured data."""

__version__ = "2.2.2"
__version__ = "2.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "ntc_templates"
version = "2.2.2"
version = "2.3.0"
description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
authors = ["Network to Code <info@networktocode.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 631a262

Please sign in to comment.