Skip to content

Releases: e-breuninger/terraform-provider-netbox

v3.8.2

04 Mar 16:55
47c8049
Compare
Choose a tag to compare

3.8.2 (March 4th, 2024)

ENHANCEMENTS

  • New Resource: netbox_virtual_disk (#558 by @Ikke)
  • resource/netbox_prefix: Add custom_fields attribute (#553 by @nothinux)

v3.8.1

16 Feb 16:56
ed44738
Compare
Choose a tag to compare

3.8.1 (February 16th, 2024)

ENHANCEMENTS

  • New Resource: netbox_vpn_tunnel_group
  • New Resource: netbox_vpn_tunnel
  • data-source/netbox_virtual_machines: Add platform_slug attribute
  • data-source/netbox_locations: Add parent_id attribute (#548 by @GennadySpb)
  • data-source/netbox_location: Add parent_id attribute (#548 by @GennadySpb)
  • resource/netbox_location: Add parent_id attribute (#548 by @GennadySpb)
  • resource/device_type: Add is_full_depth attribute

v3.8.0

30 Jan 12:55
ec43b66
Compare
Choose a tag to compare

3.8.0 (January 30th, 2024)

BREAKING CHANGES
Due to a change in NetBox 3.7's behavior regarding Webhooks and the corresponding changes in the API,
the netbox_webhook resource might cause problems with NetBox versions older than 3.7.0.
For all other resources and data sources, the provider should still perform fine with older NetBox versions.

  • resource/netbox_webhook: Removed enabled, trigger_on_create, trigger_on_update, trigger_on_delete, content_types and conditions

ENHANCEMENTS

  • provider: Now officially supports NetBox 3.7
  • New Resource: netbox_event_rule

v3.7.7

30 Jan 12:08
fed5dcc
Compare
Choose a tag to compare

3.7.7 (January 30th, 2024)

BUG FIXES

  • resource/netbox_device: Fix Virtual Chassis Master Update Function for Tag Input (#532 by @adelekanley)

v3.7.6

02 Jan 11:11
bd17777
Compare
Choose a tag to compare

3.7.6 (January 2nd, 2024)

ENHANCEMENTS

  • resource/netbox_webhook: Add additional_headers and conditions attributes (#505 by @Ikke)
  • data-source/netbox_vrfs: Allow filtering by tag (#513 by @sjurtf)
  • data-source/netbox_virtual_machines: Allow filtering by tenant_id (#511 by @sjurtf)
  • data-source/netbox_ip_addresses: Allow filtering by tag (#510 by @sjurtf)
  • data-source/netbox_cluster: Allow filtering by cluster_group_id (#528 by @Ikke)

BUG FIXES

  • resources/netbox_webhook: Fix a bug where JSON encoding would break drift detection (#505 by @Ikke)
  • data-source/netbox_site: Mark optionally searchable attributes as computed as well (#520 by @tagur87)

v3.7.5

27 Nov 16:14
874289d
Compare
Choose a tag to compare

3.7.5 (November 27th, 2023)

  • New Data Source: netbox_locations (#503 by @Ikke)

v3.7.4

22 Nov 11:53
3879a7d
Compare
Choose a tag to compare

3.7.4 (November 22nd, 2023)

ENHANCEMENTS

  • New Resource: netbox_virtual_chassis (#497 by @Ikke)
  • resource/netbox_device: Add virtual_chassis_id, virtual_chassis_master, virtual_chassis_position and virtual_chassis_priority attributes (#500 by @Ikke)

v3.7.3

03 Nov 09:33
ae74579
Compare
Choose a tag to compare

3.7.3 (November 3rd, 2023)

ENHANCEMENTS

  • resource/netbox_site: Allow unsetting the latitude and longitude attributes (#480 by @haipersuccor02)
  • New Data Source: netbox_tags (#484 by @zeddD1abl0)
  • data-source/netbox_ip_addresses: Allow filtering by parent_prefix (#485 by @sjurtf)
  • data-source/netbox_devices: Allow filtering by tags and status (#491 by @Kenterfie)
  • New Data Source: netbox_available_prefixes (#489 by @theochita)
  • resource/netbox_device: Add local_context_data attribute (#493 by @RickyRajinder)

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)