-
Notifications
You must be signed in to change notification settings - Fork 26
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 #375 from nautobot/release-2.2.0-to-develop
Release 2.2.0 to develop
- Loading branch information
Showing
22 changed files
with
51 additions
and
24 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Main to Develop post 2.2.0 release. |
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 |
---|---|---|
|
@@ -27,4 +27,3 @@ No significant changes. | |
|
||
{% endif %} | ||
{% endfor %} | ||
|
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
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,22 @@ | ||
# v2.2 Release Notes | ||
|
||
This document describes all new features and changes in the release `2.2`. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Release Overview | ||
|
||
This release adds support for Python 3.12 and Django 4. | ||
|
||
## [v2.2.0 (2024-09-07)](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/releases/tag/v2.2.0) | ||
|
||
### Added | ||
|
||
- [#367](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/367) - Added support for Python 3.12. | ||
|
||
### Fixed | ||
|
||
- [#343](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/343) - Fix logic populating the "Inventory Part ID" drop-down in the create/edit form for the Hardware Notice. | ||
|
||
### Housekeeping | ||
|
||
- [#366](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/366) - Rebake with the 2.3 release of Nautobot-App-Cookiecutter. | ||
- [#371](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/371) - Rebaked from the cookie `nautobot-app-v2.3.2`. |
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-device-lifecycle-mgmt" | ||
version = "2.2.0" | ||
version = "2.2.1a0" | ||
description = "Manages device lifecycles for platforms and software." | ||
authors = ["Network to Code, LLC <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -149,7 +149,7 @@ build-backend = "poetry.core.masonry.api" | |
[tool.towncrier] | ||
package = "nautobot_device_lifecycle_mgmt" | ||
directory = "changes" | ||
filename = "docs/admin/release_notes/version_X.Y.md" | ||
filename = "docs/admin/release_notes/version_2.1.md" | ||
template = "development/towncrier_template.j2" | ||
start_string = "<!-- towncrier release notes start -->" | ||
issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/{issue})" | ||
|