diff --git a/changes/223.fixed b/changes/223.fixed deleted file mode 100644 index 69579552..00000000 --- a/changes/223.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed App initialization when `[grafana]` extra is not installed. diff --git a/changes/227.added b/changes/227.added deleted file mode 100644 index bf3b7412..00000000 --- a/changes/227.added +++ /dev/null @@ -1 +0,0 @@ -Added some tests for VLAN chatops. \ No newline at end of file diff --git a/changes/227.fixed b/changes/227.fixed deleted file mode 100644 index b446e79b..00000000 --- a/changes/227.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed parameters that should be set to None if they have not been defined yet by default. \ No newline at end of file diff --git a/changes/239.fixed b/changes/239.fixed deleted file mode 100644 index 30253fdc..00000000 --- a/changes/239.fixed +++ /dev/null @@ -1 +0,0 @@ -Updated IP Fabric Logo. diff --git a/changes/241.fixed b/changes/241.fixed deleted file mode 100644 index befc65b1..00000000 --- a/changes/241.fixed +++ /dev/null @@ -1 +0,0 @@ -Remove Grafana Navigation and urls if disabled. diff --git a/changes/253.fixed b/changes/253.fixed deleted file mode 100644 index 26f12c02..00000000 --- a/changes/253.fixed +++ /dev/null @@ -1 +0,0 @@ -Sorted the ICMP types from IP Fabric diagrams package. diff --git a/docs/admin/release_notes/version_2.0.md b/docs/admin/release_notes/version_2.0.md index 377c9670..10c7f6ea 100644 --- a/docs/admin/release_notes/version_2.0.md +++ b/docs/admin/release_notes/version_2.0.md @@ -2,6 +2,19 @@ # v2.0 Release Notes +## [v2.0.3 (2023-09-22)](https://github.com/nautobot/nautobot-plugin-chatops/releases/tag/v2.0.3) + +### Added + +- [#227](https://github.com/nautobot/nautobot-plugin-chatops/issues/227) - Added some tests for VLAN chatops. + +### Fixed + +- [#227](https://github.com/nautobot/nautobot-plugin-chatops/issues/227) - Fixed parameters that should be set to None if they have not been defined yet by default. +- [#239](https://github.com/nautobot/nautobot-plugin-chatops/issues/239) - Updated IP Fabric Logo. +- [#241](https://github.com/nautobot/nautobot-plugin-chatops/issues/241) - Remove Grafana Navigation and urls if disabled. +- [#253](https://github.com/nautobot/nautobot-plugin-chatops/issues/253) - Sorted the ICMP types from IP Fabric diagrams package. + ## [v2.0.2 (2023-08-11)](https://github.com/nautobot/nautobot-plugin-chatops/releases/tag/v2.0.2) ### Changed diff --git a/poetry.lock b/poetry.lock index 42dd0c79..f5ea902a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4725,4 +4725,4 @@ panorama = ["defusedxml", "ipaddr", "netmiko", "netutils", "pan-os-python"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "18d99944fa290289afe8d2725fb0b3453789d259395f119d53c6644a0f95592b" +content-hash = "de96ece1039708aa0171ed405f07380bddc81cf495b83fb39311e6119680f3a6" diff --git a/pyproject.toml b/pyproject.toml index 0cd34045..6a0b080c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-chatops" -version = "2.0.2" +version = "2.0.3" description = "A plugin providing chatbot capabilities for Nautobot" authors = ["Network to Code, LLC "] readme = "README.md" @@ -44,7 +44,7 @@ ipfabric-diagrams = { version = "~6.0.2", optional = true } isodate = { version = "^0.6.1", optional = true } meraki = { version = "^1.7.2", optional = true } nautobot = "^1.5.4" -nautobot-capacity-metrics = "*" +nautobot-capacity-metrics = "^2.0.0" netmiko = { version = "^3.4.0", optional = true } netutils = { version = "^1.1.0", optional = true } pan-os-python = { version = "^1.3.0", optional = true }