Skip to content

Releases: e-breuninger/terraform-provider-netbox

v3.10.0

09 Jan 17:07
39c1cb1
Compare
Choose a tag to compare

3.10.0 (January 9th, 2025)

BREAKING CHANGES

NetBox 4.1 came with some breaking changes and these are reflected in the provider.

  • resource/netbox_event_rule: Replace trigger_on_X attributes with event_types list attribute
  • resource/netbox_racks: Remove type attribute
  • resource/netbox_virtual_disk: Change size_gb attribute to size_mb
  • resource/netbox_virtual_machine: Change disk_size_gb attribute to disk_size_mb
  • resource/netbox_vlan_group: Remove min_vid and max_vid attributes in favor of vid_ranges attribute

ENHANCEMENTS

provider: Now supports NetBox 4.1.x

  • New Resource: netbox_rack_type
  • resource/netbox_racks: Add form_factor attribute

v3.9.3

09 Jan 13:19
2b30673
Compare
Choose a tag to compare

3.9.3 (January 9th, 2025)

ENHANCEMENTS

  • resource/netbox_custom_field: Add default attribute (#647 by @jenxie)
  • data-source/netbox_vlans: Allow filtering by site_id (#654 by @i-am-smolli)
  • data-source/netbox_vlan_group: Make name and slug definitions optional when scope_type is defined (#657 by @TGM)
  • resource/netbox_asn: Add description and comments attributes (#664 by @ymylei)
  • data-source/netbox_prefix: Allow searching by tenant_id and status (#666 by @xabinapal)
  • data-source/netbox_prefixes: Allow searching by tenant_id (#666 by @xabinapal)

v3.9.2

10 Oct 16:31
a107b8c
Compare
Choose a tag to compare

3.9.2 (October 10th, 2024)

ENHANCEMENTS

  • provider: Include 4.0.11 in supported versions
  • resource/netbox_ip_address: Add custom_fields attribute (#638 by @greatman)
  • resource/netbox_service: Add device_id, description and tags attributes (#637 by @STANIAC)
  • data-source/netbox_vrf: Fix a bug where tenant_id was not used (#643 by @c3JpbmkK)

v3.9.1

02 Sep 08:20
659d65b
Compare
Choose a tag to compare

3.9.1 (September 2nd, 2024)

ENHANCEMENTS

provider: Include 4.0.9 and 4.0.10 in supported versions

v3.9.0

09 Aug 22:42
Compare
Choose a tag to compare

3.9.0 (August 10th, 2024)

ENHANCEMENTS

  • provider: Now is tested against (= supports) the NetBox 4.0.x range.

v3.8.9

31 Jul 13:17
35de904
Compare
Choose a tag to compare

3.8.9 (July 31st, 2024)

ENHANCEMENTS

  • data-source/netbox_virtual_machines: Add status attribute (#612 by @twink0r)
  • data-source/netbox_vlans: Add tag_ids attribute (#621 by @Piethan)
  • data-source/netbox_vlans: Add status attribute (#622 by @Piethan)
  • data-source/netbox_devices: Add device_type_id attribute (#624 by @Piethan)

v3.8.8

22 Jul 14:03
d8e67d7
Compare
Choose a tag to compare

3.8.8 (July 22th, 2024)

ENHANCEMENTS

  • data-source/netbox_prefixes: Add contains and site_id attributes (#617 by @tagur87)

BUG FIXES

  • resource/netbox_vpn_tunnel_termination: Fix a interface conversion panic when updating tunnel terminations (#616 by @mraerino)

v3.8.7

28 Jun 14:19
f666125
Compare
Choose a tag to compare

3.8.7 (June 28th, 2024)

ENHANCEMENTS

v3.8.6

17 May 17:22
56f3ed5
Compare
Choose a tag to compare

3.8.6 (May 17th, 2024)

ENHANCEMENTS

v3.8.5

18 Mar 19:11
a71abb2
Compare
Choose a tag to compare

3.8.5 (March 18th, 2024)

BUG FIXES

  • All resources with slug attributes now properly allow for up to 100 characters in that attribute