Skip to content

Releases: solo-io/go-utils

v0.21.8

22 Jun 14:50
42e94b1

Choose a tag to compare

This release contained no user-facing changes.

v0.21.7

26 May 19:26
629b00d

Choose a tag to compare

New Features

v0.21.6

26 May 13:47
d424070

Choose a tag to compare

Dependency Bumps

  • golang/crypto has been upgraded to v0.0.0-20210513164829-c07d793c2f9a.
  • palantir/go-baseapp has been upgraded to v0.2.3.
  • spf13/cobra has been upgraded to v1.1.3.

Fixes

v0.21.5

07 May 14:21
7d27dd0

Choose a tag to compare

Fixes

  • Fix setting of stat server log level when using the LOG_LEVEL environment variable (solo-io/gloo#4648)

v0.21.4

23 Apr 18:50
eacbd42

Choose a tag to compare

New Features

v0.21.3

01 Apr 14:17
caeb2ad

Choose a tag to compare

Fixes

  • Fix the RegisterCommonFailHandlers function so that our custom fail handlers report correct line numbers on failures. (#443)

v0.21.2

25 Mar 18:23
8019948

Choose a tag to compare

New Features

  • Adds labelOrder to changelogValidator. If labelOrder exists, then changelogValidator will now use the order specified in this array to tie-break tags with same versions but different labels. e.g. if e.g. labelOrder = [ beta, alpha, predev ], then 1.7.0-beta11 > 1.7.0-alpha5 > 1.7.0-predev9. (#441)

v0.21.1

23 Mar 23:02
ba20e86

Choose a tag to compare

This release contained no user-facing changes.

v0.16.7

23 Mar 22:01
b5d7a88

Choose a tag to compare

New Features

v0.21.0

15 Mar 14:36
ac8da6b

Choose a tag to compare

Breaking Changes

  • Allow injecting an initial serving status to the grpc health checker (solo-io/gloo#2549)