From a6aae6b476c4038f5b2311d18b2d379cccf7e75b Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 31 Jan 2025 09:48:49 +0000 Subject: [PATCH] fix(examples): systemd LXC units needs future version (#478) Once 6.2.2 is published, the example will need to upgrade to this version and not the previous one. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/478 Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- RELEASE-NOTES.md | 4 ++++ examples/lxc-systemd/forgejo-runner-service.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c000644..4bd3257 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 6.2.2 + +* LXC systemd service unit example script [learned how to upgrade](https://code.forgejo.org/forgejo/runner/pulls/475). + ## 6.2.1 * LXC [templates are updated if needed](https://code.forgejo.org/forgejo/act/pulls/102). diff --git a/examples/lxc-systemd/forgejo-runner-service.sh b/examples/lxc-systemd/forgejo-runner-service.sh index e50e38a..ce4ceca 100755 --- a/examples/lxc-systemd/forgejo-runner-service.sh +++ b/examples/lxc-systemd/forgejo-runner-service.sh @@ -21,7 +21,7 @@ trap "rm -fr $TMPDIR" EXIT : ${INPUTS_FORGEJO:=https://code.forgejo.org} : ${INPUTS_LIFETIME:=7d} : ${INPUTS_LXC_HELPERS_VERSION:=1.0.3} -: ${INPUTS_RUNNER_VERSION:=6.2.1} +: ${INPUTS_RUNNER_VERSION:=6.2.2} : ${KILL_AFTER:=21600} # 6h == 21600 NODEJS_VERSION=20