Skip to content

v1.5.0

Latest

Choose a tag to compare

@aried3r aried3r released this 16 Jul 11:37
· 40 commits to main since this release

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