summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2024-11-20 17:44:23 +0100
committerEarl Warren <contact@earl-warren.org>2024-11-20 17:44:23 +0100
commit5889426664adb3197dfb8840ea8b6d77c28b63f9 (patch)
tree97bda0d2075e6ce121759c6084380b5ab92b1f2f
parentMerge pull request 'fix: Update forgejo/forgejo-build-publish action to v5' (... (diff)
downloadforgejo-runner-5889426664adb3197dfb8840ea8b6d77c28b63f9.tar.xz
forgejo-runner-5889426664adb3197dfb8840ea8b6d77c28b63f9.zip
chore(docs): 5.0.1 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 2ced7f3..b3cb4ea 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,5 +1,9 @@
# Release Notes
+## 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.
+
## 5.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.