diff options
author | Kwonunn <kwonunnx@gmail.com> | 2024-11-03 15:10:54 +0100 |
---|---|---|
committer | Kwonunn <kwonunnx@gmail.com> | 2024-11-03 15:10:54 +0100 |
commit | 0ba115ba6789411868fa92ec882470bc3307b664 (patch) | |
tree | f0b0f0aad48f1cbd9a7664b7ff75c55645a18559 /RELEASE-NOTES.md | |
parent | Cherry-pick gitea act_runner #543 (diff) | |
download | forgejo-runner-0ba115ba6789411868fa92ec882470bc3307b664.tar.xz forgejo-runner-0ba115ba6789411868fa92ec882470bc3307b664.zip |
Version bump and add release notes
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r-- | RELEASE-NOTES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f899d14..01fcf39 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,8 +1,9 @@ # Release Notes -## 4.1.0 +## 5.0.0 * [Add job_level logging option to config](https://code.forgejo.org/forgejo/runner/pulls/299) to make the logging level of jobs configurable. Change default from "trace" to "info". +* [Don't log job output when debug logging is not enabled](https://code.forgejo.org/forgejo/runner/pulls/303). This reduces the default amount of log output of the runner. ## 4.0.1 |