Skip to content

Releases: e-breuninger/terraform-provider-netbox

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

v3.8.4

11 Mar 14:04
Compare
Choose a tag to compare

3.8.4 (March 11th, 2024)

ENHANCEMENTS

  • data-source/netbox_interfaces: Add limit attribute

v3.8.3

08 Mar 15:33
f905711
Compare
Choose a tag to compare

3.8.3 (March 8th, 2024)

ENHANCEMENTS

  • New Resource: netbox_vpn_tunnel_termination

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)