Update code.forgejo.org/forgejo/runner Docker tag to v5 #199

Open
renovate wants to merge 1 commit from renovate/code.forgejo.org-forgejo-runner-5.x into master
Collaborator

This PR contains the following updates:

Package Update Change
code.forgejo.org/forgejo/runner (source) major 4.0.1 -> 5.0.2

Release Notes

forgejo/runner (code.forgejo.org/forgejo/runner)

v5.0.2

Compare Source

v5.0.1

Compare Source

  • Security: the /opt/hostedtoolcache directory is now unique to each job instead of being shared to avoid a risk of corruption. It is still advertised in the RUNNER_TOOL_CACHE environment variable. Custom container images can be built to pre-populate this directory with frequently used tools and some actions (such as setup-go) will benefit from that.

v5.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [code.forgejo.org/forgejo/runner](https://forgejo.org) ([source](https://code.forgejo.org/forgejo/runner)) | major | `4.0.1` -> `5.0.2` | --- ### Release Notes <details> <summary>forgejo/runner (code.forgejo.org/forgejo/runner)</summary> ### [`v5.0.2`](https://code.forgejo.org/forgejo/runner/blob/HEAD/RELEASE-NOTES.md#502) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v5.0.1...v5.0.2) - Fixes a regression that was introduced in version 5.0.0 by which [skipped jobs were marked as failed instead](https://code.forgejo.org/forgejo/act/pulls/67). The workaround is to change the job log level to debug `[log].job_level: debug`. ### [`v5.0.1`](https://code.forgejo.org/forgejo/runner/blob/HEAD/RELEASE-NOTES.md#501) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v5.0.0...v5.0.1) - Security: the `/opt/hostedtoolcache` directory is now unique to each job instead of being shared to avoid a risk of corruption. It is still advertised in the `RUNNER_TOOL_CACHE` environment variable. Custom container images can be built to pre-populate this directory with frequently used tools and some actions (such as `setup-go`) will benefit from that. ### [`v5.0.0`](https://code.forgejo.org/forgejo/runner/blob/HEAD/RELEASE-NOTES.md#500) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v4.0.1...v5.0.0) - Breaking change: the default configuration for `docker_host` is changed to [not mounting the docker server socket](https://code.forgejo.org/forgejo/runner/pulls/305) even when no configuration file is provided. - [Add job_level logging option to config](https://code.forgejo.org/forgejo/runner/pulls/299) to make the logging level of jobs configurable. Change default from "trace" to "info". - [Don't log job output when debug logging is not enabled](https://code.forgejo.org/forgejo/runner/pulls/303). This reduces the default amount of log output of the runner. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-11-16 14:00:27 +00:00
Update code.forgejo.org/forgejo/runner Docker tag to v5
All checks were successful
/ terraform (push) Successful in 58s
/ ansible (push) Successful in 1m38s
b32355ae29
renovate force-pushed renovate/code.forgejo.org-forgejo-runner-5.x from b32355ae29 to 82393e6fdb 2024-11-20 18:00:34 +00:00 Compare
renovate force-pushed renovate/code.forgejo.org-forgejo-runner-5.x from 82393e6fdb to 9577f28847 2024-11-21 16:00:52 +00:00 Compare
All checks were successful
/ terraform (push) Successful in 39s
/ ansible (push) Successful in 1m41s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/code.forgejo.org-forgejo-runner-5.x:renovate/code.forgejo.org-forgejo-runner-5.x
git checkout renovate/code.forgejo.org-forgejo-runner-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/code.forgejo.org-forgejo-runner-5.x
git checkout renovate/code.forgejo.org-forgejo-runner-5.x
git rebase master
git checkout master
git merge --ff-only renovate/code.forgejo.org-forgejo-runner-5.x
git checkout renovate/code.forgejo.org-forgejo-runner-5.x
git rebase master
git checkout master
git merge --no-ff renovate/code.forgejo.org-forgejo-runner-5.x
git checkout master
git merge --squash renovate/code.forgejo.org-forgejo-runner-5.x
git checkout master
git merge --ff-only renovate/code.forgejo.org-forgejo-runner-5.x
git checkout master
git merge renovate/code.forgejo.org-forgejo-runner-5.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: systems/infrastructure#199
No description provided.