Releases: honeycombio/buildevents
Releases · honeycombio/buildevents
Release 0.9.1
0.9.1 - 2022-04-15
- [bug] Fix default value for dataset to be empty so that dataset determination logic works correctly. (#148) @kentquirk
Release 0.9.0
Add new behavior in non-Classic environments, plus some cleanup. Closes #145. [@kentquirk]
- Bump cobra to v1.4.0 - closes #143
- Bump beeline to v1.8.0
- Bump libhoney to v1.15.8
- Use cobra.MatchAll instead of identical custom code
- Clean up buildURL function to construct URLs more safely
- The
service_name
field is mirrored toservice.name
- Detect classic key and change behavior for non-classic mode:
- Service Name, if specified, is used as the dataset as well as both
service_name
andservice.name
fields. - If dataset is specified and service name is not, it will be used but will generate a warning (except in quiet mode).
- If both are specified, service name will be used, dataset is ignored, and a warning will be emitted (except in quiet mode).
- The command name is now sent as command_name (in classic it is still sent as service_name).
- The
watch
command now sets thename
field to merelywatch
rather than a high-cardinality value, making it easier to aggregate queries across different builds. - Dataset name is trimmed of leading/trailing whitespace; if any was found emits a warning (except in quiet mode)
- Service Name, if specified, is used as the dataset as well as both
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Fixes
- Return underlying exit code when running commands (#137) | @jhchabran
Full Changelog: v0.7.2...v0.8.0
v0.7.2
Fixes
- Display underlying error when verifying API key (#135) | @jhchabran
Maintenance
- Update ci image (#132) | @vreynolds
- Add re-triage workflow (#131) | @vreynolds
- Only create one draft gh release (#128) | @vreynolds
- Bump github.com/spf13/cobra from 0.0.7 to 1.2.1 (#130)
- Bump github.com/honeycombio/beeline-go from 1.3.1 to 1.3.2 (#129)
- Bump github.com/honeycombio/beeline-go from 1.2.0 to 1.3.1 (#123)
v0.7.1
Fixed
- Do not fail the build if
watch
fails to fetch Honeycomb URL (#126) | @asdvalenzuela
Maintenance
- Create draft gh release during publish (#124) | @MikeGoldsmith
New Contributors
- @asdvalenzuela made their first contribution in #126
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Added
- Allow specifying an alternative shell (#119) | @estheruary
Maintenance
- empower apply-labels action to apply labels (#120)
- bump libhoney-go to v1.15.6 (#121)
- Bump github.com/honeycombio/libhoney-go from 1.15.4 to 1.15.5 (#118)
- Change maintenance badge to maintained (#116)
- Adds Stalebot (#117)
- Add NOTICE (#113)
- Bump github.com/honeycombio/beeline-go from 1.1.2 to 1.2.0 (#109)
- Bump github.com/honeycombio/libhoney-go from 1.15.3 to 1.15.4 (#108)
- Add issue and PR templates (#112)
- Add OSS lifecycle badge (#111)
- Add community health files (#110)
v0.6.0
v0.5.2
Added
- Add support for Buildkite CI environment detection. #97 | @MikeGoldsmith
ARM release
In addition to darwin/amd64, linux/386, and linux/amd64, we now have a linux/arm64 release.
v0.5.0
Added
- Quiet option to cmd #80 | @tybritten
- Bitbucket support #85 | @manjunathb4461
- Support for overriding default event fields #76 | @MarilynFranklin
Fixed
- Azure pipelines constant typo #84 | @manjunathb4461