Skip to content

Releases: e-breuninger/terraform-provider-netbox

v2.0.0

15 Jun 23:32
Compare
Choose a tag to compare

2.0.0 (June 16th, 2022)

BREAKING CHANGES
Netbox 3.2.0 came with breaking changes. In accordance with the upstream API, the netbox_site resource and data source now have an asn_ids attribute that replaces the asn attribute. Note that asn_ids contains IDs of ASN objects, not numbers.

ENHANCEMENTS

  • New Resource: netbox_asn

v1.6.7

13 Jun 23:09
fffdf79
Compare
Choose a tag to compare

1.6.7 (June 14th, 2022)

ENHANCEMENTS

  • resource/netbox_site: Make status attribute optional and default to active (#187 by @tstarck)
  • data-source/netbox_site: Add slug parameter to allow searching for a slug (#187 by @tstarck)
  • data-source/netbox_site: Include asn, slug, comments, description, group_id, status, region_id, tenant_id and time_zone attributes in the search result (#187 by @tstarck)
  • resource/netbox_vlan: Add default values to status and description attributes (#184 by @tstarck)
  • resource/netbox_interface: Add enabled, mtu, mode, tagged_vlans and untagged_vlans attributes (#183 by @tstarck)

v1.6.6

27 May 10:48
3dedb4b
Compare
Choose a tag to compare

1.6.6 (May 27th, 2022)

ENHANCEMENTS

  • New Data Source: netbox_device_type (#179 by @tstarck)
  • New Data Source: netbox_vlan (#180 by @tstarck)
  • provider: Add skip_version_check attribute
  • provider: Update list of officially supported versions
  • resource/netbox_device_type: Add part_number attribute (#179 by @tstarck)

BUG FIXES

  • resource/netbox_circuit: Fix bug that prevented updates from being made
  • resource/netbox_circuit_provider: Fix bug that prevented updates from being made

v1.6.5

18 May 14:59
3bd88ed
Compare
Choose a tag to compare

ENHANCEMENTS

  • docs: Fix critical error in usage documentation

v1.6.4

18 May 06:57
16a472c
Compare
Choose a tag to compare

FEATURES

ENHANCEMENTS

  • resource/netbox_site: Add timezone, latitude, longitude and custom_fields attributes (#168 by @arjenvri)
  • docs: Regenerate docs with updated tooling (#165 by @d-strobel)

v1.6.3

06 May 08:32
3b9b0b5
Compare
Choose a tag to compare

1.6.3 (May 6th, 2022)

FEATURES

ENHANCEMENTS

  • resource/netbox_ip_address: Add description attribute (#156 by @fbreckle)
  • resource/netbox_virtual_machine: Add custom_fields attribute (#158 by @chapsuk)

v1.6.2

11 Apr 20:23
3d811b6
Compare
Choose a tag to compare

1.6.2 (Apr 11, 2022)

ENHANCEMENTS

v1.6.1

08 Apr 19:44
fc3c27b
Compare
Choose a tag to compare

1.6.1 (Apr 8, 2022)

ENHANCEMENTS

  • resource/netbox_site: Add tags and tenant_id attributes (#149 by @arjenvri)

v1.6.0

08 Apr 17:44
8bd955c
Compare
Choose a tag to compare

v1.5.2

04 Mar 11:06
9883b03
Compare
Choose a tag to compare
Update README.md