summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2024-11-21 14:05:50 +0100
committerEarl Warren <contact@earl-warren.org>2024-11-21 14:05:50 +0100
commitaca528a7f7238015965eb720572dbf2c79e6c64e (patch)
tree7a7cc51e2aa5695d883ffcd4663afed5a6dac886
parentMerge pull request 'chore(docs): 5.0.1 release notes' (#347) from earl-warren... (diff)
downloadforgejo-runner-aca528a7f7238015965eb720572dbf2c79e6c64e.tar.xz
forgejo-runner-aca528a7f7238015965eb720572dbf2c79e6c64e.zip
chore(docs): 5.0.2 release notes
-rw-r--r--RELEASE-NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index b3cb4ea..1b8320e 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,5 +1,9 @@
# Release Notes
+## 5.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`.
+
## 5.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.