Skip to content

Releases: honeycombio/buildevents

Release 0.9.0

14 Apr 18:53
8ff3d5c
Compare
Choose a tag to compare

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 to service.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 and service.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 the name field to merely watch 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)

Full Changelog: v0.8.0...v0.9.0

v0.8.0

13 Jan 19:22
v0.8.0
55e18fb
Compare
Choose a tag to compare

Fixes

  • Return underlying exit code when running commands (#137) | @jhchabran

Full Changelog: v0.7.2...v0.8.0

v0.7.2

10 Jan 16:15
80d4d8e
Compare
Choose a tag to compare

Fixes

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

19 Nov 18:05
v0.7.1
204c8b5
Compare
Choose a tag to compare

Fixed

Maintenance

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

03 Nov 20:06
2b251db
Compare
Choose a tag to compare

Added

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

14 Jul 20:24
e3702c5
Compare
Choose a tag to compare

Added

Maintenance

  • 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

v0.5.2

08 Jul 19:01
a875d01
Compare
Choose a tag to compare

Added

ARM release

27 Mar 22:41
c29e892
Compare
Choose a tag to compare

In addition to darwin/amd64, linux/386, and linux/amd64, we now have a linux/arm64 release.

v0.5.0

09 Feb 17:17
v0.5.0
1c4a2d9
Compare
Choose a tag to compare

Added

Fixed

v0.4.12

17 Dec 14:18
440dbe0
Compare
Choose a tag to compare

Improvements:

  • Encode spaces in dataset names for the URL (#73)
  • Add beeline-style propagation of the cmd context to called commands (#74)

Project maintenance:

  • we're on circle for this, no need to build on travis any longer (#69)