Releases: j-lgs/terraform-provider-arplookup
Releases · j-lgs/terraform-provider-arplookup
v0.3.1
chore: prepare release v0.3.1 A hotfix release addressing a serious bug that involved the provider not running its lookup if the desired host was down. changelog: + feat: add configurable backoff timer to data source + fix: move ip lookup goroutines inside the loop. + fix: stop leaking goroutines + docs: add backoff + docs: add instructions for setting provider binary capabilities
v0.3.0
chore: prepare release v0.3.0 This release overhauls much of the provider's code and logic. It now works much faster by leveraging the system's arp cache once a valid host is found. It respects timeouts and doesn't block. And has code coverage of 73.5% when acceptance testing. In addition the hardcoded interface names that ended up in the last release were removed and a proper network interface choosing field was added.
v0.2.0
chore: bump version in flake.nix
v0.1.2
chore: prepare release
v0.1.1
fix(build): remove invalid targets from goreleaser configuration