summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgratux <gratux@noreply.code.forgejo.org>2025-01-12 07:03:21 +0100
committerearl-warren <earl-warren@noreply.code.forgejo.org>2025-01-12 07:03:21 +0100
commit72049ccff90b80370c98c3a02c8280e686712206 (patch)
tree9795dd8220e3fb67b9ffa2a6d433a54785d00a00
parentMerge pull request 'expose "ForceRebuild" as a config option' (#406) from gra... (diff)
downloadforgejo-runner-72049ccff90b80370c98c3a02c8280e686712206.tar.xz
forgejo-runner-72049ccff90b80370c98c3a02c8280e686712206.zip
chore(docs): 6.1.0 release notes (#428)
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/428 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: gratux <gratux@noreply.code.forgejo.org> Co-committed-by: gratux <gratux@noreply.code.forgejo.org>
-rw-r--r--RELEASE-NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 9e04a46..76b2614 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,5 +1,9 @@
# Release Notes
+## 6.1.0
+
+* [Add `[container].force_rebuild` config option](https://code.forgejo.org/forgejo/runner/pulls/406) to force rebuilding of local docker images, even if they are already present.
+
## 6.0.1
* [Fixes a regression](https://code.forgejo.org/forgejo/runner/issues/425) that was introduced in version 6.0.0 by which the `[container].options` config file setting was ignored.