Skip to content

Latest commit

 

History

History
84 lines (43 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

84 lines (43 loc) · 4.26 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2021-01-01)

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)

1.1.1 (2020-11-25)

Bug Fixes

  • IP address not updating when dns_name removed (c4cd536)

1.1.0 (2020-11-01)

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)

1.0.0 (2020-10-17)

Features

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

0.2.1 (2020-06-28)

Bug Fixes

  • Data netbox_ipam_vlan return code 400 (55d1e0b)

0.2.0 (2020-06-25)

Bug Fixes

  • Fix issue when using http as scheme (0171927)

Enhancements

Features

  • Add code to manage IP addresses (9db82c0)

0.1.0 (2020-05-25)

Features