From 7c5117ae79eb23ed9ca5067b071edab8e351b3f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 20:36:07 +0000 Subject: [PATCH 1/2] chore(deps): update tailscale/tailscale docker tag to v1.33.19 --- apps/tailscale/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tailscale/docker-compose.yml b/apps/tailscale/docker-compose.yml index e96f48c8..a0df1801 100644 --- a/apps/tailscale/docker-compose.yml +++ b/apps/tailscale/docker-compose.yml @@ -4,7 +4,7 @@ services: tailscale: container_name: tailscale network_mode: "host" # TODO: Find a way to remove this - image: tailscale/tailscale:v1.29.10 + image: tailscale/tailscale:v1.33.19 privileged: true restart: on-failure stop_grace_period: 1m From b6318f1969bd0a7eb10563efee158da3007f9a78 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 14 Oct 2022 20:36:20 +0000 Subject: [PATCH 2/2] Update app version --- apps/tailscale/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/tailscale/config.json b/apps/tailscale/config.json index d53f98cc..9a3a35d7 100644 --- a/apps/tailscale/config.json +++ b/apps/tailscale/config.json @@ -4,9 +4,12 @@ "available": true, "port": 8093, "id": "tailscale", - "tipi_version": 1, - "version": "v1.29.10", - "categories": ["network", "security"], + "tipi_version": 2, + "version": "1.33.19", + "categories": [ + "network", + "security" + ], "description": "Zero config VPN. Installs on any device in minutes, manages firewall rules for you, and works from anywhere.", "short_desc": "The easiest, most secure way to use WireGuard and 2FA.", "author": "© Tailscale Inc.",