From 03cd3c58c21002b4ad462d05f6a4280bb753dd82 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 8 Jun 2024 15:26:08 +0000 Subject: [PATCH] :tada: Release of add-on Tailscale 0.20.0 --- README.md | 6 +++--- tailscale/CHANGELOG.md | 12 +++++++----- tailscale/DOCS.md | 2 +- tailscale/README.md | 4 ++-- tailscale/config.yaml | 2 +- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 571b043dd13..7c787b33f34 100644 --- a/README.md +++ b/README.md @@ -1057,10 +1057,10 @@ SOFTWARE. [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.19.1 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.19.1/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.20.0 +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.20.0/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-v0.19.1-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-v0.20.0-blue.svg [tailscale-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tailscale-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index ffdbad3cc03..e6a680cf8c1 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -2,13 +2,15 @@ ## 🐛 Bug fixes -- Skip default networks without a gateway to enable UDP GRO for forwarding @lmagyar ([#366](https://github.com/hassio-addons/addon-tailscale/pull/366)) +- Failsafe enabling of UDP GRO for forwarding @lmagyar ([#370](https://github.com/hassio-addons/addon-tailscale/pull/370)) -## 🚀 Enhancements +## 📚 Documentation -- Stateful filtering is now off by default @lmagyar ([#368](https://github.com/hassio-addons/addon-tailscale/pull/368)) +- Fix new default value for stateful_filtering in documentation @lmagyar ([#369](https://github.com/hassio-addons/addon-tailscale/pull/369)) ## ⬆️ Dependency updates -- ⬆️ Update tailscale/tailscale to v1.66.4 @renovate ([#363](https://github.com/hassio-addons/addon-tailscale/pull/363)) -- ⬆️ Update Add-on base image to v15.0.9 @renovate ([#367](https://github.com/hassio-addons/addon-tailscale/pull/367)) +- ⬆️ Update Add-on base image to v16 (major) @renovate ([#371](https://github.com/hassio-addons/addon-tailscale/pull/371)) +- ⬆️ Update alpine_3_20/nginx to v1.26.0-r2 @renovate ([#373](https://github.com/hassio-addons/addon-tailscale/pull/373)) +- ⬆️ Update alpine_3_20/nginx to v1.26.1-r0 @renovate ([#375](https://github.com/hassio-addons/addon-tailscale/pull/375)) +- ⬆️ Update Add-on base image to v16.0.1 @renovate ([#378](https://github.com/hassio-addons/addon-tailscale/pull/378)) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 47db600ec89..7a4b8273cf0 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -75,7 +75,7 @@ login_server: "https://controlplane.tailscale.com" proxy: false proxy_and_funnel_port: 443 snat_subnet_routes: true -stateful_filtering: true +stateful_filtering: false tags: - tag:example - tag:homeassistant diff --git a/tailscale/README.md b/tailscale/README.md index a82bb991528..a290867b386 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -29,5 +29,5 @@ manages firewall rules for you, and works from anywhere you are. [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.19.1-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.19.1 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.20.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.20.0 \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 48d2a5faf34..f17f518ece0 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,5 +1,5 @@ name: Tailscale -version: 0.19.1 +version: 0.20.0 slug: tailscale description: Zero config VPN for building secure networks url: https://github.com/hassio-addons/addon-tailscale