Releases: ChristopherHX/gitea-actions-runner
Releases · ChristopherHX/gitea-actions-runner
v0.0.21
What's Changed
- Add exec cmd by @ChristopherHX in #33
- Fix --worker parameter to allow
,as argument for exec by @ChristopherHX in #35 - add experimental --worker-v2 mode by @ChristopherHX in #34
- Allow clone of workers running on a bare system by @ChristopherHX in #37
- fix config management by @ChristopherHX in #38
- create externals folder before symlinking it for runner.server by @ChristopherHX in #39
- feat: tunnel cache server as well by @ChristopherHX in #42
- fix: --worker-v2 action download nodejs by @ChristopherHX in #43
- fix: do not set auth data if none has been provided by @ChristopherHX in #44
- fix: bump go to 1.24 by @ChristopherHX in #45
- fix: ldflags by @ChristopherHX in #46
- feat: allow external cache server via env by @ChristopherHX in #47
- feat: add custom listener env options by @ChristopherHX in #48
- fix: service log output by @ChristopherHX in #49
- feat: register interactive with preset values and ephemeral mode by @ChristopherHX in #51
- Add env variable that allows setting a preferred outbound IP by @NorthRealm in #53
- Minor improvement by @NorthRealm in #54
- Test ephemeral runner by @ChristopherHX in #55
- Fix instance local actions add test by @ChristopherHX in #60
New Contributors
- @NorthRealm made their first contribution in #53
Full Changelog: v0.0.20...v0.0.21
v0.0.20
v0.0.19
v0.0.18
Changelog
- a8a9cb7 Restore boolean type from string
- f67353c allow env in uses
- a23ec8d update runner version + image deps
- aa261b1 implement expression and auth in uses
- c4fe162 [no ci] Update gitignore
- 94f4716 fix keep listening signals during gracefull exit
- 6ae546b fix closing worker pipes
- 1f5c9e8 set HideWindow for worker process windows
- df307c2 fix Runner.Worker.exe cancels gitea-actions-runner
v0.0.17
v0.0.16
Changelog
- fb0bf7e graceful cancellation
- 7eb4b05 Better OOBE via downloading and setting up everything (#23)
- dee32dc add timeline checkIntegrity to attempt to fix outliers
- 8af4fc3 ask again when worker args is empty
- c9d74e2 add launch config
- 053b5ad retry reporting the task state before finishing the job
- 234fe84 now implement the svc command correctly
- 6372959 attempt to fix svc command
- e1e7421 workaround network alias defect
v0.0.15
v0.0.14
v0.0.13
Changelog
- a230c9d Remove some flags of last commit and add new one
- 4d2f49c Add env vars to control hostname / ip used for actions runtime - GITEA_ACTIONS_RUNNER_RUNTIME_HOSTNAME custom value - GITEA_ACTIONS_RUNNER_RUNTIME_USE_POD_HOSTNAME ask go for hostname - GITEA_ACTIONS_RUNNER_RUNTIME_USE_POD_DNS use first dns of external ip as hostname - GITEA_ACTIONS_RUNNER_RUNTIME_APPEND_NO_PROXY append the final hostname to no_proxy both lower and uppercase