Releases: elastic/go-licence-detector
Releases · elastic/go-licence-detector
v0.7.0
feat: update dependencies and bump go version (#26) * feat: bump to a supported go version * feat: replace godirwalk with upstream walkdir function WalkDir avoids calling os.Lstat on every visited file or directory and was introduced in go 1.16 * feat: replace pkgerr with upstream embed package go 1.16 added the new embed package and pkger is archived * feat: bump dependencies * lint: regenerate notice file * ci: do not install pkger we are not using it anymore * ci: checkout repo before setting up go * fix: do not copy transport locks assignment copies lock value to transport: net/http.Transport contains sync.Mutex * feat: replace deprecated ioutil calls * feat: inline funcitons
v0.6.1
Upgrading golang.org/x/* dependencies to latest (#24)
v0.6.0
Add license.mit filename to detector (#20)
v0.5.0
Handle local module replacements (#13) * Handle relative module replacements Handle the name and the timestamp when the module is replaced by a local relative path. * Support local replacements
v0.4.0
v0.3.0
Change whitelist to allowlist (#6) Changes whitelist => allowlist, similar to elastic/cloud-on-k8s#3266, and yellowlist => maybelist to be consistent. This is a breaking change as override files will need to be updated with the new field name. Also adds expands the gitignore to include options from https://github.com/github/gitignore/blob/master/Go.gitignore and begins a contributing doc to make the prereqs clearer.
v0.2.0
Allow specifying licence file + add yellow list and licence-specific …
v0.1.1
Switch to vanity import path (#3) * Switch to vanity URL * Update README
v0.1.0
Add whitelist option (#2) * Add whitelist option * Add PR hook to GH action * Address CR comments