Releases: tobiasge/netbox-initializers
Releases · tobiasge/netbox-initializers
Release list
Version 3.7.0
What's Changed
- Allow creation of duplicated IP addresses by @yanndegat in #68
- support service templates by @mmguero in #65
- Prepare release 3.7.0 by @tobiasge in #80
New Contributors
Full Changelog: v3.6.0...v3.7.0
Version 3.6.0
What's Changed
- add new attributes to CustomField by @matejv in #63
- Compatibility with Netbox 3.6 by @tobiasge in #66
Full Changelog: v3.5.2...v3.6.0
Version 3.5.2
What's Changed
- Add asn association on site initializer by @yanndegat in #59
- Update ruamel-yaml requirement from 0.17.31 to 0.17.32 by @dependabot in #58
- fix sites asns by @yanndegat in #60
- interfaces: add untagged_vlan optional assoc by @yanndegat in #61
- Prepare version 3.5.2 by @tobiasge in #62
Full Changelog: v3.5.1...v3.5.2
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,