act runner release 0.6.0 (#3)
Build and provide rpm of the Gitea act_runner / Start build on COPR (f44) (release) Has been cancelled
Build and provide rpm of the Gitea act_runner / Start build on COPR (rawhide) (release) Has been cancelled

This release contains a security fix for CVE-2026-28708 which introduces authentication between the runner and the cache server. Thanks to [@haroutp](https://github.com/haroutp) for the report.
## Breaking changes

- cache.external_server now requires cache.external_secret ([#849](https://gitea.com/gitea/act_runner/issues/849)). Operators running a standalone act_runner cache-server must set the same cache.external_secret in both the runner config and the cache-server config — neither process starts without it. Runners using the default embedded cache server are unaffected and need no config changes. As part of the same security fix, pre-existing entries in bolt.db have no repo stamp and will be evicted by GC, causing a one-time cache miss per key after upgrade.

## Changelog

- Clone different git repos in parallel via per-directory locks ([#866](https://gitea.com/gitea/act_runner/issues/866))
- fix: avoid 'filename too long' on matrix jobs by hashing container names ([#853](https://gitea.com/gitea/act_runner/issues/853))
- fix(deps): update module github.com/mattn/go-isatty to v0.0.22 ([#863](https://gitea.com/gitea/act_runner/issues/863))
- fix(deps): update module github.com/docker/docker to v25.0.14+incompatible ([#862](https://gitea.com/gitea/act_runner/issues/862))
- Authenticate cache requests via ACTIONS_RUNTIME_TOKEN and scope by repo ([#849](https://gitea.com/gitea/act_runner/issues/849))
- feat: show run command, shell and env in collapsible group before step output ([#847](https://gitea.com/gitea/act_runner/issues/847))
- run docker step in host mode ([#857](https://gitea.com/gitea/act_runner/issues/857))
- chore(deps): drop unused distribution/reference replace directive ([#858](https://gitea.com/gitea/act_runner/issues/858))

Reviewed-on: https://git.demus.dk/demus/gitea-act-runner-rpm/pulls/3
Co-authored-by: Daniel Demus <daniel@demus.dk>
Co-committed-by: Daniel Demus <daniel@demus.dk>
This commit was merged in pull request #3.
This commit is contained in:
2026-04-29 00:56:37 +02:00
committed by demus
parent 9892c73950
commit adc609934e
+1 -1
View File
@@ -15,7 +15,7 @@ A runner for Gitea based on act.}
%global goipath gitea.com/gitea/act_runner
Name: gitea-act-runner
Version: 0.5.0
Version: 0.6.0
Release: %autorelease
Summary: A runner for Gitea based on act.