Skip to content

v0.3.0

Compare
Choose a tag to compare
@jbrockopp jbrockopp released this 10 Jan 20:21
ff065af

v0.3.0 (2020-01-10)

Chore

  • add debug and trace logs (#20)
  • add copyright notice to plugin files (#18)

Docs

  • add netrc parameters (#26)
  • improve parameters info (#25)
  • add plugin usage docs (#24)
  • add comments for code (#22)

Feat

  • add plugin template (#23)
  • enable setting log level (#10)
  • add function to validate plugin configuration (#9)
  • add changelog for releases (#7)

Fix

  • add fake netrc creds for makefile (#21)

Refactor

  • update helper funcs to methods on structs (#17)
  • make validate a method (#15)
  • use Vela resources for struct names (#14)
  • create cmd functions (#13)
  • move code to cmd directory (#11)
  • update loading plugin configuration (#8)

Test

  • add happy path tests for plugin exec (#19)
  • unit: add tests for plugin logic (#16)