Skip to content

Releases: honeycombio/gha-buildevents

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

v1.0.2

21 Nov 17:09
5be4636
Compare
Choose a tag to compare

Added the matrix-key input to support jobs using a matrix configuration. (Thanks to @DavidS!)

v1.0.1

20 Oct 17:55
Compare
Choose a tag to compare

Updated dependencies following the deprecation of set-env and add-path in the GitHub Actions runtime (changelog).

v1.0.0

26 Aug 23:38
Compare
Choose a tag to compare

Initial release