diff options
author | Earl Warren <contact@earl-warren.org> | 2024-12-27 13:07:42 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-12-27 13:07:42 +0100 |
commit | 6d10f57eaa71217f7e091efc2f5e8d71b994a3bd (patch) | |
tree | a30a4c65708e98cb30fbbb0eab74e0933c07833b /RELEASE-NOTES.md | |
parent | Merge pull request 'Update module google.golang.org/protobuf to v1.36.1' (#39... (diff) | |
download | forgejo-runner-6d10f57eaa71217f7e091efc2f5e8d71b994a3bd.tar.xz forgejo-runner-6d10f57eaa71217f7e091efc2f5e8d71b994a3bd.zip |
chore(docs): 6.0.0 release notes
Diffstat (limited to '')
-rw-r--r-- | RELEASE-NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index e7f7ae4..b28f9ad 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 6.0.0 + +* Security: the container options a job is allowed to specify are limited to a [predefined allow list](https://forgejo.org/docs/next/user/actions/#jobsjob_idcontaineroptions). + ## 5.0.4 * Define FORGEJO_TOKEN as an alias to GITHUB_TOKEN |