Releases: bl4ko/netbox-ssot
Releases · bl4ko/netbox-ssot
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)
v0.1.4
0.1.4 (2024-02-22)
Bug Fixes
- dnac devices can be assigned tenant now from relation (f71f3b5)
- dnac error message weird behaviour, workaround (a067ca8)
- fixing vmware interface and ip logic for vms and hosts (37f37eb)
v0.1.3
0.1.3 (2024-02-21)
Bug Fixes
- adding fallback mechanism for determening primary ips for vmware (dc8fe5f)
- adding fallback mechanism for ovirt primary ipv4 (dfc6c1a)
- source: fixing wrong log messages (6c7c992)
v0.1.2
0.1.2 (2024-02-18)
Bug Fixes
- gomnd: Adding gomnd for magic numbers (7203028)