diff options
author | Lennart Austenfeld <l.austenfeld@googlemail.com> | 2024-07-27 16:51:45 +0200 |
---|---|---|
committer | Lennart Austenfeld <l.austenfeld@googlemail.com> | 2024-07-27 17:53:43 +0200 |
commit | 705f59f3e4ab591f74cfbddf94b6f39e6a548a3f (patch) | |
tree | 453cefe8ab54273dd55c6c6e9c5ee7c8df65e758 /RELEASE-NOTES.md | |
parent | Merge pull request 'Fix typo in create-runner-file help text (Frogejo -> Forg... (diff) | |
download | forgejo-runner-705f59f3e4ab591f74cfbddf94b6f39e6a548a3f.tar.xz forgejo-runner-705f59f3e4ab591f74cfbddf94b6f39e6a548a3f.zip |
Add report_interval option to config
Diffstat (limited to 'RELEASE-NOTES.md')
-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 76d9e18..194a855 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 3.5.1 + +* [Add report_interval option to config](https://code.forgejo.org/forgejo/runner/pulls/220) to allow setting the interval of status and log reports + ## 3.5.0 * [Allow graceful shutdowns](https://code.forgejo.org/forgejo/runner/pulls/202): when receiving a signal (INT or TERM) wait for running jobs to complete (up to shutdown_timeout). |