Releases: tobiasge/netbox-initializers
Releases · tobiasge/netbox-initializers
Version 3.3.3
- Support parent association on Locations
Version 3.3.2
- Support site assignment to Virtual Machines (@hpreston)
Version 3.3.1
- Added dependabot
- Run tests with
feature
branch of Netbox - Added
group_name
andui_visibility
to CustomField initializer (@matejv)
Version 3.3.0
- Support explicitly adding IPs to Global VRF (#18)
- Fix adding scope to vlan_group (#18)
- Support the new Cable and CableTermination model from NetBox v3.3 with the initializer
- Run initializer tests twice (#23)
- Improved developer documentation (#14) (#19)
Thanks to @hpreston for the Netbox 3.3 support,
Version 3.2.3
- Added workflow to build and publish releases to Pypi
- Added
constraints
to object permissions initializer (thanks to @Omripresent) - Added
multiselect
,object
andmultiobject
to type choices on custom field initializers (thanks to @Omripresent)
Version 3.2.2
Fixed a packaging error where some files were missing from the Pypi distribution.
Version 3.2.1
Initial version of the Netbox initializers from netbox-docker
as an independent plugin.
This compatible with Netbox 3.2.x