Skip to content

Commit

Permalink
rel: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Mar 1, 2024
1 parent 10fe4f4 commit 43babea
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# 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
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ This GitHub Action instruments your workflows using [Honeycomb's buildevents too

### ⚠️ Limitations

- this action only works on Linux hosts (though technically support could be added for other platforms)

- if downloading or executing buildevents fails, the entire job will fail

### 📣 Adopting version 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gha-buildevents",
"version": "2.3.0",
"version": "3.0.0",
"description": "GitHub Actions to integrate Honeycomb's buidlevents tool into your workflows",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 43babea

Please sign in to comment.