Releases: honeycombio/gha-buildevents
Releases · honeycombio/gha-buildevents
v1.0.3
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
Added the matrix-key
input to support jobs using a matrix configuration. (Thanks to @DavidS!)
v1.0.1
Updated dependencies following the deprecation of set-env
and add-path
in the GitHub Actions runtime (changelog).
v1.0.0
Initial release