Skip to content

Commit

Permalink
Merge pull request #263 from smk4664/release-2.0.3
Browse files Browse the repository at this point in the history
Release 2.0.3
  • Loading branch information
smk4664 authored Sep 23, 2023
2 parents 7a58f86 + e54beb3 commit a77e55c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
1 change: 0 additions & 1 deletion changes/223.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/227.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/227.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/239.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/241.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/253.fixed

This file was deleted.

13 changes: 13 additions & 0 deletions docs/admin/release_notes/version_2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
# v2.0 Release Notes

<!-- towncrier release notes start -->
## [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
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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 }
Expand Down

0 comments on commit a77e55c

Please sign in to comment.