Skip to content

Latest commit

 

History

History
157 lines (85 loc) · 5.72 KB

CHANGELOG.md

File metadata and controls

157 lines (85 loc) · 5.72 KB

1.1.0 (Jan 3, 2022)

FEATURES

  • provider: Now supports NetBox v3.1.3

1.0.2 Ho-Ho-Ho (Dec 24, 2021)

ENHANCEMENTS

  • resource/tag: Add description attribute (#98) by @lu1as)

1.0.1 (Dec 23, 2021)

FEATURES

1.0.0 (Nov 8, 2021)

FEATURES

  • provider: Now supports NetBox v3.0.9

BREAKING CHANGES

  • resource/virtual_machine: vcpus is now a float to match upstream API

0.3.2 (Nov 2, 2021)

ENHANCEMENTS

  • resource/primary_ip: Support both v4 and v6 primary IP (#87 by @t-tran)

0.3.1 (Oct 27, 2021)

FEATURES

ENHANCEMENTS

  • resource/prefix: Add site_id, vlan_id and role_id attributes (#85 and #85) by @Sanverik)

0.3.0 (Oct 19, 2021)

FEATURES

  • provider: Now supports NetBox v2.11.12

BREAKING CHANGES

  • resource/virtual_machine: vcpus is now a string to match upstream API

0.2.5 (Oct 8, 2021)

ENHANCEMENTS

  • New Resource: netbox_site (#78)

BUG FIXES

  • resource/cluster: Properly set tags when updating (#69)

0.2.4 (Sep 20, 2021)

CHANGES

  • Use go 1.17 to fix some builds

0.2.3 (Sep 20, 2021)

ENHANCEMENTS

0.2.2 (Aug 23, 2021)

ENHANCEMENTS

  • resource/interface: Add mac_address attribute (#65 by @holmesb)

0.2.1 (Jul 26, 2021)

ENHANCEMENTS

BUG FIXES

0.2.0 (May 31, 2021)

FEATURES

  • provider: Now supports NetBox v2.10.10

CHANGES

  • resource/service: port field is now deprecated in favor of ports field.

0.1.3 (May 17, 2021)

ENHANCEMENTS

0.1.2 (May 4, 2021)

ENHANCEMENTS

0.1.1 (February 15, 2021)

ENHANCEMENTS

  • data-source/netbox_virtual_machines: Add limit attribute (#33 by @jake2184)

0.1.0 Ho-Ho-Ho (December 24, 2020)

FEATURES

  • New Resource: netbox_vrf (#26 by @rthomson)
  • New Data Source: netbox_vrf (#26 by @rthomson)
  • New Resource: netbox_cluster_group
  • New Data Source: netbox_cluster_group

ENHANCEMENTS

  • resource/netbox_ip_address: Add tenant_id attribute
  • resource/netbox_cluster: Add cluster_group_id attribute

0.0.9 (November 20, 2020)

FEATURES

BUG FIXES

  • provider: Honor Sub-Paths in netbox URL (#15 by @kasimon)

0.0.8 (November 19, 2020)

FEATURES

  • New Data Source: netbox_virtual_machines (#8 by @jake2184)