summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES.md
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2024-10-29 07:49:55 +0100
committerEarl Warren <contact@earl-warren.org>2024-10-29 11:39:13 +0100
commit2b64f15543ca76ac09721c2bf898ffc2cd708eaa (patch)
tree28dc1da57b35ea2e03eb6bae24345dcd4303e7c2 /RELEASE-NOTES.md
parentMerge pull request 'Update module code.forgejo.org/forgejo/act to v1.21.4' (#... (diff)
downloadforgejo-runner-2b64f15543ca76ac09721c2bf898ffc2cd708eaa.tar.xz
forgejo-runner-2b64f15543ca76ac09721c2bf898ffc2cd708eaa.zip
fix: make container.docker_host default to -
Otherwise containers will be running by default with a socket to the docker host which is insecure. The default must be secure.
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r--RELEASE-NOTES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index c4d9db3..44084b3 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,7 +1,9 @@
# Release Notes
-## 3.5.2
+## 4.0.0
+* Breaking change: fix the default configuration for `docker_host` is changed to [not mounting the docker server socket](https://code.forgejo.org/forgejo/runner/pulls/305).
+* [Remove debug information from the setup of a workflow](https://code.forgejo.org/forgejo/runner/pulls/297).
* Fix [crash in some cases when the YAML structure is not as expected](https://code.forgejo.org/forgejo/runner/issues/267).
## 3.5.1