Skip to content

Commit

Permalink
Merge pull request #375 from nautobot/release-2.2.0-to-develop
Browse files Browse the repository at this point in the history
Release 2.2.0 to develop
  • Loading branch information
smk4664 authored Sep 6, 2024
2 parents 3b89c07 + 8bd6358 commit eb4fe07
Show file tree
Hide file tree
Showing 22 changed files with 51 additions and 24 deletions.
1 change: 0 additions & 1 deletion changes/323.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.changed

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changes/353.added

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions changes/375.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Main to Develop post 2.2.0 release.
1 change: 0 additions & 1 deletion development/towncrier_template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ No significant changes.

{% endif %}
{% endfor %}

12 changes: 7 additions & 5 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

| Device Lifecycle Management Version | Nautobot First Support Version | Nautobot Last Support Version |
| ------------- | -------------------- | ------------- |
| 2.1.X | 2.0.0 | 2.99.99 |
| 2.0.X | 2.0.0 | 2.99.99 |
| 2.2.X | 2.0.0 | 2.99.99 |
| 2.1.2-2.1.X | 2.0.0 | 2.99.99 |
| 2.1.0-2.1.1 | 2.0.0 | 2.2.99 |
| 2.0.X | 2.0.0 | 2.2.99 |
| 1.6.X | 1.4.0 | 1.6.X |
| 1.3.X | 1.4.0 | 1.X.X |
| 1.2.X | 1.4.0 | 1.X.X |
| 1.1.X | 1.2.0 | 1.5.9 |
| 1.0.X | 1.1.6 | 1.5.9 |
| 0.4.X | 1.1.6 | 1.4.0 |
| 1.1.X | 1.2.0 | 1.5.9 |
| 1.0.X | 1.1.6 | 1.5.9 |
| 0.4.X | 1.1.6 | 1.4.0 |
18 changes: 18 additions & 0 deletions docs/admin/release_notes/version_2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ This document describes all new features and changes in the release `2.1`. The f

This release adds support for various improvements, bug fixes, and performance improvements.

<!-- towncrier release notes start -->
## [v2.1.2 (2024-08-08)](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/releases/tag/v2.1.2)

### Added

- [#344](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/344) - Added number field to Contract retrieve template.
- [#348](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/348) - Updated Device Software Validation Reports Bar Graph x-axis label modification.
- [#360](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/360) - Added support for Django 4.

### Changed

- [#328](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/328) - Updated the max character length on majority of text fields.

### Fixed

- [#346](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/346) - Fixed documentation view missing.
- [#360](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/360) - Fixed Nautobot v2.3 incompatibility.

## [v2.1.1] - 2024-04-08

### Fixed
Expand Down
22 changes: 22 additions & 0 deletions docs/admin/release_notes/version_2.2.md
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`.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ nav:
- Compatibility Matrix: "admin/compatibility_matrix.md"
- Release Notes:
- "admin/release_notes/index.md"
- v2.2: "admin/release_notes/version_2.2.md"
- v2.1: "admin/release_notes/version_2.1.md"
- v2.0: "admin/release_notes/version_2.0.md"
- v1.6: "admin/release_notes/version_1.6.md"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
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"
Expand Down Expand Up @@ -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})"
Expand Down

0 comments on commit eb4fe07

Please sign in to comment.