Releases: tobiasge/netbox-initializers
Releases · tobiasge/netbox-initializers
Version 3.5.1
What's Changed
- Bump github/super-linter from 4 to 5 by @dependabot in #42
- Update ruamel-yaml requirement from 0.17.21 to 0.17.22 by @dependabot in #45
- Ignore .python-version by @tobiasge in #46
- Update ruamel-yaml requirement from 0.17.22 to 0.17.24 by @dependabot in #48
- Update ruamel-yaml requirement from 0.17.24 to 0.17.26 by @dependabot in #49
- Bump JRubics/poetry-publish from 1.16 to 1.17 by @dependabot in #50
- Update ruamel-yaml requirement from 0.17.26 to 0.17.27 by @dependabot in #51
- Update ruamel-yaml requirement from 0.17.27 to 0.17.31 by @dependabot in #54
- Disable MyPy in super-linter by @tobiasge in #56
- add support for config_templates by @yanndegat in #55
- Prepare version 3.5.1 by @tobiasge in #57
New Contributors
- @yanndegat made their first contribution in #55
Full Changelog: v3.5.0...v3.5.1
Version 3.5.0
Plugin is now compatible with Netbox 3.5
Version 3.4.0
Plugin is now compatible with Netbox 3.4
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
featurebranch of Netbox - Added
group_nameandui_visibilityto 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
constraintsto object permissions initializer (thanks to @Omripresent) - Added
multiselect,objectandmultiobjectto 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