Skip to content
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

Release/2.3.1 #6117

Merged
merged 14 commits into from
Aug 19, 2024
Merged

Release/2.3.1 #6117

merged 14 commits into from
Aug 19, 2024

Conversation

glennmatthews
Copy link
Contributor

@glennmatthews glennmatthews commented Aug 19, 2024

TODO:

Added

  • #5232 - Added support for groupings to computed fields.
  • #5494 - Added validation logic to DeviceForm clean() method to raise a validation error if there is any invalid software image file specified.
  • #5915 - Enhanced IPAddress.objects.get_or_create method to permit specifying a namespace as an alternative to a parent prefix.

Changed

  • #5970 - Removed indentations for PrefixTable in various locations in the UI.

Fixed

  • #5494 - Fixed Device model clean() validation logic to allow user to specify a software version on a device without specifying any software image files.
  • #6096 - Updated CloudAccount UI: Set the secrets_group form field to be optional.
  • #6097 - Updated ContactAssociation API: Set the role field to be required.

Housekeeping

  • #6107 - Updated documentation dependency mkdocstrings-python to ~1.10.8.

HanlinMiao and others added 11 commits August 8, 2024 13:07
…fixDetailView, GlobalSearchView and VLANDetailView (#6072)

* Removed indentations for PrefixTable in the child prefixes tab of PrefixDetailView, GlobalSearchView and VLANDetailView

* update PrefixTable in various locations to hide the indentation

* changelog

* changelog

* ruff fix
* Add grouping field

* Add groupings functionality for computed fields

* Add changelog fragment

* Update changelog fragment

* Update template calls

* Add grouping filters

* fix lint

* merge and rename migration

* redo migrations

* fix lint
#6101)

* Updated CloudAccount UI: Set the secrets_group form field to be optional.

* PR feedback resolve

---------

Co-authored-by: Timizuo <[email protected]>
…6102)

* Updated ContactAssociation API: Set the role field to be required.

* Delete nautobot/extras/tests/test_serializer.py

---------

Co-authored-by: Timizuo <[email protected]>
…attribute. (#6061)

* Enhance IPAddress Model to use `get_or_create` method with namespace attribute.

* Update nautobot/users/admin.py

* resolve PR feedback

* PR feedback

* resolve PR feedback

* resolve PR feedback

* Update nautobot/ipam/querysets.py

Co-authored-by: Glenn Matthews <[email protected]>

* PR resolve

---------

Co-authored-by: Timizuo <[email protected]>
Co-authored-by: Hanlin Miao <[email protected]>
Co-authored-by: Glenn Matthews <[email protected]>
…ify a software version on a device without specifying any software image files. (#6107)

* first commit

* address PR feedback

* address PR feedback

* Bump mkdocstrings-python version

---------

Co-authored-by: Glenn Matthews <[email protected]>
@glennmatthews glennmatthews merged commit b871e82 into main Aug 19, 2024
17 checks passed
@glennmatthews glennmatthews deleted the release/2.3.1 branch August 19, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants