Skip to content

Commit

Permalink
Merge pull request #330 from nautobot/release-3.1.0-to-develop
Browse files Browse the repository at this point in the history
Main to Develop post 3.1.0
  • Loading branch information
smk4664 authored Sep 30, 2024
2 parents bb9f256 + b50cb4e commit b6e2735
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 18 deletions.
2 changes: 0 additions & 2 deletions changes/169.documentation

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changes/313.dependencies

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 2 additions & 1 deletion docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ While that last supported version will not be strictly enforced via the `max_ver
| 1.10.X | 1.3.0 | 1.5.99 [Official] |
| 2.0.X | 1.5.4 | 1.6.99 [Official] |
| 2.1.X | 1.6.2 | 1.6.99 [Official] |
| 3.0.X | 2.0.0 | 2.2.99 [Official] |
| 3.0.X | 2.0.0 | 2.99.99 [Official] |
| 3.1.X | 2.0.0 | 2.99.99 [Official] |
36 changes: 36 additions & 0 deletions docs/admin/release_notes/version_3.1.md
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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ nav:
- Compatibility Matrix: "admin/compatibility_matrix.md"
- Release Notes:
- "admin/release_notes/index.md"
- v3.1: "admin/release_notes/version_3.1.md"
- v3.0: "admin/release_notes/version_3.0.md"
- v2.1: "admin/release_notes/version_2.1.md"
- v2.0: "admin/release_notes/version_2.0.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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"
Expand Down

0 comments on commit b6e2735

Please sign in to comment.