Skip to content

Releases: jpmcb/prow-github-actions

v2.0.0

08 Apr 15:18
c44ac3a
Compare
Choose a tag to compare

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.


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

06 Apr 22:39
c44ac3a
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

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

28 Mar 03:59
fd6e9cb
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release
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

17 Jun 15:25
Compare
Choose a tag to compare

Bumps a few security vulnerabilities / dependencies

Security bump and docs

23 Dec 18:05
Compare
Choose a tag to compare
  • 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

08 Oct 01:24
Compare
Choose a tag to compare

Security bump for v1.

This release primarily fixes some issues with the actions/core library

v1.1.0

29 Jul 20:38
Compare
Choose a tag to compare
  • Addressed #29 - Enable merge method to be configured on automatic merger
  • Addressed #26 - PR job to remove the lgtm label on PR update
  • Update and fix up documentation
  • Dependency bumps

Initial release

17 Jun 02:02
Compare
Choose a tag to compare

The initial release for prow-github-actions! 🎉