diff options
author | Earl Warren <contact@earl-warren.org> | 2024-03-11 16:11:23 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-03-11 16:16:23 +0100 |
commit | ddd2eb7be92b86f0d22b6bc546902b86db16a6ab (patch) | |
tree | 262ed78aaa91a6eab7304117d4e1e6fb3149e355 | |
parent | Support cloning remote actions from insecure Gitea instances (#508) (diff) | |
download | forgejo-runner-ddd2eb7be92b86f0d22b6bc546902b86db16a6ab.tar.xz forgejo-runner-ddd2eb7be92b86f0d22b6bc546902b86db16a6ab.zip |
update release notes for 3.4.0
-rw-r--r-- | RELEASE-NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a8e94a8..21dff1e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -13,6 +13,8 @@ * add support for `runs-on.labels` which is equivalent to `runs-on` followed by a list of labels * the expressions in the service `ports` and `volumes` values are evaluated * network aliases are only supported when the network is user specified, not when it is provided by the runner +* Fix compatibility issue with actions/{upload,download}-artifact@v4 +* If `[runner].insecure` is true in the configuration, insecure cloning actions is allowed ## 3.3.0 |