Skip to content

Releases: gitpod-io/leeway

v0.8.0

22 Nov 14:52
Compare
Choose a tag to compare

Changelog

v0.7.9

14 Oct 22:46
Compare
Choose a tag to compare

What's Changed

  • Use pigz instead of gzip if is installed by @aledbf in #166

Full Changelog: v0.7.8...v0.7.9

v0.7.8

25 Sep 23:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.7...v0.7.8

v0.7.7

30 Aug 16:28
Compare
Choose a tag to compare

What's Changed

  • Only use buildContext when building packages by @WVerlaek in #162

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.6

11 Jul 09:37
Compare
Choose a tag to compare

Changelog

v0.7.5

04 Jul 13:28
Compare
Choose a tag to compare

Changelog

v0.7.4

12 Jan 13:05
Compare
Choose a tag to compare

Changelog

  • 2bc371a Add a Contributing section to the README (#147)
  • 5fc8533 Expand cache inline documentation, cleanup contexts
  • c7c8c5d Fail hard if S3 cache access fails
  • 81603dc Update README and inline docs on different remote caching providers
  • f73be54 Update go.{mod,sum} for s3 deps
  • 3bad410 [cmd] add completions for collect, validate collect args
  • 3c6e2bb implement download, upload
  • 881151a stub existing packages

v0.7.3

03 Jan 11:26
8539d92
Compare
Choose a tag to compare

Changelog

  • e76d5b0 Add docker image results to the HTML report
  • a48044c Merge pull request #146 from gitpod-io/mads-show-results-in-report
  • daa3f64 Open error details by default
  • 8539d92 Use v1.13.1 as that was the version used in the last successfull release (#148)

v0.7.2

13 Dec 10:48
Compare
Choose a tag to compare

Changelog

  • dcd9b60 Add support for local default arg overrides

v0.7.1

07 Dec 08:54
Compare
Choose a tag to compare

Changelog

  • 346bec2 Enable running scripts in parallel (#139)
  • 7858d75 [go] Support "nested" Go main builds