Skip to content

Commit

Permalink
Merge pull request 'chore(docs): 5.0.1 release notes' (#347) from ear…
Browse files Browse the repository at this point in the history
…l-warren/runner:wip-release-notes into main

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/347
  • Loading branch information
earl-warren committed Nov 20, 2024
2 parents 9d10ba9 + 5889426 commit aaac4fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit aaac4fc

Please sign in to comment.