Skip to content

Releases: thevickypedia/github-runner-linux

v2.332.0

26 Feb 05:55

Choose a tag to compare

v2.331.01

25 Jan 15:51

Choose a tag to compare

Add ``--unattended`` flag when config script is triggered

v2.331.0

10 Jan 05:18

Choose a tag to compare

v2.9

30 Oct 23:52

Choose a tag to compare

  • feat: Includes an option to set FORCE_REBUILD
  • perf: Checks if current and latest versions are set before comparing
  • ci: Keep image version consistent between Dockerfile and GH workflow
  • fix: Disable dependency installation as part of the runner image setup during runtime

v2.8

18 Oct 20:00

Choose a tag to compare

  • Install gh library as part of the required packages
  • Setup latest runner version during image build time
  • Automatically re-download it if a newer version is available during startup
  • Support multi-arch linux runners
  • Clean up system resources after installing dependencies
  • Fix failing instance ID generation
  • Fix broken setup for repository level runners if a runner with same name already exists
  • Fix multiarch platform naming convention
    Full Changelog: v2.7...v2.8

v2.7

12 Sep 04:28

Choose a tag to compare

  • Upgrade default runner version to 2.328.0
  • Upgrade python to 3.11

Full Changelog: v2.6...v2.7

v2.6

12 Sep 04:05

Choose a tag to compare

  • Support custom GitHub server and API endpoints
  • Skip SSL verification for downloading GH base runner artifact
  • Includes startup conditions for GIT_OWNER and GIT_TOKEN

Full Changelog: v2.5...v2.6

v2.322.0

24 Feb 03:31

Choose a tag to compare

v2.322.0 Pre-release
Pre-release
  • Support custom GitHub server and API endpoints
  • Skip SSL verification for downloading GH base runner artifact
  • Includes startup conditions for GIT_OWNER and GIT_TOKEN

Full Changelog: v2.4...v2.322.0

v2.5

15 Jan 01:37

Choose a tag to compare

Set openssl env vars during runtime (required for rust projects)

v2.4

11 Sep 04:35

Choose a tag to compare

  • New feature to send ntfy or telegram notifications when runners are initiated/removed
  • Optionally re-use existing configuration in case of container restarts