From d93829cf07746d02734c2c488a354443ac13720b Mon Sep 17 00:00:00 2001 From: Kwonunn Date: Sat, 22 Mar 2025 10:48:13 +0000 Subject: [PATCH] chore(docs): Add release notes for 6.3.0 (#504) Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/504 Co-authored-by: Kwonunn Co-committed-by: Kwonunn --- RELEASE-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4bd3257..19f6d3f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 6.3.0 + +* [Caches are now correctly scoped to repositories](https://code.forgejo.org/forgejo/runner/pulls/503). Require authentication for cache requests, and set up cache proxy to provide authentication transparently and automatically. + ## 6.2.2 * LXC systemd service unit example script [learned how to upgrade](https://code.forgejo.org/forgejo/runner/pulls/475).