Releases: Ketryx/ketryx-github-action
Releases · Ketryx/ketryx-github-action
Release list
v1.5.0
v1 maintenance release
This release adds a deprecation notice to every run of ketryx-github-action@v1:
ketryx-github-action v1 runs on Node.js 20, which is end-of-life. Upgrade to Ketryx/ketryx-github-action@v2 (Node.js 24; self-hosted runners need actions/runner v2.327.1 or later).
- No behavioral changes — v1 continues to run on Node.js 20; the notice is a workflow annotation only.
- The notice can be hidden by setting the environment variable
KETRYX_SUPPRESS_V1_DEPRECATION=true. - v1 is now in maintenance mode and receives critical fixes only. New development happens on v2 (published separately).
- v2 runs on Node.js 24 and requires actions/runner v2.327.1 or later on self-hosted runners; GitHub-hosted runners are supported out of the box.
🤖 Generated with Claude Code
v1.4.0
v1.3.0
v1.2.0
What's Changed
- Fix name of
commit-shain documentation by @ericphanson in #6 - PR-specific checks by @poeschko in #7
New Contributors
- @ericphanson made their first contribution in #6
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Add SPDX upload functionality by @aried3r in #4
- Add
spdx-json-pathto Configuration docs by @aried3r in #5
Full Changelog: v1.0.1...v1.1.0