diff --git a/changes/+nautobot-app-v2.4.0.housekeeping b/changes/+nautobot-app-v2.4.0.housekeeping deleted file mode 100644 index 9b23ffe3..00000000 --- a/changes/+nautobot-app-v2.4.0.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `nautobot-app-v2.4.0`. diff --git a/changes/331.documentation b/changes/331.documentation deleted file mode 100644 index a270368f..00000000 --- a/changes/331.documentation +++ /dev/null @@ -1 +0,0 @@ -Fix unrecognized relative link and anchors. diff --git a/changes/333.dependencies b/changes/333.dependencies deleted file mode 100644 index 59717bda..00000000 --- a/changes/333.dependencies +++ /dev/null @@ -1 +0,0 @@ -Fixed slack-sdk to version ^3.19.0 for `files_upload_v2`. diff --git a/changes/339.housekeeping b/changes/339.housekeeping deleted file mode 100644 index eb854f12..00000000 --- a/changes/339.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. diff --git a/changes/341.added b/changes/341.added deleted file mode 100644 index 3a5de857..00000000 --- a/changes/341.added +++ /dev/null @@ -1 +0,0 @@ -Added a "grafana disabled" view in case a user clicks on a grafana nav menu item when the grafana integration is disabled. diff --git a/changes/341.fixed b/changes/341.fixed deleted file mode 100644 index adf56166..00000000 --- a/changes/341.fixed +++ /dev/null @@ -1,4 +0,0 @@ -Fixed django-constance not being upgradable due to this app accessing the database before migrations could run. -Removed conditional logic for adding grafana navigation menu items. -Fixed Nautobot v2.3 incompatibility caused by saved views not being able to determine the models' table classes. -Added exception handling for cases where diffsync is not installed, since it's marked as optional. diff --git a/changes/341.housekeeping b/changes/341.housekeeping deleted file mode 100644 index c694cc1c..00000000 --- a/changes/341.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Fixed dev environment nautobot_config.py to fall back to constance if environment variable is not used. diff --git a/changes/341.removed b/changes/341.removed deleted file mode 100644 index d31260be..00000000 --- a/changes/341.removed +++ /dev/null @@ -1 +0,0 @@ -Removed all grafana integration API files since there we no API views provided by grafana integration. diff --git a/docs/admin/release_notes/version_3.1.md b/docs/admin/release_notes/version_3.1.md index 19828e40..439bd808 100644 --- a/docs/admin/release_notes/version_3.1.md +++ b/docs/admin/release_notes/version_3.1.md @@ -2,6 +2,37 @@ # v3.1 Release Notes +## [v3.1.1 (2024-11-18)](https://github.com/nautobot/nautobot-app-chatops/releases/tag/v3.1.1) + +### Added + +- [#341](https://github.com/nautobot/nautobot-app-chatops/issues/341) - Added a "grafana disabled" view in case a user clicks on a grafana nav menu item when the grafana integration is disabled. + +### Removed + +- [#341](https://github.com/nautobot/nautobot-app-chatops/issues/341) - Removed all grafana integration API files since there are no API views provided by grafana integration. + +### Fixed + +- [#341](https://github.com/nautobot/nautobot-app-chatops/issues/341) - Fixed django-constance not being upgradable due to this app accessing the database before migrations could run. +- [#341](https://github.com/nautobot/nautobot-app-chatops/issues/341) - Removed conditional logic for adding grafana navigation menu items. +- [#341](https://github.com/nautobot/nautobot-app-chatops/issues/341) - Fixed Nautobot v2.3 incompatibility caused by saved views not being able to determine the models' table classes. +- [#341](https://github.com/nautobot/nautobot-app-chatops/issues/341) - Added exception handling for cases where diffsync is not installed, since it's marked as optional. + +### Dependencies + +- [#333](https://github.com/nautobot/nautobot-app-chatops/issues/333) - Fixed slack-sdk to version ^3.19.0 for `files_upload_v2`. + +### Documentation + +- [#331](https://github.com/nautobot/nautobot-app-chatops/issues/331) - Fix unrecognized relative link and anchors. + +### Housekeeping + +- [#0](https://github.com/nautobot/nautobot-app-chatops/issues/0) - Rebaked from the cookie `nautobot-app-v2.4.0`. +- [#339](https://github.com/nautobot/nautobot-app-chatops/issues/339) - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. +- [#341](https://github.com/nautobot/nautobot-app-chatops/issues/341) - Fixed dev environment nautobot_config.py to fall back to constance if environment variable is not used. + ## [v3.1.0 (2024-09-30)](https://github.com/nautobot/nautobot-app-chatops/releases/tag/v3.1.0) ### Added diff --git a/poetry.lock b/poetry.lock index fce44daa..02282a63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5687,10 +5687,9 @@ aristacv = ["certifi", "cloudvision", "cvprac", "protobuf"] grafana = ["diffsync", "isodate", "pydantic", "schema-enforcer", "termcolor"] ipfabric = ["ipfabric", "netutils"] meraki = ["meraki"] -nautobot = ["nautobot"] panorama = ["defusedxml", "ipaddr", "netmiko", "netutils", "pan-os-python"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "5b6c4aa8fc1e0118c781d057256b14222689eb001d10e070281a241bd5033a92" +content-hash = "ad68c716ef369fde92f50ce853a1ae1da4a0eadc4dd65a25e97b2e65f7df4e62" diff --git a/pyproject.toml b/pyproject.toml index 50c00f38..c1420702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-chatops" -version = "3.1.1a0" +version = "3.1.1" description = "A app providing chatbot capabilities for Nautobot" authors = ["Network to Code, LLC "] license = "Apache-2.0" @@ -156,7 +156,6 @@ panorama = [ "netutils", "pan-os-python", ] -nautobot = ["nautobot"] [tool.pylint.master] # Include the pylint_django plugin to avoid spurious warnings about Django patterns