Skip to content
Compare
Choose a tag to compare
@knl knl released this 27 Feb 11:09

The third time's the charm!

This release brings many improvements and some changes in the API:

  • Builds are faster since fetching niv improved significantly due to
    nmattia/niv#205
  • Builds are also faster as we don't install git and jq anymore (they
    are present on the image already)
  • Use whitelist and blacklist to narrow down what needs to be installed
  • Boolean looking inputs now use boolean values (false and true),
    instead of illogical empty string/any string distinction