Skip to content

Releases: pivotal/LicenseFinder

v4.0.0

10 Nov 19:23
Compare
Choose a tag to compare

Changed

  • CLI output has been altered to be clear about active states and installed states.
  • option --subprojectshave been renamed to --aggregate_paths in order to be clear about its functionality

Fixed

  • Fixed issue where dangling symbolic link would cause License Finder to crash and not continue. Instead, License Finder will now warn about the issue and continue.

3.1.1

14 Nov 16:06
Compare
Choose a tag to compare

Patch Fix For 3.1.0

  • add missing toml dependency to gemspec

v3.1.0

10 Nov 15:25
Compare
Choose a tag to compare

Version 3.1.0 is being released alongside/closely behind Version 4.0.

This version of License Finder comes with the --prepare option, however does not contain any of the breaking changes and updates that Version 4.0 will contain.

Added

  • Added support for Carthage
  • Added support for gvt
  • Added support for yarn
  • Added support for glide
  • Added support for GoVendor
  • Added support for Dep
  • Added support for Conan
  • Added --prepare option
    • --prepare/-p is an option which can now be passed to the action_items or report task of license_finder
    • prepare will indicate to License Finder that it should attempt to prepare the project before running in a License scan.

Changed

  • Upgrade Gradle in Dockerfile
  • Clean up some CLI interaction and documentation

Fixed

  • build-essential was added back into the Dockerfile after accidentally being removed
  • Ignore leading prefixes such as 'The' when looking for licenses

v3.0.4

14 Sep 13:52
Compare
Choose a tag to compare
Merge pull request #343 from pivotal/release-pipeline

add concourse tasks for all release steps