Update code.forgejo.org/forgejo/runner Docker tag to v12
The container in the Oracle cloud infrastructure spun up with Docker Compose was updated by Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| code.forgejo.org/forgejo/runner (source) | major | 11.3.1 -> 12.0.1 |
Release Notes
forgejo/runner (code.forgejo.org/forgejo/runner)
v12.0.1
Release Notes
- bug fixes
- MR: fix: 'failed to read action' errors when using relative workdir_parent
- other
- MR: chore: bump version to v12
v12.0.0
Release Notes
Breaking change: This release is a major version bump due to a system requirement change, requiring a git installation. This requirement is included in the OCI containers, but may require the installation of a supported package, or packaging changes from redistributors of Forgejo Runner. Access to a git binary is now required to access reusable actions and workflows, such as use: action/checkout@v5 -- before this release, access was performed using an internal library that avoided an external dependency. MR
- features
- bug fixes
- MR: fix: improve logging on final log & status transmission and retries
- MR: fix: enable building for openbsd, dragonfly, and solaris/illumos
- MR: fix: initialize workflow-level env context before starting job container
- MR: fix: allow 'env' context in jobs.
.if - MR: fix: remote reusable workflows by relative URL use default_actions_url
- MR: fix: Use git reset --hard instead of pull and checkout for actions
- MR: fix: run images with explicit platform tags, fixes pulled image architecture mismatch
- MR: fix: improve logging & display of errors during workflow evaluation
- MR: fix: ensure http.Client always has a timeout for Forgejo access
- MR: fix: pass os argument to
lxc-helpers.shhelper frmforgejo-runner-service.sh
- other
- MR: test: allow overriding the test Docker socket using DOCKER_HOST
- MR: Windows compatibility fixes
- MR: chore: remove unused and incomplete ActionCache rewrite
- MR: Update golang.org/x/crypto (indirect) to v0.45.0 [SECURITY]
- MR: Update module github.com/docker/cli to v28.5.2+incompatible
- MR: Update golang.org/x/crypto (indirect) to v0.43.0 [SECURITY]
- MR: ci(cascade-forgejo): use tmpfs for building to speedup compilation
- MR: chore(renovate): allow updating more forgejo-runner-service deps
- MR: ci: allow go to download required toolchain for cascade
- MR: Update https://data.forgejo.org/actions/setup-go action to v6
- MR: Update https://data.forgejo.org/actions/setup-forgejo action to v3.0.5
- MR: Update https://data.forgejo.org/docker/build-push-action action to v6
- MR: Update https://data.forgejo.org/docker/setup-buildx-action action to v3
- MR: Update https://data.forgejo.org/actions/checkout action to v5
- MR: Update forgejo-runner to v11.3.1