-
Notifications
You must be signed in to change notification settings - Fork 19
/
CHANGELOG
191 lines (139 loc) · 11.2 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# gha-buildevents changelog
## v3.0.0 [2024-03-01]
v3 requires the `node20` action runtime.
### Enhancements
- add windows support (#286) | [@jharley](https://github.com/jharley)
### Maintenance
- build(deps): Bump @typescript-eslint/parser from 6.9.1 to 6.13.1 (#259) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump @types/logfmt from 1.2.5 to 1.2.6 (#261) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump prettier from 3.0.3 to 3.1.0 (#262) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump @types/node from 20.5.7 to 20.10.3 (#263) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump typescript from 5.2.2 to 5.3.2 (#258) | [@dependabot](https://github.com/dependabot)
- build(ci): add dependabot groups (#269) | [@dependabot](https://github.com/dependabot)
- build(deps): update dev-dependencies (#272) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump prettier from 3.1.1 to 3.2.4 (#277) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump @types/node from 20.10.3 to 20.11.16 (#278) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump @typescript-eslint/parser from 6.17.0 to 6.20.0 (#274) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.20.0 (#275) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump logfmt from 1.3.2 to 1.4.0 (#273) | [@dependabot](https://github.com/dependabot)
- chore: bump action runtime to node20 (#285) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump @types/node from 20.11.16 to 20.11.24 (#280) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump prettier from 3.2.4 to 3.2.5 (#284) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump eslint from 8.56.0 to 8.57.0 (#282) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 (#283) | [@dependabot](https://github.com/dependabot)
- build(deps): Bump typescript-eslint/* to 7.1.0 (#281) | [@dependabot](https://github.com/dependabot)
## v2.3.0 [2023-11-29]
### Enhancements
- make honeycomb api host optionally configurable (#256) | [@brookesargent](https://github.com/brookesargent)
### Maintenance
- Bump prettier from 2.8.8 to 3.0.3 (#239) | [@dependabot](https://github.com/dependabot)
- Bump eslint from 8.46.0 to 8.48.0 (#241) | [@dependabot](https://github.com/dependabot)
- Bump @types/node from 20.2.5 to 20.5.7 (#243) | [@dependabot](https://github.com/dependabot)
- Bump @types/logfmt from 1.2.3 to 1.2.4 (#242) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.60.1 to 6.5.0 (#240) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 6.6.0 to 6.7.3 (#244) | [@dependabot](https://github.com/dependabot)
- Bump eslint from 8.48.0 to 8.50.0 (#246) | [@dependabot](https://github.com/dependabot)
- Bump @vercel/ncc from 0.36.1 to 0.38.0 (#245) | [@dependabot](https://github.com/dependabot)
- Bump @actions/core from 1.10.0 to 1.10.1 (#247) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.7.4 (#250) | [@dependabot](https://github.com/dependabot)
- Bump actions/checkout from 3 to 4 (#249) | [@dependabot](https://github.com/dependabot)
- Bump eslint from 8.50.0 to 8.52.0 (#255) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 6.7.3 to 6.9.1 (#252) | [@dependabot](https://github.com/dependabot)
- Bump typescript from 5.1.6 to 5.2.2 (#253) | [@dependabot](https://github.com/dependabot)
- Bump @vercel/ncc from 0.38.0 to 0.38.1 (#254) | [@dependabot](https://github.com/dependabot)
- Bump @types/logfmt from 1.2.4 to 1.2.5 (#251) | [@dependabot](https://github.com/dependabot)
## v2.2.0 [2023-08-08]
### Enhancements
- Add send-init-event input to allow suppressing setup event (#230) | [@tay-bird](https://github.com/tay-bird)
### Bugfixes
- fix duplicate spans in integration workflow (#227) | [@brookesargent](https://github.com/brookesargent)
### Maintenance
- Bump @actions/exec from 1.0.4 to 1.1.1 (#162) | [@dependabot](https://github.com/dependabot)
- Bump @types/node from 18.11.5 to 18.11.9 (#164) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.41.0 to 5.42.0 (#163) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 5.41.0 to 5.42.0 (#161) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.45.0 (#166) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 5.42.0 to 5.45.0 (#167) | [@dependabot](https://github.com/dependabot)
- Bump prettier from 2.2.1 to 2.8.0 (#168) | [@dependabot](https://github.com/dependabot)
- Bump @types/node from 18.11.9 to 18.11.10 (#169) | [@dependabot](https://github.com/dependabot)
- Bump typescript from 4.8.4 to 4.9.3 (#170) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 5.45.0 to 5.50.0 (#185) | [@dependabot](https://github.com/dependabot)
- Bump prettier from 2.8.0 to 2.8.3 (#187) | [@dependabot](https://github.com/dependabot)
- Bump @vercel/ncc from 0.34.0 to 0.36.1 (#188) | [@dependabot](https://github.com/dependabot)
- Bump typescript from 4.9.3 to 4.9.5 (#186) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.50.0 (#189) | [@dependabot](https://github.com/dependabot)
- Bump honeycombio/gha-create-asana-task from 1.0.0 to 1.0.1 (#190) | [@dependabot](https://github.com/dependabot)
- Bump @types/logfmt from 1.2.2 to 1.2.3 (#191) | [@dependabot](https://github.com/dependabot)
- Bump prettier from 2.8.3 to 2.8.4 (#194) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 5.50.0 to 5.54.0 (#192) | [@dependabot](https://github.com/dependabot)
- Bump @types/node from 18.11.10 to 18.14.4 (#196) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.54.0 (#195) | [@dependabot](https://github.com/dependabot)
- Bump prettier from 2.8.4 to 2.8.7 (#198) | [@dependabot](https://github.com/dependabot)
- Bump typescript from 4.9.5 to 5.0.4 (#203) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 5.54.0 to 5.58.0 (#204) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.58.0 (#205) | [@dependabot](https://github.com/dependabot)
- Bump @actions/io from 1.1.2 to 1.1.3 (#197) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 5.58.0 to 5.59.1 (#212) | [@dependabot](https://github.com/dependabot)
- Bump prettier from 2.8.7 to 2.8.8 (#210) | [@dependabot](https://github.com/dependabot)
- Bump @types/node from 18.14.4 to 20.1.2 (#214) | [@dependabot](https://github.com/dependabot)
- Bump eslint from 8.26.0 to 8.40.0 (#213) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.5 (#215) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.8 (#217) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 5.59.1 to 5.59.8 (#218) | [@dependabot](https://github.com/dependabot)
- Bump @types/node from 20.1.2 to 20.2.5 (#219) | [@dependabot](https://github.com/dependabot)
- Bump eslint from 8.40.0 to 8.41.0 (#220) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.60.1 (#221) | [@dependabot](https://github.com/dependabot)
- Bump @typescript-eslint/parser from 5.59.8 to 5.62.0 (#233) | [@dependabot](https://github.com/dependabot)
- Bump typescript from 5.0.4 to 5.1.6 (#222) | [@dependabot](https://github.com/dependabot)
- Bump eslint from 8.41.0 to 8.46.0 (#235) | [@dependabot](https://github.com/dependabot)
- Bump semver from 6.3.0 to 6.3.1 (#228) | [@dependabot](https://github.com/dependabot)
## v2.1.0 [2022-10-25]
### Enhancements
- Documentation improvements (#146, #147, #156) | [@mjayaram](https://github.com/mjayaram)
- Construct the buildevents executable name from platform and arch (#157) | [@dougwettlaufer](https://github.com/dougwettlaufer)
### Maintenance
- Bump gha-buildevents to v2 and fix CI (#158) | [@jharley](https://github.com/jharley)
- Bump actions/checkout from 2 to 3 (#149) | [@jharley](https://github.com/jharley)
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.33.0 (#155) | [@jharley](https://github.com/jharley)
- Bump @types/logfmt from 1.2.1 to 1.2.2 (#154) | [@jharley](https://github.com/jharley)
- Bump @actions/core from 1.9.1 to 1.10.0 (#150) | [@jharley](https://github.com/jharley)
- Bump @actions/io from 1.1.0 to 1.1.2 (#152) | [@jharley](https://github.com/jharley)
- Bump typescript from 4.2.4 to 4.8.4 (#153) | [@jharley](https://github.com/jharley)
- Upgrade ncc to vercel-maintained version (#159) | [@jharley](https://github.com/jharley)
## 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