Skip to content

Releases: saymedia/jobsworth

v0.0.13

23 Oct 09:19
35a2785
Compare
Choose a tag to compare

Changelog

v0.0.12

01 Sep 15:10
dcdda65
Compare
Choose a tag to compare

Changelog

  • dcdda65 Fix: reduce “Waiting on concurrency group” (#8)

v0.0.11

07 Jun 19:26
Compare
Choose a tag to compare

Changelog

  • af48d2a fix: Only add concurrency to command steps

v0.0.10

16 May 00:44
Compare
Choose a tag to compare

Changelog

(from v0.0.9, whose release failed):

  • 41a284b chore: Upgrade to go modules
  • fdac41a chore: upgrade go and setup-go
  • a648c93 feat: set concurrency: 1 on deploy
  • 0567e79 refactor: Upgrade to git2go 34, build statically

(from 0.0.10):

  • be1d8e3 chore: Fix deploy and simplify goreleaser usage

v0.0.8

15 Jun 21:25
Compare
Choose a tag to compare

Changelog

  • 7d89355 Add github actions to test and release #5
  • 537ab21 feat: Add -dry-run flag to allow testing outside of buildkite #5
  • ddcd7fc fix: Propagate HIL interpolation errors #5

v0.0.7

11 Feb 19:26
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

What's Changed

  • Add check and test for agents property by @HojunByun in #4

Full Changelog: v0.0.6...v0.0.7

v0.0.6

10 Feb 18:53
b5e6816
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Add support for "wait" step

v0.0.5

19 Oct 23:51
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Add support for arrays within steps

v0.0.4

09 Sep 00:50
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Updated to libgit2 v0.26 so that we can install on Ubuntu 18.04.

v0.0.3

02 Nov 23:32
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Updated to libgit2 v0.24 so that we can install on Ubuntu 16.04.

Also added Gopkg.{toml,lock} for reproducible builds.