Skip to content

Releases: go-vela/vela-kaniko

v0.2.3

05 Jun 18:22
668233a
Compare
Choose a tag to compare

v0.2.3 (2020-06-05)

Chore

  • update to latest version of kaniko (#49)

Docs

  • divert bugs and features to community (#47)

Revert

  • repo issue template (#48)

v0.2.2

22 May 15:37
9b5fde1
Compare
Choose a tag to compare

v0.2.2 (2020-05-19)

Chore

  • bump kaniko to 0.22.0 (#46)

v0.2.1

07 May 19:38
903ae18
Compare
Choose a tag to compare

v0.2.1 (2020-05-07)

Chore

  • upgrade Kaniko to v0.21.0 (#45)

v0.2.0

06 May 23:15
9bad16b
Compare
Choose a tag to compare

v0.2.0 (2020-05-07)

Chore

  • upgrade Kaniko to v0.20.0 (#42)

Ci

  • fix release dependency (#41)

Feat

  • support build target (#43)

v0.1.4

30 Apr 15:44
3cbb2d2
Compare
Choose a tag to compare

v0.1.4 (2020-04-29)

Chore

  • deps: updating github.com/urfave/cli to v2 (#34)

Docs

  • move license badge to top of readme (#33)

v0.1.3

06 Mar 16:20
eb128b4
Compare
Choose a tag to compare

v0.1.3 (2020-03-06)

Chore

  • upgrade to latest kaniko version (#32)

v0.1.2

04 Feb 15:22
6aca1c3
Compare
Choose a tag to compare

v0.1.2 (2020-02-04)

Feat

  • update kaniko version for latest bug fixs (#29)

v0.1.1

03 Feb 22:00
cb29f39
Compare
Choose a tag to compare

v0.1.1 (2020-02-03)

Chore

  • update to latest kaniko versioon (#27)
  • use full apache license (#25)
  • update copyright for 2020 (#24)

Fix

  • adjust syntax for template variables (#28)

Improvement

  • add log entry with metadata (#26)

v0.1.0

14 Jan 16:17
Compare
Choose a tag to compare

v0.1.0 (2020-01-14)

Build

  • add go module files

Chore

  • add debug and trace logs (#21)
  • add copyright notice to plugin files (#14)

Ci

  • add explicit configuration files (#3)
  • add actions pipeline (#2)

Docs

  • add comments for code (#22)
  • add plugin usage docs (#18)

Feat

  • enable loading config from env file (#20)
  • add plugin template (#19)
  • add certs from alpine (#17)
  • add exec method for plugin struct (#16)
  • add exec method for plugin (#12)
  • add write method for registry (#11)
  • add plugin struct (#10)
  • add repo struct for plugin (#9)
  • add image struct for plugin (#8)
  • add registry struct for plugin (#7)
  • add build struct for plugin (#6)

Fix

  • update syntax for makefile (#23)

Refactor

  • make flags method on plugin struct (#15)
  • add extra information for plugin (#13)
  • move plugin logic to separate files (#5)
  • move code to cmd directory (#4)