File tree Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
3131 group : Ansible
3232 home : https://github.com/ansible/ansible-lint
3333 license : MIT
34- version : 25.8.1
34+ version : 25.8.2
3535
3636 bat :
3737 cmd : bat --version
@@ -74,7 +74,7 @@ dependencies:
7474 group : Ansible
7575 home : https://github.com/ansible-collections/community.general
7676 license : GPL 3
77- version : 11.2.0
77+ version : 11.2.1
7878
7979 containerd.io :
8080 cmd : containerd --version
@@ -497,7 +497,7 @@ dependencies:
497497 license : Proprietary
498498 package : 1password-cli
499499 track : false
500- version : 2.31.1
500+ version : 2.32.0
501501
502502 openssh-server :
503503 datasource : deb
@@ -535,7 +535,7 @@ dependencies:
535535 group : NodeJS
536536 home : https://github.com/pnpm/pnpm
537537 license : MIT
538- version : 10.14 .0
538+ version : 10.15 .0
539539
540540 pre-commit :
541541 cmd : pre-commit --version
@@ -589,7 +589,7 @@ dependencies:
589589 group : Python
590590 home : https://github.com/astral-sh/ruff
591591 license : MIT
592- version : 0.12.9
592+ version : 0.12.10
593593
594594 ShellCheck :
595595 cmd : shellcheck --version
@@ -671,7 +671,7 @@ dependencies:
671671 group : Python
672672 home : https://github.com/astral-sh/uv
673673 license : MIT
674- version : 0.8.11
674+ version : 0.8.13
675675
676676 venv :
677677 datasource : deb
Original file line number Diff line number Diff line change @@ -243,18 +243,28 @@ envs:
243243 description : Base directory for all workspace logs.
244244 since : 0.0.21
245245
246- error_file :
247- type : string
248- default : error.log
249- description : Dedicated file that receives `stderr` lines.
250- since : 0.0.21
246+ disable_console_output :
247+ type : boolean
248+ default : false
249+ description : Disable console logging.
250+ longDescription : |
251+ When `true`, console logging will not be redirected to
252+ `stdout/stderr`, however, logs will still be stored on disk at
253+ `"${WS_LOGGING_DIR}/${WS_LOGGING_MAIN_FILE}"`.
254+ since : 0.0.22
251255
252256 main_file :
253257 type : string
254258 default : workspace.log
255259 description : Combined log file for `stdout` and `stderr`.
256260 since : 0.0.21
257261
262+ no_color :
263+ type : boolean
264+ default : false
265+ description : Disables ANSI colored log output.
266+ since : 0.0.22
267+
258268 server :
259269 properties :
260270 port :
You can’t perform that action at this time.
0 commit comments