Skip to content

Releases: j-lgs/terraform-provider-arplookup

v0.3.1

23 Jun 10:56
Compare
Choose a tag to compare
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

23 Jun 08:58
Compare
Choose a tag to compare
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

22 Jun 06:39
Compare
Choose a tag to compare
chore: bump version in flake.nix

v0.1.2

13 Jun 10:03
Compare
Choose a tag to compare
chore: prepare release

v0.1.1

29 May 04:41
Compare
Choose a tag to compare
fix(build): remove invalid targets from goreleaser configuration