Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: solo-io/go-utils

v0.7.14

22 Apr 21:53

Choose a tag to compare

New Features

  • Introduce a utility for managing zap logs from a CLI tool. The new clicore library 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 of Run methods 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 PrintTrimmedStack fail 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 via ExpectWithOffset. You can just use Expect. (#131)

v0.7.13

22 Apr 19:39

Choose a tag to compare

Fixes

  • Only cache flattened, installed resources. (#138)

v0.7.12

22 Apr 15:19

Choose a tag to compare

This release contained no user-facing changes.

v0.7.11

18 Apr 21:31

Choose a tag to compare

Fixes

  • Added parameter to help more finely narrow down to just the sha256 files in the build path that pkgmgmtutils.UpdateFormulas really need. (#132)

v0.7.10

17 Apr 19:03

Choose a tag to compare

New Features

  • Added some utility functions to cliutils. (#130)

v0.7.9

17 Apr 18:04

Choose a tag to compare

Fixes

  • Added a FormulaOptions.FormulaName field to allow the FormulaOptions.Name field to be a descriptive name, and FormulaOptions.FormulaName to be used to reference the proper formula name as needed in branch and commit name conventions for external PRs. (#128)

v0.7.8

17 Apr 13:07

Choose a tag to compare

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

15 Apr 14:46

Choose a tag to compare

New Features

  • The utilities in installutils/helmchart now 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 from https://github.com/helm/charts/tree/master/stable. (#121)
  • There is now a new utility package called fsutils to support common file-system operations. (#122)

v0.7.6

14 Apr 15:54

Choose a tag to compare

Fixes

  • List resources should access the cached resources via the cache API, which properly locks. (#119)

v0.7.5

12 Apr 20:53

Choose a tag to compare

New Features

  • Expose configurable retry options on kube installer (#117)