- add
meta.arch
andmeta.os
fields to spans (#200) | @ismith
- Bump github.com/honeycombio/beeline-go from 1.11.1 to 1.12.0 (#198) | dependabot
- Bump github.com/honeycombio/libhoney-go from 1.19.0 to 1.20.0 (#199) | dependabot
- add support for Windows artifacts (#193) | @jharley
- Bump Go to 1.20 (#193) | @jharley
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#191) | dependabot
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.4 (#178, #187, #192) | dependabot
- Bump github.com/honeycombio/beeline-go from 1.9.0 to 1.11.1 (#170, #179) | dependabot
- Bump github.com/honeycombio/libhoney-go from 1.16.0 to 1.18.0 (#180) | dependabot
- Bump github.com/spf13/cobra from 1.5.0 to 1.7.0 (#181, #191) | dependabot
- include sending error true for spans representing error states for builds (#168) | @mjayaram
- Removes checking and warning for when only the dataset is configured for Buildevents; Updates logic to set default is no Dataset is configured for the non-classic use (#167) | @mjayaram
- Bump github.com/honeycombio/beeline-go from 1.8.0 to 1.9.0 (#166) | dependabot
- Re-release to fix OpenSSL CVE | @kentquirk
- Add support to send data to environments (#162) | @MikeGoldsmith
- add gha-buildevents as GHA provider alias (#160) | @dstrelau
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#161) | dependabot
- Build for Darwin ARM64 (#157) | Kent Quirk & John Dorman
- [docs] Add examples of generated events (#155) | Kent Quirk
- [docs] Remember to update orb when releasing a new version (#152) | Vera Reynolds
- update ci image to cimg/go:1.18 (#150) | @JamieDanielson
-
- fixes openSSL CVE
-
- [bug] Fix default value for dataset to be empty so that dataset determination logic works correctly. (#148) @kentquirk
- Bump cobra to v1.4.0
- 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
- Return underlying exit code when running commands (#137) | @jhchabran
- Display underlying error when verifying API key (#135) | @jhchabran
- 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)
- Do not fail the build if
watch
fails to fetch Honeycomb URL (#126) | @asdvalenzuela
- Create draft gh release during publish (#124) | @MikeGoldsmith
- Allow specifying an alternative shell (#119) | @estheruary
- 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)
- Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 #102
- Bump github.com/honeycombio/libhoney-go from 1.10.0 to 1.15.3 #101
- Bump github.com/jszwedko/go-circleci from 0.2.0 to 0.3.0 #103
- stop watching dependabot builds #106
- Add support for Buildkite CI environment detection. #97 | @MikeGoldsmith
- Quiet option to cmd #80 | @tybritten
- Bitbucket support #85 | @manjunathb4461
- Support for overriding default event fields #76 | @MarilynFranklin
- Azure pipelines constant typo #84 | @manjunathb4461