Releases: e-breuninger/terraform-provider-netbox
Releases · e-breuninger/terraform-provider-netbox
v3.7.2
v3.7.1
v3.7.0
3.7.0 (September 14th, 2023)
BREAKING CHANGES
- resource/netbox_custom_field: Replace
choices
attribute withchoice_set_id
attribute
For all other resources and data sources, the provider should still perform fine with older NetBox versions.
ENHANCEMENTS
- provider: Now officially supports NetBox 3.6
- New Resource:
netbox_custom_field_choice_set
v3.6.2
3.6.2 (September 14th, 2023)
FEATURES
- New Data Source:
netbox_location
(#467 by @w87x) - data-source/netbox_virtual_machines: Allow searching by tag (#466 by @twink0r)
- resource/netbox_device: Add
asset_tag
attribute (#470 by @bebehei) - resource/netbox_device_interface: Add
speed
,lag_device_interface_id
andparent_device_interface_id
attributes (#469 by @bebehei)
BUG FIXES
- resource/netbox_custom_field: Allow correct value
json
instead ofJSON
(#459 by @menselman)
v3.6.1
v3.6.0
3.6.0 (August 18th, 2023)
BREAKING CHANGES
Due to a change in NetBox 3.5's behavior regarding ASN and the corresponding required changes in the go library that is used in this provider,
the netbox_asn
resource and the netbox_asns
data source are no longer supported in versions older than 3.5.
For all other resources and data sources, the provider should still perform fine with older NetBox versions.
ENHANCEMENTS
- provider: Now officially supports NetBox 3.5
v3.5.5
3.5.5 (August 18th, 2023)
ENHANCEMENTS
- data-source/netbox_cluster: Allow searching by
id
field and includecustom_fields
attribute in output (#457 by @fred-clement-91)
BUG FIXES
- resource/netbox_device_interface: Changing
mac_address
no longer needlessly forces a recreate of the resource (#454 by @hamzazaman)
v3.5.4
3.5.4 (August 7th, 2023)
FEATURES
- New Resource:
netbox_cable
(#450 by @joeyberkovitz) - New Resource:
netbox_device_console_port
(#450 by @joeyberkovitz) - New Resource:
netbox_device_console_server_port
(#450 by @joeyberkovitz) - New Resource:
netbox_device_power_port
(#450 by @joeyberkovitz) - New Resource:
netbox_device_power_outlet
(#450 by @joeyberkovitz) - New Resource:
netbox_device_front_port
(#450 by @joeyberkovitz) - New Resource:
netbox_device_rear_port
(#450 by @joeyberkovitz) - New Resource:
netbox_device_module_bay
(#450 by @joeyberkovitz) - New Resource:
netbox_module
(#450 by @joeyberkovitz) - New Resource:
netbox_module_type
(#450 by @joeyberkovitz) - New Resource:
netbox_power_feed
(#450 by @joeyberkovitz) - New Resource:
netbox_power_panel
(#450 by @joeyberkovitz) - New Resource:
netbox_inventory_item_role
(#450 by @joeyberkovitz) - New Resource:
netbox_inventory_item
(#450 by @joeyberkovitz)
v3.5.3
3.5.3 (August 4th, 2023)
ENHANCEMENTS
- resource/netbox_service: Add
custom_fields
attribute (#448 by @sebastianreloaded) - data-source/netbox_site: Allow searching by
id
field
BUG FIXES
- resource/netbox_interface: Allow setting
enabled
tofalse
- resource/netbox_device_interface: Allow setting
enabled
tofalse
v3.5.2
3.5.2 (August 3rd, 2023)
FEATURES
ENHANCEMENTS