Skip to content

Releases: solo-io/go-utils

v0.21.20

30 Sep 19:55
8cbeb6a
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.21.19

14 Sep 14:46
db47530
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.21.18

30 Aug 22:08
17045ae
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.21.17

27 Aug 15:46
6892427
Compare
Choose a tag to compare

New Features

  • When the SPLIT_LOG_OUTPUT environment variable is specified, a global logger is created with the following characteristics:
    • debug/info/warning are written to stdout, error/fatal/panic are written to stderr
    • Configuration is otherwise identical to the default logger
    • When SPLIT_LOG_OUTPUT is unspecified, logging configuration is unchanged (solo-io/gloo#5048)

v0.21.16

09 Aug 22:24
f24b924
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.21.15

09 Aug 14:42
dd458e7
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.21.14

26 Jul 23:07
40eb35c
Compare
Choose a tag to compare

Fixes

  • Fixes issue where security scanning will fail and error when scanning releases that failed mid-release. (solo-io/gloo#5048)

v0.21.13

26 Jul 18:33
fde3f8f
Compare
Choose a tag to compare

Fixes

  • Fixes security scanning bug that renames issue from 1.6.13 -> 1.6.1 or 1.6.24-> 1.6.2 (solo-io/gloo#5048)

v0.21.12

26 Jul 16:15
aefe026
Compare
Choose a tag to compare

New Features

  • Change image vulnerability github issue creation behavior such that only one issue is created per version, where each of the images' vulnerabilities are reported in that one issue. (solo-io/gloo#5048)

v0.21.11

23 Jul 20:30
8d6448b
Compare
Choose a tag to compare

New Features

  • Adds option to Security Scanner to create github issues for each image that a vulnerability is found in. If an issue already exists for that image, it will update the issue with the most recent vulnerability scan results. (solo-io/gloo#5048)