Skip to content

Releases: smutel/terraform-provider-netbox

v2.0.2

30 Sep 08:19
Compare
Choose a tag to compare

Bug Fixes

  • Terraform crashes when ip address not affected to vm/device (21d283a)

v2.0.1

24 Sep 09:56
f556a6f
Compare
Choose a tag to compare

*** Breaking changes ***

  • Parameter nat_outside_id removed from resource_netbox_ipam_ip_addresses
  • Parameter port replaced by ports which is now an array in resource_netbox_ipam_service
  • Parameter side_id removed from resource_ipam_vlan_group and data_ipam_vlan_group
  • Parameter side_id remove from resource resource_netbox_dcim_site and data_netbox_dcim_site
  • Parameter custom_fields removed from everywhere. A new parameter called custom_field need to be used. Check the documentation for details.

Features

  • Add an option to initialize the client with the private key (d638c23)
  • Add limit param to data resources (472b9e1)
  • Update provider to work with Netbox 2.11 (b4b2512)

Bug Fixes

  • Fix CI for release generation (0e70fbf)

v1.3.0

08 Apr 18:01
Compare
Choose a tag to compare

Features

  • Add data IPAM service (69ae53c)
  • Add default importer function to resources (22c0538), closes #51
  • Add resource IPAM service (4e3d637)
  • Add TLS insecure option (827cdeb)
  • Allow a configurable basepath (7392901)

Bug Fixes

  • Make basepath really optional (37957ea)
  • Workaround for weird terraform behavior to fix boolean custom_fields (f9fe60c)

Enhancements

  • Change ValidateFunc for ipam_ip_addresses to allow IPv6 (cb13d6a)
  • Don't commit .terraform.lock.hcl (77d74b5)

Tests

  • Add script to load netbox-docker variables (e167ef6)

v1.2.0

01 Jan 20:44
98d93ff
Compare
Choose a tag to compare

Features

  • Add ability to return json objects of all endpoints (dceb7f2)
  • Add custom_fields to IP address resource (bb962ee)
  • Add custom_fields to tenant resource (01a000f)
  • Add custom_fields to vlan resource (1315546)
  • Add custom_fields to vm resource and update documentation (0fb146d)
  • Add data source IPAM aggregate (f33b8d9)
  • Add resource IPAM aggregate (cdaa29f)

v1.1.1

25 Nov 20:47
a9fbe37
Compare
Choose a tag to compare

Bug Fixes

  • IP address not updating when dns_name removed (c4cd536)

v1.1.0

01 Nov 14:50
Compare
Choose a tag to compare

Features

  • Add Cluster data (5fafa79)
  • Add Platform data (7eb4c91)
  • Add VirtualMachine resource (b7dd75f)
  • Add VirtualMachineInterface resource (8798e24)

Bug Fixes

  • Fix bug in go-netbox (c238629)
  • Unable to remove description for some resources (f340062)

Enhancements

  • Add primary ip4 option for ip addresses (f7e5ab2)
  • Destroy ip address when object_id is changing (6e87ef7)
  • Set default value for object_type (edca694)

v1.0.0

17 Oct 16:33
aa4241c
Compare
Choose a tag to compare

Features

  • Update provider to work with Netbox 2.9 (8d5633e)

v0.2.1

15 Oct 06:27
18cc540
Compare
Choose a tag to compare

Bug Fixes

  • Data netbox_ipam_vlan return code 400 (55d1e0b)

v0.2.0

25 Jun 12:52
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue when using http as scheme (0171927)

Enhancements

Features

  • Add code to manage IP addresses (9db82c0)

v0.1.0

25 May 21:07
Compare
Choose a tag to compare

Features