From 386baae8de295f291d385c8502f109bdf903ddd8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Aug 2025 13:07:24 +0000 Subject: [PATCH] Update dependency forgejo/runner to v9.0.3 (#812) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [forgejo/runner](https://code.forgejo.org/forgejo/runner) | patch | `9.0.2` -> `9.0.3` | --- ### Release Notes
forgejo/runner (forgejo/runner) ### [`v9.0.3`](https://code.forgejo.org/forgejo/runner/releases/tag/v9.0.3) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v9.0.2...v9.0.3) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** - features - [PR](https://code.forgejo.org/forgejo/runner/pulls/804): feat: lxc-systemd defaults to using Forgejo runner 9.0.2 - [PR](https://code.forgejo.org/forgejo/runner/pulls/784): feat: --health-\* options are allowed in `job..services..options` - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/pulls/810): fix: log the URL of the action when it fails schema validation - [PR](https://code.forgejo.org/forgejo/runner/pulls/798): fix: lingering services/volumes/networks after jobs if cleanup takes >1min - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/806): chore: upgrade lxc-helpers - [PR](https://code.forgejo.org/forgejo/runner/pulls/627): chore: teach renovate about examples/lxc-systemd/forgejo-runner-service.sh - [PR](https://code.forgejo.org/forgejo/runner/pulls/807): Update module github.com/containerd/errdefs to v1 - [PR](https://code.forgejo.org/forgejo/runner/pulls/803): chore: explain that part of the source is Apache 2 - [PR](https://code.forgejo.org/forgejo/runner/pulls/790): chore(cleanup): dispatch workflows according to the role of the repository - [PR](https://code.forgejo.org/forgejo/runner/pulls/797): chore: unify forgejo image names location - [PR](https://code.forgejo.org/forgejo/runner/pulls/799): chore: replace docker hub with code.forgejo.org - [PR](https://code.forgejo.org/forgejo/runner/pulls/802): Update module github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.3.1 - [PR](https://code.forgejo.org/forgejo/runner/pulls/801): Update module github.com/opencontainers/selinux to v1.12.0 - [PR](https://code.forgejo.org/forgejo/runner/pulls/800): Update module github.com/go-git/go-git/v5 to v5.16.2 - [PR](https://code.forgejo.org/forgejo/runner/pulls/796): Update module github.com/docker/cli to v28.3.3+incompatible - [PR](https://code.forgejo.org/forgejo/runner/pulls/795): Update dependency forgejo/release-notes-assistant to v1.4.0 - [PR](https://code.forgejo.org/forgejo/runner/pulls/794): Update module github.com/spf13/pflag to v1.0.7 - [PR](https://code.forgejo.org/forgejo/runner/pulls/793): Update module github.com/opencontainers/image-spec to v1.1.1 - [PR](https://code.forgejo.org/forgejo/runner/pulls/792): Update module go.etcd.io/bbolt to v1.4.2 - [PR](https://code.forgejo.org/forgejo/runner/pulls/791): Update module github.com/rhysd/actionlint to v1.7.7 - [PR](https://code.forgejo.org/forgejo/runner/pulls/787): Update module github.com/go-git/go-billy/v5 to v5.6.2 - [PR](https://code.forgejo.org/forgejo/runner/pulls/789): chore: the release link to RELEASE-NOTES.md is no longer needed (take 2)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/812 Reviewed-by: earl-warren Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- examples/lxc-systemd/forgejo-runner-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lxc-systemd/forgejo-runner-service.sh b/examples/lxc-systemd/forgejo-runner-service.sh index 24a5d755..e3adca25 100755 --- a/examples/lxc-systemd/forgejo-runner-service.sh +++ b/examples/lxc-systemd/forgejo-runner-service.sh @@ -22,7 +22,7 @@ trap "rm -fr $TMPDIR" EXIT : ${INPUTS_LIFETIME:=7d} DEFAULT_LXC_HELPERS_VERSION=1.0.3 # renovate: datasource=forgejo-tags depName=forgejo/lxc-helpers : ${INPUTS_LXC_HELPERS_VERSION:=$DEFAULT_LXC_HELPERS_VERSION} -DEFAULT_RUNNER_VERSION=9.0.2 # renovate: datasource=forgejo-releases depName=forgejo/runner +DEFAULT_RUNNER_VERSION=9.0.3 # renovate: datasource=forgejo-releases depName=forgejo/runner : ${INPUTS_RUNNER_VERSION:=$DEFAULT_RUNNER_VERSION} : ${KILL_AFTER:=21600} # 6h == 21600