Releases: metal-toolbox/hollow-toolbox
Releases · metal-toolbox/hollow-toolbox
v0.6.3
v0.6.2
What's Changed
- events/nats: Update consumer configuration when a consumer exists by @joelrebel in #148
- Nats kv config by @joelrebel in #156
- add kv replication factor by @DoctorVin in #173
Full Changelog: v0.6.1...v0.6.2
Events update
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
Update the events library with functionality for NATS KV stores. Also refactor some of the NATS consumer setup.
v0.5.1
What's Changed
- Undo breaking change to test helpers by @adammohammed in #82
Full Changelog: v0.5.0...v0.5.1
v0.5.0
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
- @adammohammed made their first contribution in #79
Full Changelog: v0.4.1...v0.5.0
v0.4.1
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
What's Changed
- Updated codeowners with governor teams by @sfunkhouser in #56
- Add common functions found in hollow root commands by @andy-v-h in #60
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
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
- @jabielecki made their first contribution in #54
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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