Skip to content

Commit

Permalink
Merge pull request #345 from nautobot/u/gas-main-to-develop-post-3.1.1
Browse files Browse the repository at this point in the history
main to develop post 3.1.1
  • Loading branch information
gsnider2195 authored Nov 19, 2024
2 parents 4761790 + 5d914eb commit ea2b5c4
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 15 deletions.
1 change: 0 additions & 1 deletion changes/+nautobot-app-v2.4.0.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/331.documentation

This file was deleted.

1 change: 0 additions & 1 deletion changes/333.dependencies

This file was deleted.

1 change: 0 additions & 1 deletion changes/339.housekeeping

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changes/341.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/341.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/341.removed

This file was deleted.

31 changes: 31 additions & 0 deletions docs/admin/release_notes/version_3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@
# v3.1 Release Notes

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

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-chatops"
version = "3.1.1a0"
version = "3.1.2a0"
description = "A app providing chatbot capabilities for Nautobot"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ea2b5c4

Please sign in to comment.