-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release notes for v2.2.1 and v3.0 #433
Conversation
progala
commented
Mar 14, 2025
•
edited
Loading
edited
- Add missing notes for v2.2.1
- Adds release notes for v3.0
- Formatting fixes
|
||
### Changed | ||
|
||
- [#261](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/261) - Updated template extensions to align with standard Nautobot UI views. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already released in 2.2.1
- [#403](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/403) - Updated the migration job to duplicate relationships instead of directly migrating them. | ||
- [#404](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/404) - Updated the DLM to core migration job to only create placeholder software image files for Nautoobot v2.2.0-v2.3.0. | ||
- [#404](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/404) - Changed the post_migrate_create_relationships signal to hide the device_soft and inventory_item_soft relationships to prevent 500 errors on Device and InventoryItem urls. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably remove these since they were changing features that were never released.
- [#261](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/261) - Added management command `generate_app_test_data` to generate sample data for development environments. | ||
- [#385](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/385) - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. | ||
- [#410](https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt/issues/410) - Fixed mysql tests and reenabled mysql tests in CI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already released in 2.2.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, I ran towncrier for these but some must've been pulled in via cherry-picking from the previous realeases. Fixed now.