-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #330 from nautobot/release-3.1.0-to-develop
Main to Develop post 3.1.0
- Loading branch information
Showing
17 changed files
with
40 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!-- markdownlint-disable MD024 --> | ||
# v3.1 Release Notes | ||
|
||
<!-- towncrier release notes start --> | ||
## [v3.1.0 (2024-09-30)](https://github.com/nautobot/nautobot-app-chatops/releases/tag/v3.1.0) | ||
|
||
### Added | ||
|
||
- [#317](https://github.com/nautobot/nautobot-app-chatops/issues/317) - Migrated IPFabric SSoT Job command from SSoT project. | ||
- [#325](https://github.com/nautobot/nautobot-app-chatops/issues/325) - Added Python 3.12 support. | ||
|
||
### Fixed | ||
|
||
- [#306](https://github.com/nautobot/nautobot-app-chatops/issues/306) - Add reversible migration for Grafana. | ||
- [#327](https://github.com/nautobot/nautobot-app-chatops/issues/327) - Slack has deprecated files_upload, replacing with files_upload_v2. | ||
|
||
### Dependencies | ||
|
||
- [#313](https://github.com/nautobot/nautobot-app-chatops/issues/313) - Update Pydantic to ^2.0.0. | ||
- [#313](https://github.com/nautobot/nautobot-app-chatops/issues/313) - Update Schema Enforcer to ^1.4.0 to support Pydantic V2 | ||
- [#313](https://github.com/nautobot/nautobot-app-chatops/issues/313) - Update IPFabric to ^6.6.2 | ||
- [#314](https://github.com/nautobot/nautobot-app-chatops/issues/314) - Pin Meraki to 1.45.0 due to Meraki removing support for Python <3.10 in 1.46.0 | ||
|
||
### Documentation | ||
|
||
- [#169](https://github.com/nautobot/nautobot-app-chatops/issues/169) - Updated documentation to match the new requirements for setting up Microsoft Teams in Azure. | ||
- [#169](https://github.com/nautobot/nautobot-app-chatops/issues/169) - Documented Bot Framework configuration. | ||
- [#311](https://github.com/nautobot/nautobot-app-chatops/issues/311) - Update Account Link docs to refer to `fallback_chatops_user` option. | ||
- [#319](https://github.com/nautobot/nautobot-app-chatops/issues/319) - Updated app config settings to point to new url.py path for activating docs link. | ||
|
||
### Housekeeping | ||
|
||
- [#169](https://github.com/nautobot/nautobot-app-chatops/issues/169) - Added Bot Framework compatibility for testing MS Teams. | ||
- [#309](https://github.com/nautobot/nautobot-app-chatops/issues/309) - Release v3.0.2 | ||
- [#321](https://github.com/nautobot/nautobot-app-chatops/issues/321) - Rebake with 2.3.0 Cookiecutter. | ||
- [#325](https://github.com/nautobot/nautobot-app-chatops/issues/325) - Rebaked with nautobot-app-v2.3.2 cookie. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "nautobot-chatops" | ||
version = "3.0.2" | ||
version = "3.1.1a0" | ||
description = "A app providing chatbot capabilities for Nautobot" | ||
authors = ["Network to Code, LLC <[email protected]>"] | ||
license = "Apache-2.0" | ||
|