Skip to content

Releases: solo-io/go-utils

v0.25.2

17 Jun 16:38
269d82e
Compare
Choose a tag to compare

Fixes

  • Revise kubectl tool to not report Terminating pods as Running. (#529)

v0.25.1

16 Jan 18:26
8eda16b
Compare
Choose a tag to compare

Fixes

v0.25.0

19 Dec 14:42
be2cbfc
Compare
Choose a tag to compare

Breaking Changes

New Features

Fixes

v0.24.8

01 Dec 22:06
e2794f6
Compare
Choose a tag to compare

Dependency Bumps

  • golang/go has been upgraded to v1.19.
  • onsi/ginkgo/v2 has been upgraded to v2.11.0.
  • onsi/gomega has been upgraded to v1.27.10.
  • sirupsen/logrus has been upgraded to v1.9.3.
  • go.uber.org/zap has been upgraded to v1.25.0.

v0.24.7

07 Nov 20:25
0a5e5aa
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.24.6

21 Jul 14:18
16d4d94
Compare
Choose a tag to compare

Dependency Bumps

  • onsi/ginkgo/v2 has been upgraded to v2.9.5.
  • onsi/gomega has been upgraded to v1.27.7.
  • go.uber.org/zap has been upgraded to v1.24.0.
  • sirupsen/logrus has been upgraded to v1.9.0.

v0.23.1

30 Jun 17:56
57d87b9
Compare
Choose a tag to compare

New Features

  • Add ability to log to a file by setting the LOG_TO_FILE_LOCATION environment variable. This is needed to support AWS Fargate, which can not collect logs from STDOUT. (solo-io/gloo#7299)

v0.24.5

26 Jun 16:49
49b6be1
Compare
Choose a tag to compare

New Features

  • Add ability to log to a file by setting the LOG_TO_FILE_LOCATION environment variable. This is needed to support AWS Fargate, which can not collect logs from STDOUT. (solo-io/gloo#7299)

v0.24.3

26 May 21:03
1824b19
Compare
Choose a tag to compare

New Features

  • Ability to scan Helm charts for issues related to formatting. Use the helmutils.FindHelmChartWhiteSpaces() with it's host of options, to use this functionality. (solo-io/gloo#8268)

v0.24.2

15 May 23:31
625ffb5
Compare
Choose a tag to compare

Fixes

  • Fix issue where testutils was importing two different versions of the ginkgo and errors packages. (solo-io/gloo#8164)