Skip to content

Latest commit

 

History

History
448 lines (246 loc) · 19 KB

CHANGELOG.md

File metadata and controls

448 lines (246 loc) · 19 KB

1.6.6 (unreleased)

ENHANCEMENTS

  • provider: Add skip_version_check attribute
  • provider: Update list of officially supported versions

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

1.6.5 (May 18th, 2022)

ENHANCEMENTS

  • docs: Fix critical error in usage documentation

1.6.4 (May 18th, 2022)

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)

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)

1.6.2 (Apr 11, 2022)

FEATURES

1.6.1 (Apr 8, 2022)

ENHANCEMENTS

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

1.6.0 (Apr 8, 2022)

FEATURES

1.5.2 (Mar 4, 2022)

ENHANCEMENTS

  • data-source/netbox_tenants: Add tenant_group attribute (#129 by @twink0r)

1.5.1 (Feb 24, 2022)

ENHANCEMENTS

  • No longer crashes if netbox is unreachable when initialising the provider #126 by @twink0r

1.5.0 (Feb 23, 2022)

FEATURES

1.4.0 (Feb 21, 2022)

FEATURES

1.3.0 (Feb 17, 2022)

FEATURES

1.2.2 (Feb 9, 2022)

ENHANCEMENTS

  • resource/netbox_virtual_machine: Now has a state migration for the vcpus attribute (#120 by @pascal-hofmann)

1.2.1 (Jan 31, 2022)

FEATURES

  • provider: Can now optionally pass custom HTTP headers for every request (#116 by @mariuskiessling)

1.2.0 (Jan 20, 2022)

FEATURES

  • resource/netbox_available_ip_address: Can now be created in netbox_ip_ranges (#106 by @holmesb)

ENHANCEMENTS

  • resource/netbox_available_ip_address: fixed duplicates #59 (#106 by @holmesb)
  • resource/netbox_available_ip_address: Add description argument (#106 by @holmesb)
  • resource/netbox_available_ip_address: status argument is now optional (#106 by @holmesb)
  • resource/netbox_vrf: Add tenant_id attribute (#112 by @cova-fe)
  • data-source/netbox_vrf: Add tenant_id attribute (#112 by @cova-fe)
  • resource/available_prefix: Add mark_utilized attribute (#111 by @cova-fe)

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

  • New Resource: netbox_tenant_group (#48 by @pezhore)
  • New Data Source: netbox_tenant_group (#48 by @pezhore)
  • data-source/tenant: Add group_id attribute (#48 by @pezhore)

1.5.1 (Feb 24, 2022)

ENHANCEMENTS

  • No longer crashes if netbox is unreachable when initialising the provider #126 by @twink0r

1.5.0 (Feb 23, 2022)

FEATURES

1.4.0 (Feb 21, 2022)

FEATURES

1.3.0 (Feb 17, 2022)

FEATURES

1.2.2 (Feb 9, 2022)

ENHANCEMENTS

  • resource/netbox_virtual_machine: Now has a state migration for the vcpus attribute (#120 by @pascal-hofmann)

1.2.1 (Jan 31, 2022)

FEATURES

  • provider: Can now optionally pass custom HTTP headers for every request (#116 by @mariuskiessling)

1.2.0 (Jan 20, 2022)

FEATURES

  • resource/netbox_available_ip_address: Can now be created in netbox_ip_ranges (#106 by @holmesb)

ENHANCEMENTS

  • resource/netbox_available_ip_address: fixed duplicates #59 (#106 by @holmesb)
  • resource/netbox_available_ip_address: Add description argument (#106 by @holmesb)
  • resource/netbox_available_ip_address: status argument is now optional (#106 by @holmesb)
  • resource/netbox_vrf: Add tenant_id attribute (#112 by @cova-fe)
  • data-source/netbox_vrf: Add tenant_id attribute (#112 by @cova-fe)
  • resource/available_prefix: Add mark_utilized attribute (#111 by @cova-fe)

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)