Releases: solo-io/go-utils
Releases · solo-io/go-utils
v0.7.14
New Features
- Introduce a utility for managing zap logs from a CLI tool. The new
clicorelibrary provides a means of sending human-friendly log messages to the console while capturing full json-formatted logs to a file. Library includes a pair ofRunmethods for siplified execution of the "main" file and simplified output validation during integration tests. (#135) - Simplified way to call cobra commands from test environments. (#124)
- The
PrintTrimmedStackfail handler simplifies error tracking in ginkgo tests by printing a condensed stack trace upon failure. Printout excludes well-known overhead files so you can more easily sight the failing line. This eliminates the need to count stack offset viaExpectWithOffset. You can just useExpect. (#131)
v0.7.13
v0.7.12
v0.7.11
v0.7.10
v0.7.9
v0.7.8
New Features
- The utilities in
pkgmgmtutils/now support updating homebrew and gofish style formulas as part of a release process. (solo-io/gloo#520)
v0.7.7
New Features
- The utilities in
installutils/helmchartnow support loading a helm chart and rendering manifests from a directory in a github repository. There is also a utility for batch loading charts from a github directory, for example to batch load several hundred charts fromhttps://github.com/helm/charts/tree/master/stable. (#121) - There is now a new utility package called
fsutilsto support common file-system operations. (#122)