diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index 837f2080..345df123 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,3 +1,6 @@ + # 1.44.2 + - Update tailscale to 1.44.2 + # 1.44.0 - Update tailscale to 1.44.0 diff --git a/tailscale/build.json b/tailscale/build.json index ee76f8d9..fc7cbbb2 100644 --- a/tailscale/build.json +++ b/tailscale/build.json @@ -1,5 +1,5 @@ { "args": { - "TAILSCALE_VERSION": "1.44.0" + "TAILSCALE_VERSION": "1.44.2" } } diff --git a/tailscale/config.json b/tailscale/config.json index d31150e4..7c368d3a 100644 --- a/tailscale/config.json +++ b/tailscale/config.json @@ -1,7 +1,7 @@ { "image": "pschmitt/home-assistant-addon-{arch}-tailscale", "name": "Tailscale", - "version": "1.44.0", + "version": "1.44.2", "slug": "tailscale", "description": "Best VPN Service for Secure Networks", "url": "https://github.com/pschmitt/home-assistant-addons/tree/master/tailscale",