netbox-community / ansible_modules

NetBox modules for Ansible using Ansible Collections
GNU General Public License v3.0
305 stars 198 forks source link

Fix issue 1268 #1269

Closed aopdal closed 1 week ago

aopdal commented 2 weeks ago

Related Issue

1268

New Behavior

Add related_object_type to custom field.

...

Contrast to Current Behavior

This allows for making changes to custom fields of type object and point to correct related object type in NetBox >= 4.0

...

Discussion: Benefits and Drawbacks

It's good to be able to configure custom fields of type object using Ansible also when running NetBox 4.0+

...

Changes to the Documentation

The new option is added in the documentation part of the file.

...

Proposed Release Note Entry

Add support for custom field type object in NetBox 4.0+

...

Double Check

rodvand commented 1 week ago

Thank you for your contribution. We recently adjusted the CI workflow to match with Red Hat's certification process and therefore require a changelog fragment for each PR.

If you can just add one to the PR I will merge it right away :) (We will add it to the PR template).

aopdal commented 1 week ago

I have done it and now its green, but if it's good is another question ;-)