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:
parent
a424406b0f
commit
2b64f15543
2 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue