Skip to content

Releases: metal-toolbox/hollow-toolbox

v0.6.3

27 Mar 15:06
ca363be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

19 Oct 17:50
6d1c821
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

Events update

17 Jul 13:01
575e936
Compare
Choose a tag to compare
preserve NATS error type (#147)

Clients of events (in this case specifically Flasher) rely on the error
type returned from this library for error handling. This change wraps
the NATS error with a library message instead of using the NATS error to
enrich a stock library error. This facilitates a test of `errors.Is(err,
nats.ErrTimeout)` for the case where we want to ignore an error.

An alternative could be to detect the NATS error and rewrite it
conditionally into native events errors, but that is additional work for
no additional operation benefit.

Events refactor

16 May 18:56
b8e4356
Compare
Choose a tag to compare

Update the events library with functionality for NATS KV stores. Also refactor some of the NATS consumer setup.

v0.5.1

14 Feb 15:50
8e62fb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

13 Feb 21:02
487d58f
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.1.0 to 0.3.0 by @dependabot in #72
  • Bump golang.org/x/net from 0.3.0 to 0.4.0 by @dependabot in #73
  • Bump github.com/spf13/viper from 1.13.0 to 1.15.0 by @dependabot in #78
  • fix(deps): update module golang.org/x/net to v0.5.0 by @renovate in #76
  • Bump github.com/gin-gonic/gin from 1.8.1 to 1.8.2 by @dependabot in #75
  • Bump go.uber.org/zap from 1.23.0 to 1.24.0 by @dependabot in #71
  • Add ability to provide JWKS directly instead of through URI by @adammohammed in #79

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

25 Oct 07:31
Compare
Choose a tag to compare

What's Changed

  • Update module github.com/stretchr/testify to v1.8.1 by @renovate in #63
  • Update module golang.org/x/net to v0.1.0 by @renovate in #62
  • Respect passed-in Viper instance in helper utility by @JAORMX in #64
  • Update module github.com/spf13/cobra to v1.6.1 by @renovate in #65

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Oct 02:43
f5ee08d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

07 Oct 09:09
Compare
Choose a tag to compare

What's Changed

  • Update module go to 1.18 by @renovate in #40
  • Update golang.org/x/net digest to 46097bf by @renovate in #42
  • Update golang version used in GitHub Action to go 1.18 by @JAORMX in #41
  • Add toolbox-maintenance team as codeowners by @JAORMX in #44
  • Update golang.org/x/net digest to 83b083e by @renovate in #45
  • Update module go to 1.19 by @renovate in #46
  • Bump github.com/spf13/viper from 1.12.0 to 1.13.0 by @dependabot in #47
  • Update golang.org/x/net digest to f3363e0 by @renovate in #48
  • Add Chainguard Enforce configuration by @JAORMX in #49
  • Update golang.org/x/net digest to bea034e by @renovate in #50
  • Update golang.org/x/net digest to f2f64eb by @renovate in #51
  • Update golang.org/x/net digest to d0c6ba3 by @renovate in #52
  • Update golang.org/x/net digest to 8021a29 by @renovate in #53
  • docs: comment syntax godoc-compatible by @jabielecki in #54
  • Fix chainguard enforce configuration by @JAORMX in #55

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Jul 15:07
a650f48
Compare
Choose a tag to compare

What's Changed

  • Automatically generate release if a semver tag is pushed by @JAORMX in #38
  • Configurable role validation strategy by @jnschaeffer in #39

Full Changelog: v0.2.0...v0.3.0