Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion changes/+nautobot-app-v3.1.2.housekeeping

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

28 changes: 28 additions & 0 deletions docs/admin/release_notes/version_4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# v4.1 Release Notes

This document describes all new features and changes in the release. 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

- Added a Status field to the ContractLCM model.
- Added Python 3.14 support.

<!-- towncrier release notes start -->
## [v4.1.0 (2026-03-20)](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/releases/tag/v4.1.0)

### Added

- Added Python 3.14 support.
- [#337](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/337) - Added a Status field to ContractLCM for lifecycle purposes.

### Fixed

- [#557](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/557) - Corrected typo `unsuported` in "Device Hardware Notice Report" graph.

### Dependencies

- [#557](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/557) - Widened range of permitted versions of `numpy` dependency to permit 2.x versions as well.

### Housekeeping

- Rebaked from the cookie `nautobot-app-v3.1.2`.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ nav:
- Migrating To v3: "admin/migrating_to_v3.md"
- Release Notes:
- "admin/release_notes/index.md"
- v4.1: "admin/release_notes/version_4.1.md"
- v4.0: "admin/release_notes/version_4.0.md"
- v3.2: "admin/release_notes/version_3.2.md"
- v3.1: "admin/release_notes/version_3.1.md"
Expand Down
250 changes: 125 additions & 125 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "nautobot-device-lifecycle-mgmt"
version = "4.0.2a0"
description = "Device Lifecycle Management"
version = "4.1.1a0"
description = "Manages device lifecycles for platforms and software."
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -173,7 +173,7 @@ build-backend = "poetry.core.masonry.api"
[tool.towncrier]
package = "nautobot_device_lifecycle_mgmt"
directory = "changes"
filename = "docs/admin/release_notes/version_4.0.md"
filename = "docs/admin/release_notes/version_4.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