Skip to content

Releases: go-vela/vela-git

v0.3.0

10 Jan 20:21
ff065af
Compare
Choose a tag to compare

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)

v0.2.0

10 Dec 21:06
Compare
Choose a tag to compare
feat(submodule): allow pulling first level submodules (#6)

* feat(submodule): allow pulling first level submodules

* logical order of commands

* remove redundant step and add error handling

v0.1.0

05 Nov 20:10
949f8aa
Compare
Choose a tag to compare
Merge pull request #3 from go-vela/binary_path

Fix binary path for Docker image