1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

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.
This commit is contained in:
Earl Warren 2024-10-29 07:49:55 +01:00
parent a424406b0f
commit 2b64f15543
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 11 additions and 9 deletions

View file

@ -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