From d9b97cc465914e02607b80e3f9c5b5f4ec628fb9 Mon Sep 17 00:00:00 2001 From: Kwonunn Date: Tue, 25 Mar 2025 00:19:46 +0000 Subject: [PATCH] Release notes for v6.3.1 [skip cascade] [skip ci] (#517) in my excitedness i forgot to write a release note Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/517 Reviewed-by: earl-warren 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 19f6d3f..2b3d87b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 6.3.1 + +* [Fixed an issue which caused data races and timeouts](https://code.forgejo.org/forgejo/act/pulls/109) in certain cases, which would [cause cache storing and retrieval to fail](https://code.forgejo.org/forgejo/runner/issues/509). + ## 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.