Skip to content

Commit e891e91

Browse files
authored
rel: v3.0.0 (#287)
1 parent 10fe4f4 commit e891e91

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# gha-buildevents changelog
22

3+
## v3.0.0 [2024-03-01]
4+
5+
v3 requires the `node20` action runtime.
6+
7+
### Enhancements
8+
9+
- add windows support (#286) | [@jharley](https://github.com/jharley)
10+
11+
### Maintenance
12+
13+
- build(deps): Bump @typescript-eslint/parser from 6.9.1 to 6.13.1 (#259) | [@dependabot](https://github.com/dependabot)
14+
- build(deps): Bump @types/logfmt from 1.2.5 to 1.2.6 (#261) | [@dependabot](https://github.com/dependabot)
15+
- build(deps): Bump prettier from 3.0.3 to 3.1.0 (#262) | [@dependabot](https://github.com/dependabot)
16+
- build(deps): Bump @types/node from 20.5.7 to 20.10.3 (#263) | [@dependabot](https://github.com/dependabot)
17+
- build(deps): Bump typescript from 5.2.2 to 5.3.2 (#258) | [@dependabot](https://github.com/dependabot)
18+
- build(ci): add dependabot groups (#269) | [@dependabot](https://github.com/dependabot)
19+
- build(deps): update dev-dependencies (#272) | [@dependabot](https://github.com/dependabot)
20+
- build(deps): Bump prettier from 3.1.1 to 3.2.4 (#277) | [@dependabot](https://github.com/dependabot)
21+
- build(deps): Bump @types/node from 20.10.3 to 20.11.16 (#278) | [@dependabot](https://github.com/dependabot)
22+
- build(deps): Bump @typescript-eslint/parser from 6.17.0 to 6.20.0 (#274) | [@dependabot](https://github.com/dependabot)
23+
- build(deps): Bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.20.0 (#275) | [@dependabot](https://github.com/dependabot)
24+
- build(deps): Bump logfmt from 1.3.2 to 1.4.0 (#273) | [@dependabot](https://github.com/dependabot)
25+
- chore: bump action runtime to node20 (#285) | [@dependabot](https://github.com/dependabot)
26+
- build(deps): Bump @types/node from 20.11.16 to 20.11.24 (#280) | [@dependabot](https://github.com/dependabot)
27+
- build(deps): Bump prettier from 3.2.4 to 3.2.5 (#284) | [@dependabot](https://github.com/dependabot)
28+
- build(deps): Bump eslint from 8.56.0 to 8.57.0 (#282) | [@dependabot](https://github.com/dependabot)
29+
- build(deps): Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 (#283) | [@dependabot](https://github.com/dependabot)
30+
- build(deps): Bump typescript-eslint/* to 7.1.0 (#281) | [@dependabot](https://github.com/dependabot)
31+
332
## v2.3.0 [2023-11-29]
433

534
### Enhancements

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ This GitHub Action instruments your workflows using [Honeycomb's buildevents too
1010

1111
### ⚠️ Limitations
1212

13-
- this action only works on Linux hosts (though technically support could be added for other platforms)
14-
1513
- if downloading or executing buildevents fails, the entire job will fail
1614

1715
### 📣 Adopting version 2.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gha-buildevents",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "GitHub Actions to integrate Honeycomb's buidlevents tool into your workflows",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)