summaryrefslogtreecommitdiffstats
path: root/.github (unfollow)
Commit message (Collapse)AuthorFilesLines
2 daysfix: forgejo-runner-service.sh config.yml must point to the cacheEarl Warren2-0/+9
It is not the default $HOME/.cache/actcache and must be set in config.yml otherwise it won't be used.
3 daysfix: forgejo-runner-service.sh misses LXC configEarl Warren1-7/+8
When re-creating the LXC container, the INPUTS_LXC_CONFIG must be set otherwise it will always use the default.
4 daysfeat: systemd unit example for managing LXC containers (#451)Earl Warren4-2/+518
Refs: https://code.forgejo.org/forgejo/runner/issues/450 Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/451 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
5 daysUpdate module google.golang.org/protobuf to v1.36.4 (#453)Renovate Bot2-3/+3
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) | require | patch | `v1.36.3` -> `v1.36.4` | --- ### Release Notes <details> <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary> ### [`v1.36.4`](https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.4) [Compare Source](https://github.com/protocolbuffers/protobuf-go/compare/v1.36.3...v1.36.4) **Full Changelog**: https://github.com/protocolbuffers/protobuf-go/compare/v1.36.3...v1.36.4 Bug fixes: [CL/642975](https://go-review.googlesource.com/c/protobuf/+/642975): reflect/protodesc: fix panic when working with dynamicpb Maintenance: [CL/643276](https://go-review.googlesource.com/c/protobuf/+/643276): internal_gengo: avoid allocations in rawDescGZIP() accessors [CL/642857](https://go-review.googlesource.com/c/protobuf/+/642857): internal_gengo: switch back from string literal to hex byte slice [CL/642055](https://go-review.googlesource.com/c/protobuf/+/642055): internal_gengo: use unsafe.StringData() to avoid a descriptor copy [CL/638135](https://go-review.googlesource.com/c/protobuf/+/638135): internal_gengo: store raw descriptor in .rodata section </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjExNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/453 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
7 dayschore(docs): 6.2.0 release notes (#447)v6.2.0Earl Warren1-0/+4
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/447 Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
7 daysUpdate module code.forgejo.org/forgejo/act to v1.24.0 (#448)Renovate Bot2-3/+3
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [code.forgejo.org/forgejo/act](https://code.forgejo.org/forgejo/act) | replace | minor | `v1.23.1` -> `v1.24.0` | --- ### Release Notes <details> <summary>forgejo/act (code.forgejo.org/forgejo/act)</summary> ### [`v1.24.0`](https://code.forgejo.org/forgejo/act/compare/v1.23.1...v1.24.0) [Compare Source](https://code.forgejo.org/forgejo/act/compare/v1.23.1...v1.24.0) </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjExNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/448 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
7 dayschore(release): migrate to invisible.forgejo.org (#444)v6.1.0Earl Warren1-18/+17
Also move all non-secret variables to `vars` so that they are easier to maintain. The workflow was designed back when Forgejo Actions variables did not exist. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/444 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
12 daysUpdate module google.golang.org/protobuf to v1.36.3 (#440)Renovate Bot2-3/+3
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) | require | patch | `v1.36.2` -> `v1.36.3` | --- ### Release Notes <details> <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary> ### [`v1.36.3`](https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.3) [Compare Source](https://github.com/protocolbuffers/protobuf-go/compare/v1.36.2...v1.36.3) **Full Changelog**: https://github.com/protocolbuffers/protobuf-go/compare/v1.36.2...v1.36.3 Bug fixes: [CL/642575](https://go-review.googlesource.com/c/protobuf/+/642575): reflect/protodesc: fix panic when working with dynamicpb [CL/641036](https://go-review.googlesource.com/c/protobuf/+/641036): cmd/protoc-gen-go: remove json struct tags from unexported fields User-visible changes: [CL/641876](https://go-review.googlesource.com/c/protobuf/+/641876): proto: add example for GetExtension, SetExtension [CL/642015](https://go-review.googlesource.com/c/protobuf/+/642015): runtime/protolazy: replace internal doc link with external link Maintenance: [CL/641635](https://go-review.googlesource.com/c/protobuf/+/641635): all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy [CL/641019](https://go-review.googlesource.com/c/protobuf/+/641019): internal/impl: remove unused exporter parameter [CL/641018](https://go-review.googlesource.com/c/protobuf/+/641018): internal/impl: switch to reflect.Value.IsZero [CL/641035](https://go-review.googlesource.com/c/protobuf/+/641035): internal/impl: clean up unneeded Go<1.12 MapRange() alternative [CL/641017](https://go-review.googlesource.com/c/protobuf/+/641017): types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/440 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
12 daysUpdate dependency go to v1.23.5 (#439)Renovate Bot1-1/+1
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/439 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
14 daysUpdate actions/setup-forgejo action to v2.0.6Renovate Bot1-1/+1
2025-01-15fix: upgrade forgejo-build-publish/build@v5.3.1Earl Warren2-3/+3
So that it does not use docker.io
2025-01-15fix: use data.forgejo.org/ociEarl Warren2-2/+2
Otherwise it may get rate limited in the CI verifying it works
2025-01-15New "one shot" type of execution by adding a new command called one-job. (#423)cobak785-0/+390
As commented here https://code.forgejo.org/forgejo/runner/issues/422, this PR aims to allow a new type of one shot execution compatible with autoscaling features and other job types. Co-authored-by: jaime merino <jaime.merino_mora@mail.schwarzΒͺ> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/423 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: cobak78 <cobak78@noreply.code.forgejo.org> Co-committed-by: cobak78 <cobak78@noreply.code.forgejo.org>
2025-01-15fix: example uses code.forgejo.org/ociEarl Warren5-13/+14
Otherwise it may get rate limited in the CI verifying it works
2025-01-12chore(docs): 6.1.0 release notes (#428)gratux1-0/+4
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/428 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: gratux <gratux@noreply.code.forgejo.org> Co-committed-by: gratux <gratux@noreply.code.forgejo.org>
2025-01-12Update actions/setup-forgejo action to v2.0.5Renovate Bot1-1/+1
2025-01-11Update module code.forgejo.org/forgejo/act to v1.23.1Renovate Bot2-3/+3
2025-01-11chore(docs): 6.0.1 release notesEarl Warren1-0/+4
2025-01-10Update module code.forgejo.org/forgejo/act to v1.23.0Renovate Bot2-87/+66
2025-01-09Update module connectrpc.com/connect to v1.18.1Renovate Bot2-3/+3
2025-01-08Update module google.golang.org/protobuf to v1.36.2Renovate Bot2-3/+3
2025-01-07Update forgejo/forgejo-build-publish action to v5.3.0Renovate Bot1-1/+1
2025-01-06Update module golang.org/x/term to v0.28.0Renovate Bot2-6/+6
2025-01-05Update module golang.org/x/time to v0.9.0Renovate Bot2-3/+3
2024-12-31examples: Version update for current release of runnerEllery D'Souza2-4/+4
Updated runner image version from 3.0.0 to 5.0.4 Updated docker-dind version from 23.0.6-dind to 27.4.1-dind
2024-12-29Update Tests to use Latest ReleaseMerith-TK1-2/+3
Newer Versions imposed breaking changes to the tests, fixed and updated
2024-12-29expose "ForceRebuild" as a config optiongratux4-1/+5
2024-12-27chore(docs): 6.0.0 release notesEarl Warren1-0/+4
2024-12-24Update module google.golang.org/protobuf to v1.36.1Renovate Bot2-3/+3
2024-12-17Update actions/cascading-pr action to v2Renovate Bot1-1/+1
2024-12-17ci: add explicit urlviceice1-1/+1
Signed-off-by: viceice <michael.kriese@gmx.de>
2024-12-17Replace actions/cascading-pr action with actions/cascading-pr v1.0.1Renovate Bot1-1/+1
2024-12-17Update forgejo/forgejo-build-publish action to v5.2.1Renovate Bot1-1/+1
2024-12-17Update module google.golang.org/protobuf to v1.36.0Renovate Bot2-3/+3
2024-12-14chore(release): fix the link to the release notesEarl Warren2-1/+6
2024-12-13feat: use FORGEJO_TOKEN as runtime tokenxtex2-2/+6
Link: https://codeberg.org/forgejo/forgejo/pulls/6199
2024-12-09Rebrand container prefix to ForgejoOtto Richter1-1/+1
2024-12-09Update dependency forgejo-lxc to v12Renovate Bot5-5/+5
2024-12-07Update actions/setup-forgejo action to v2Renovate Bot1-1/+1
2024-12-07ci: pin setup forgejo actionMichael Kriese1-1/+1
2024-12-07Update module github.com/docker/docker to v25.0.7+incompatibleRenovate Bot2-3/+3
2024-12-04ci: use new ci imageMichael Kriese1-3/+1
2024-12-04Update dependency go to v1.23.4Renovate Bot1-1/+1
2024-12-04build: use go toolchainMichael Kriese2-1/+13
2024-11-27fix: [container].docker_host = "" is now "automount"Earl Warren4-11/+9
The empty string is always replaced with "-" and there no longer is any way to specify that the docker socket is to be mounted in the container automatically. The "automount" value is introduced as a replacement. https://code.forgejo.org/forgejo/act/pulls/67 and https://code.forgejo.org/forgejo/runner/pulls/305 introduced this regression.
2024-11-24Update module github.com/stretchr/testify to v1.10.0Renovate Bot2-3/+3
2024-11-21Update module code.forgejo.org/forgejo/act to v1.22.2Renovate Bot2-3/+3
2024-11-21chore(docs): 5.0.2 release notesEarl Warren1-0/+4
2024-11-20chore(docs): 5.0.1 release notesEarl Warren1-0/+4
2024-11-20Update module code.forgejo.org/forgejo/act to v1.22.1Renovate Bot2-3/+3