Releases: jpmcb/prow-github-actions
Releases · jpmcb/prow-github-actions
v2.0.0
What's Changed
prow-github-actions
now works with the latest compatible node versions supported on GitHub actions. It also now uses the latest octokit
SDK which provides seamless integration with all of GitHub.
- Refactor: Bring everything up to speed with new deps and node 18 by @jpmcb in #79
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #45
- Bump ajv from 6.10.2 to 6.12.6 by @dependabot in #41
- Authorize /lgtm and /approve with OWNERS file by @carolynvs in #51
- Fix main test when run for a PR by @carolynvs in #56
- Fix the labeler workflow by @carolynvs in #57
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #48
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #49
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #50
- Bumps dependencies for dependabot alerts by @jpmcb in #62
- Comment when /lgtm or /approve are unauthorized by @carolynvs in #59
- Bump undici from 5.4.0 to 5.5.1 by @dependabot in #63
- Bump jsdom from 16.4.0 to 16.7.0 by @dependabot in #64
- Removes empty lines with only spaces by @jpmcb in #68
- Bump undici from 5.5.1 to 5.8.0 by @dependabot in #70
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #74
- Bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in #71
- Bump minimatch from 3.0.4 to 3.0.5 by @dependabot in #75
- Bump undici from 5.8.0 to 5.9.1 by @dependabot in #72
- Bump json5 from 2.1.1 to 2.2.3 by @dependabot in #76
- Bump @octokit/request and @actions/github by @dependabot in #85
Contributor shoutout
- @neutronth made a HUGE effort in refactor alot of code in order to support Node 18 and refactor out nock in the tests. This release would not be possible without your contribution!! #80
- @carolynvs made their first contribution in #51 (we miss you Carolyn!!)
Full Changelog: v1.1.3...v2.0.0
v2.0.0-rc.2
What's Changed
- Bump @octokit/request and @actions/github by @dependabot in #85
- chore: Upgrade eslint
- chore: Upgraded test
msw
dependencies
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
v2.0.0-rc.1
feat: Remove dependency on `.github/labels.yaml` Instead, use a first party `.prowlabels.yaml` file for labeling support Signed-off-by: John McBirde <[email protected]>
v1.1.3
Bumps a few security vulnerabilities / dependencies
Security bump and docs
- Docs updates - no longer recommending using the chron PR labeler. Rather, use the Github actions/labeler since it now supports
pull_request_target
and can run from the main branch when forks are attempting to PR. - NPM security audit bump
v1.1.1
Security bump for v1.
This release primarily fixes some issues with the actions/core library
v1.1.0
Initial release
The initial release for prow-github-actions! 🎉