From 61326a0f195d8df98ded9e759c59ba1e7ee4177c Mon Sep 17 00:00:00 2001 From: "mdad-renovate[bot]" <322784800+mdad-renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:20:22 +0000 Subject: [PATCH] Update ghcr.io/matrix-construct/tuwunel Docker tag to v1.9.1 (#5584) Co-authored-by: mdad-renovate[bot] <322784800+mdad-renovate[bot]@users.noreply.github.com> --- roles/custom/matrix-tuwunel/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-tuwunel/defaults/main.yml b/roles/custom/matrix-tuwunel/defaults/main.yml index e238d5fe9..51c8091dc 100644 --- a/roles/custom/matrix-tuwunel/defaults/main.yml +++ b/roles/custom/matrix-tuwunel/defaults/main.yml @@ -13,7 +13,7 @@ matrix_tuwunel_enabled: true matrix_tuwunel_hostname: '' # renovate: datasource=docker depName=ghcr.io/matrix-construct/tuwunel -matrix_tuwunel_version: v1.9.0 +matrix_tuwunel_version: v1.9.1 matrix_tuwunel_container_image: "{{ matrix_tuwunel_container_image_registry_prefix }}matrix-construct/tuwunel:{{ matrix_tuwunel_container_image_tag }}" matrix_tuwunel_container_image_tag: "{{ matrix_tuwunel_version }}"