forked from honeycombio/gha-buildevents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
67 lines (38 loc) · 2.37 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# gha-buildevents changelog
## v2.0.0 [2022-09-16]
### Breaking Change and Enhancement
- Support and allow for traces to be Workflow scoped rather than only per Job (#140) | [@brookesargent](https://github.com/brookesargent)
### Maintenance
- Bump @actions/core from 1.2.7 to 1.9.1 (#131) [@mjayaram](https://github.com/mjayaram)
- Upgrade action runtime from node12 to node16 (#141) [@mjayaram](https://github.com/mjayaram)
## v1.0.7 [2022-07-14]
### Maintenance
- Pass a unique CIPROVIDER to buildevents (#122) | [@dstrelau](https://github.com/dstrelau)
## v1.0.6 [2022-06-08]
### Maintenance
- Adoption by Honeycomb (#109 & #111) | [@robbkidd](https://github.com/robbkidd)
- Update integration failure check to fail in an expected way (#110) | [@robbkidd](https://github.com/robbkidd)
- Bump dependencies [f9bfe4eb0](https://github.com/honeycombio/gha-buildevents/commit/f9bfe4eb0a4be2a660c40491bd4e6861413e87ca) | [@kvrhdn](https://github.com/kvrhdn)
## v1.0.5 [2021-02-27]
### Enhancements
- `BUILDEVENT_FILE` is now an absolute path, allowing you to run the buildevents binary from any directory (#38). (Thanks to [@sargunv](https://github.com/sargunv)!)
## v1.0.4 [2021-02-01]
### Maintenance
- bumped dependencies and set up Dependabot to monitor these for us from now on. | [@kvrhdn](https://github.com/kvrhdn)
## v1.0.3 [2020-12-20[
### Enhancements
Several fixes and enhancements (again, thanks to [@DavidS](https://github.com/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 [2020-11-21]
### Enhancements
- Added the `matrix-key` input to support jobs using a matrix configuration. (Thanks to [@DavidS](https://github.com/DavidS)!)
## v1.0.1 [2020-10-01]
### Maintenance
- Updated dependencies following the deprecation of `set-env` and `add-path` in the GitHub Actions runtime ([changelog](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/)). | [@kvrhdn](https://github.com/kvrhdn)
## v1.0.0 [2020-08-26]
Initial release