Skip to content

Latest commit

 

History

History
107 lines (52 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

107 lines (52 loc) · 4.51 KB

Changelog

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

3.4.0 (2023-06-12)

Features

  • Update from Netbox 3.4 swagger (ec98310)

3.3.0 (2023-01-09)

Features

  • Update from Netbox 3.3 swagger (6dba05d)

3.2.3 (2022-10-22)

Features

  • Remove patch for primary IP (08c16b7)

3.2.2 (2022-09-23)

Bug Fixes

  • Library version missing in go.mod (9d5df44)

3.2.1 (2022-09-14)

Features

  • Add go.mod and go.sum (58e500f)
  • Add patch to remove primary IP (e02f45b)
  • Allow Create functions for available prefix/ip to be used (ef3c365)
  • Call go mod tidy after build (98a4273)

3.2.0 (2022-08-26)

Features

  • Update from Netbox 3.2 swagger (74f00f1)

3.1.2 (2022-06-16)

Bug Fixes

  • Scope as object in vlangroup (4b65d2a)

3.1.1 (2022-06-07)

Bug Fixes

  • Object as JSON objects in contact assignment (9d7758d)

3.1.0 (2022-05-17)

Features

  • Update from Netbox 3.1 swagger (8882546)

3.0.1 (2022-04-24)

Bug Fixes

  • local_context_data and config_context as JSON objects (9d3b627), closes #25

3.0.0 (2022-03-11)

Features

  • Add patch to vcpus required (41d2380)
  • Update from Netbox 3.0 swagger (7744a95)
  • Update go-swagger to v0.28.0 (ea5160b)

Bug Fixes

  • Rollback on vcpus patch (8ac0c3c)

2.11.0 (2021-09-23)

Features

  • Add first swagger patch (b5f1123)
  • Add patch to ipaddress assignedobject (e1b5746)
  • Init the project (07fb3e1)

Bug Fixes

  • Client generation is not done anymore (4372ce2)
  • Fix patch to ipaddress assignedobject (3b540e3)
  • Remove additional v from swagger filename (01b6671)
  • Rename master to main (b063a64)