Skip to content

Releases: solo-io/go-utils

v0.6.1

27 Mar 13:28
Compare
Choose a tag to compare

Fixes

  • Fixes a regression introduced in v0.6.0 where uploading github release assets would always fail. (#81)

v0.6.0

26 Mar 20:53
Compare
Choose a tag to compare

Breaking Changes

  • create heartbeat for cluster lock to allow for quicker recovery (#77)

Fixes

  • Retry uploading assets to github if there's an error. (#76)

v0.5.1

14 Mar 15:30
94b56d1
Compare
Choose a tag to compare

New Features

  • Add a tiemout to the cluster lock. (#72)

v0.5.0

13 Mar 19:46
53120bd
Compare
Choose a tag to compare

Breaking Changes

  • Remove remnants of changelog refactor that wasn't done on master. (#55)

New Features

Fixes

  • Use more specific project name in docs PRs, if repo is configured with changelogs. (#39)

v0.4.1

11 Mar 14:25
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.4.0

08 Mar 21:43
a7c8ece
Compare
Choose a tag to compare

Breaking Changes

  • Move install utils into this repo and start cleanup. (#61)

v0.3.1

07 Mar 19:59
167df0e
Compare
Choose a tag to compare

New Features

  • Add util method to wait for crds to become active. (#59)

v0.3.0

07 Mar 19:13
c86121c
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade to go modules. (#56)

v0.2.16

07 Mar 16:25
ce08aab
Compare
Choose a tag to compare

New Features

  • Begin work on dependency changelogs. (#48)

v0.2.15

06 Mar 03:20
0149ca2
Compare
Choose a tag to compare

Fixes

  • Fixed bug in cli docs push logic. (#50)