Releases: bl4ko/netbox-ssot
Releases · bl4ko/netbox-ssot
v0.3.4
0.3.4 (2024-03-12)
Bug Fixes
- deps: update module github.com/vmware/govmomi to v0.36.1 (7e95846)
v0.3.3
0.3.3 (2024-03-12)
Bug Fixes
- contact assignments should be deleted before contacts (208682d)
- fixing hardcoded device status for dnac device (63ee1e0)
- tags should be stored by index of their name (950ab80)
v0.3.2
0.3.2 (2024-03-07)
Bug Fixes
- deps: update go dependencies (a2eebfb)
v0.3.1
0.3.1 (2024-03-05)
Bug Fixes
- deps: update module github.com/luthermonson/go-proxmox to v0.0.0-beta4 (b1e3759)
v0.3.0
0.3.0 (2024-03-04)
Features
- adding proxmox dependencies (e75bfc4)
- adding proxmox init functions, and working on sync (bd1fd0b)
- finishing proxmox sync functions and rebasing to main (c31fa71)
v0.2.2
0.2.2 (2024-03-04)
Bug Fixes
- automatically create dependent objects, if they don't already exist (8b5de46)
v0.2.1
0.2.1 (2024-03-02)
Bug Fixes
- assigning vmware primary ips now work (a828032)
- if one goroutine fails all should fail, also don't prune objects on unsuccessful run (4b8bef6)
- if one source fails other should continue still (a69c706)
- reduce log level for not implemented features (8ad3e78)
v0.2.0
0.2.0 (2024-02-29)
Bug Fixes
- adding mutexes as attribute of inventory (e5eb793)
- adding mutexes to prevent race conditions (f3a994b)
- extending default API timeout to 30s (1c243f7)
Features
- parallelisation adding context for better output (81c3455)
v0.1.6
0.1.6 (2024-02-27)
Bug Fixes
- fixing custom fields descriptions and organizing with constants (e246255)
- logger duplicate time prefix (f153b62)
v0.1.5
0.1.5 (2024-02-26)
Bug Fixes
- destroying container view before logout, and removing extra new lines from logs (defd23f)
- if relation objects don't exist, automatically create them (60ab447)