From 43babeac517a378e88d11fdd71f24f84471ac86f Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Fri, 1 Mar 2024 14:12:30 -0500 Subject: [PATCH] rel: v3.0.0 --- CHANGELOG | 29 +++++++++++++++++++++++++++++ README.md | 2 -- package.json | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9e83fbb..4da374e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index b422e6f..d30aabb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index fd18a5b..c2d1d80 100644 --- a/package.json +++ b/package.json @@ -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": {