Skip to content

v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 09:56
· 321 commits to master since this release
f556a6f

*** 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)