Releases: thevickypedia/github-runner-linux
Releases · thevickypedia/github-runner-linux
v2.332.0
v2.331.01
Add ``--unattended`` flag when config script is triggered
v2.331.0
v2.9
- 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
Dockerfileand GH workflow - fix: Disable dependency installation as part of the runner image setup during runtime
v2.8
- Install
ghlibrary 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
- Upgrade default runner version to 2.328.0
- Upgrade python to 3.11
Full Changelog: v2.6...v2.7
v2.6
- Support custom GitHub server and API endpoints
- Skip SSL verification for downloading GH base runner artifact
- Includes startup conditions for
GIT_OWNERandGIT_TOKEN
Full Changelog: v2.5...v2.6
v2.322.0
- Support custom GitHub server and API endpoints
- Skip SSL verification for downloading GH base runner artifact
- Includes startup conditions for
GIT_OWNERandGIT_TOKEN
Full Changelog: v2.4...v2.322.0
v2.5
Set openssl env vars during runtime (required for rust projects)
v2.4
- New feature to send
ntfyortelegramnotifications when runners are initiated/removed - Optionally re-use existing configuration in case of container restarts