From 619c9f304ea96ccb723aaa5b47739487837773f1 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 7 Jul 2025 14:18:19 +0200 Subject: [PATCH] chore(docs): update v7.0.0 release notes --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b4b63128..70cea325 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,12 +3,12 @@ ## 8.0.0 (not published yet) * Breaking change: workflows files go through a [schema validation](https://code.forgejo.org/forgejo/act/pulls/170) and will not run if they do not pass. Some existing workflows may have syntax errors that did not prevent them from running with versions 6.4.0 and below but they will no longer work with versions 7.0.0 and above. If the error is not immediately obvious, please file an issue with a copy of the failed workflow and revert to using version 6.4.0 until it is resolved. +* [secrets that contain multiple lines are masked from the output](https://code.forgejo.org/forgejo/runner/pulls/661). ## 7.0.0 * Breaking change: [forgejo-runner exec --forgejo-instance replaces --gitea-instance](https://code.forgejo.org/forgejo/runner/pulls/652). * [fix a v6.4.0 regression that fail a job when if: false](https://code.forgejo.org/forgejo/runner/issues/660). -* [secrets that contain multiple lines are masked from the output](https://code.forgejo.org/forgejo/runner/pulls/661). * [support for forgejo-runner exec --var](https://code.forgejo.org/forgejo/runner/pulls/645). * [do not force WORKING_DIR in service containers](https://code.forgejo.org/forgejo/runner/issues/304). * [allow downgrading node via setup-node without breaking later actions](https://code.forgejo.org/forgejo/act/pulls/168).