diff options
author | Earl Warren <contact@earl-warren.org> | 2025-01-11 12:05:43 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2025-01-11 12:05:43 +0100 |
commit | 7d063c087dc82b3bc34866bfec6d5a964324f66c (patch) | |
tree | 26b94e1305795dea5c9b5bf7329c6194c3df0944 | |
parent | Merge pull request 'Update module code.forgejo.org/forgejo/act to v1.23.0' (#... (diff) | |
download | forgejo-runner-7d063c087dc82b3bc34866bfec6d5a964324f66c.tar.xz forgejo-runner-7d063c087dc82b3bc34866bfec6d5a964324f66c.zip |
chore(docs): 6.0.1 release notes
-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 b28f9ad..9e04a46 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 6.0.1 + +* [Fixes a regression](https://code.forgejo.org/forgejo/runner/issues/425) that was introduced in version 6.0.0 by which the `[container].options` config file setting was ignored. + ## 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). |