Skip to content

Releases: go-vela/types

v0.6.0

29 Sep 18:04
574ca72
Compare
Choose a tag to compare

v0.6.0 (2020-09-29)

Fix

  • issue with accidental secret exposure via wrong syntax (#110)

v0.6.0-rc2

28 Sep 15:23
24f0a72
Compare
Choose a tag to compare
fix: change worker lastCheckedIn to type int64 (#109)

v0.6.0-rc1

22 Sep 18:22
24f0a72
Compare
Choose a tag to compare
fix: change worker lastCheckedIn to type int64 (#109)

v0.5.2

24 Aug 23:31
3e7f85b
Compare
Choose a tag to compare

v0.5.2 (2020-08-24)

Fix

  • schema: stages don't require name field (#105)

v0.5.1

20 Aug 15:00
5218860
Compare
Choose a tag to compare

v0.5.1 (2020-08-20)

Feat

  • add StatusCanceled (#103)

v0.5.0

12 Aug 15:18
2be72e4
Compare
Choose a tag to compare

v0.5.0 (2020-08-12)

Chore

  • bump dependencies (#97)

v0.5.0-rc1

31 Jul 15:14
2c52bc5
Compare
Choose a tag to compare
feat(schema): add schema information (#89)

* feat(schema): add schema information

* run make clean

* feat(override): add overrides for generated schema

* add missing description, move linter directives

* make clean

* add common structs to typemapper

* make clean

* comments and consolidations

* comment and add target to makefile

v0.4.3

21 May 13:15
840634e
Compare
Choose a tag to compare

v0.4.3 (2020-05-21)

Fix

  • status: only match when status exists (#72)

v0.4.2

20 May 19:07
1f27570
Compare
Choose a tag to compare

v0.4.2 (2020-05-15)

Enhancement

  • container: add execute function (#69)

Test

  • yaml: refactor for table tests (#68)

v0.4.1

07 May 14:19
3d1e3e1
Compare
Choose a tag to compare

v0.4.1 (2020-05-05)

Chore

  • yaml: set detach for services (#64)

Ci

  • fix release dependency (#63)