Skip to content

Releases: honeycombio/gha-buildevents

v3.0.0

01 Mar 19:21
e891e91
Compare
Choose a tag to compare

v3 requires the node20 action runtime.

Enhancements

Maintenance

v2.3.0

29 Nov 13:47
d3290f9
Compare
Choose a tag to compare

What's Changed

Enhancements

Maintenance

Full Changelog: v2.2.0...v2.3.0

v2.2.0

08 Aug 22:18
568708f
Compare
Choose a tag to compare

Enhancements

  • Add send-init-event input to allow suppressing setup event by @tay-bird in #230

Bugfixes

Maintenance

Full Changelog: v2.1.0...v2.2.0

v2.1.0

25 Oct 19:59
9b348ad
Compare
Choose a tag to compare

Enhancements

Maintenance

v2.0.0

16 Sep 15:47
966d556
Compare
Choose a tag to compare

Breaking Change and Enhancement

  • Support and allow for traces to be Workflow scoped rather than only per Job (#140) | @brookesargent

Maintenance

v1.0.7

14 Jul 19:34
6651102
Compare
Choose a tag to compare

Maintenance

v1.0.6

09 Jun 19:34
b3b0b86
Compare
Choose a tag to compare

Maintenance

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

27 Feb 12:29
b1b329d
Compare
Choose a tag to compare

BUILDEVENT_FILE is now an absolute path, allowing you to run the buildevents binary from any directory (#38). (Thanks to @sargunv!)

v1.0.4

02 Feb 02:05
Compare
Choose a tag to compare

Minor maintenance release: bumped dependencies and set up Dependabot to monitor these for us from now on.

v1.0.3

20 Dec 22:01
Compare
Choose a tag to compare

v1.0.3 comes with several fixes and enhancements (again, thanks to @DavidS!):

  • Improved handling of BUILDEVENT_FILE:
    • If the file already exists, properties will be appended instead of overwriting the file #18
    • The file is created during the start section, because of this every span will contain the github.* fields, not just the last two
  • The property meta.source is added to every span #19
  • The trace ID is now unique, even when re-running a workflow #20
  • Improved documentation and logging during run