Skip to content

Releases: e-breuninger/terraform-provider-netbox

v3.7.2

10 Oct 14:51
31edfe0
Compare
Choose a tag to compare

3.7.2 (October 10th, 2023)

ENHANCEMENTS

  • data-source/netbox_location: Allow searching by site_id (#482 by @w87x)
  • data-source/netbox_ip_addresses: Allow searching by role, status, vrf and tenant (#479 by @sjurtf)
  • data-source/netbox_site: Allow Searching by facility (#483 by @ikke)

v3.7.1

25 Sep 19:09
9b093e7
Compare
Choose a tag to compare

3.7.1 (September 25th, 2023)

ENHANCEMENTS

  • New Data Source: netbox_device_interfaces (#476 by @w87x)
  • resource/netbox_token: Add description attribute (#473 by @twink0r)
  • data-source/netbox_virtual_machines: Include device_id and device_name attributes in result (#477 by @zeddD1abl0)

v3.7.0

14 Sep 22:02
Compare
Choose a tag to compare

3.7.0 (September 14th, 2023)

BREAKING CHANGES

  • resource/netbox_custom_field: Replace choices attribute with choice_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

14 Sep 10:42
cdc3ec9
Compare
Choose a tag to compare

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 and parent_device_interface_id attributes (#469 by @bebehei)

BUG FIXES

  • resource/netbox_custom_field: Allow correct value json instead of JSON (#459 by @menselman)

v3.6.1

31 Aug 13:28
024fc94
Compare
Choose a tag to compare

3.6.1 (August 31th, 2023)

FEATURES

v3.6.0

18 Aug 13:46
Compare
Choose a tag to compare

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

18 Aug 12:10
39254e5
Compare
Choose a tag to compare

3.5.5 (August 18th, 2023)

ENHANCEMENTS

  • data-source/netbox_cluster: Allow searching by id field and include custom_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

07 Aug 13:28
cfe9095
Compare
Choose a tag to compare

3.5.4 (August 7th, 2023)

FEATURES

v3.5.3

04 Aug 15:30
1f3f3e7
Compare
Choose a tag to compare

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 to false
  • resource/netbox_device_interface: Allow setting enabled to false

v3.5.2

03 Aug 14:49
a41f4ea
Compare
Choose a tag to compare

3.5.2 (August 3rd, 2023)

FEATURES

ENHANCEMENTS

  • Add description attribute to
    • data-source/netbox_cluster
    • data-source/netbox_devices
    • data-source/netbox_virtual_machines
    • resource/netbox_cluster
    • resource/netbox_device
    • resource/virtual_machine (#401 by @tagur87)
  • data-source/netbox_devices: Return tags attribute
  • resource/netbox_interface: Ignore drift when providing lowercase MAC addresses (#446 by @bebehei)
  • resource/netbox_device_interface: Ignore drift when providing lowercase MAC addresses (#446 by @bebehei)