From 104ad17a84268643972381eb2b5aca5b9200ae90 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 22 May 2024 10:28:47 +0000 Subject: [PATCH] :tada: Release of add-on Tailscale 0.19.1 --- README.md | 6 +++--- tailscale/CHANGELOG.md | 18 ++++-------------- tailscale/DOCS.md | 12 ++++-------- tailscale/README.md | 4 ++-- tailscale/config.yaml | 2 +- tailscale/translations/en.yaml | 3 +-- 6 files changed, 15 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 381eb8dc..0538706a 100644 --- a/README.md +++ b/README.md @@ -1050,10 +1050,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.0 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.19.0/README.md +[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 [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-v0.19.0-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-v0.19.1-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 f46cd221..ffdbad3c 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,24 +1,14 @@ ## What’s changed -## ✨ New features - -- Add app connector option @angel-urena ([#348](https://github.com/hassio-addons/addon-tailscale/pull/348)) -- Make stateful filtering configurable @lmagyar ([#357](https://github.com/hassio-addons/addon-tailscale/pull/357)) - ## 🐛 Bug fixes -- Fix Linux optimizations @lmagyar ([#360](https://github.com/hassio-addons/addon-tailscale/pull/360)) -- Allow Linux optimizations (UDP GRO for forwarding) on multiple default interfaces and IPv6 @lmagyar ([#361](https://github.com/hassio-addons/addon-tailscale/pull/361)) +- Skip default networks without a gateway to enable UDP GRO for forwarding @lmagyar ([#366](https://github.com/hassio-addons/addon-tailscale/pull/366)) ## 🚀 Enhancements -- Linux optimizations for subnet routers and exit nodes @lmagyar ([#351](https://github.com/hassio-addons/addon-tailscale/pull/351)) -- Fix indentation @lmagyar ([#356](https://github.com/hassio-addons/addon-tailscale/pull/356)) -- Reword app connector option's translation @lmagyar ([#358](https://github.com/hassio-addons/addon-tailscale/pull/358)) +- Stateful filtering is now off by default @lmagyar ([#368](https://github.com/hassio-addons/addon-tailscale/pull/368)) ## ⬆️ Dependency updates -- ⬆️ Update alpine_3_19/nginx to v1.24.0-r16 @renovate ([#349](https://github.com/hassio-addons/addon-tailscale/pull/349)) -- ⬆️ Update tailscale/tailscale to v1.66.0 @renovate ([#350](https://github.com/hassio-addons/addon-tailscale/pull/350)) -- ⬆️ Update tailscale/tailscale to v1.66.1 @renovate ([#352](https://github.com/hassio-addons/addon-tailscale/pull/352)) -- ⬆️ Update tailscale/tailscale to v1.66.3 @renovate ([#354](https://github.com/hassio-addons/addon-tailscale/pull/354)) +- ⬆️ 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)) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 7bfc3233..47db600e 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -280,7 +280,7 @@ router, and this simplifies routing configuration. When not set, this option is enabled by default. To support advanced [Site-to-site networking][tailscale_info_site_to_site] (eg. -to traverse multiple networks), you can disable this functionality, and execute +to traverse multiple networks), you can disable this functionality, and follow steps 2 and 3 as described on [Site-to-site networking][tailscale_info_site_to_site]. But do it only when you really understand why you need this. @@ -292,11 +292,7 @@ nodes, subnet routers, and app connectors), to only allow return packets for existing outbound connections. Inbound packets that don't belong to an existing connection are dropped. -When not set, this option is enabled by default. - -To support basic [Site-to-site networking][tailscale_info_site_to_site], you can -disable this functionality, and execute steps 2 and 3 as described on -[Site-to-site networking][tailscale_info_site_to_site]. +When not set, this option is disabled by default. ### Option: `tags` @@ -328,8 +324,8 @@ instance, disable userspace networking mode, which will create a `tailscale0` network interface on your host. If you want to access other clients on your tailnet even from your local subnet, -disable `stateful_filtering` and execute steps 2 and 3 as described on -[Site-to-site networking][tailscale_info_site_to_site]. +follow steps 2 and 3 as described on [Site-to-site +networking][tailscale_info_site_to_site]. In case your local subnets collide with subnet routes within your tailnet, your local network access has priority, and these addresses won't be routed toward diff --git a/tailscale/README.md b/tailscale/README.md index 896d1ad4..7cdf9a3a 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -45,5 +45,5 @@ If you are more interested in stable releases of our add-ons: [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.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.19.0 \ No newline at end of file +[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 diff --git a/tailscale/config.yaml b/tailscale/config.yaml index ccffb43c..48d2a5fa 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,5 +1,5 @@ name: Tailscale -version: 0.19.0 +version: 0.19.1 slug: tailscale description: Zero config VPN for building secure networks url: https://github.com/hassio-addons/addon-tailscale diff --git a/tailscale/translations/en.yaml b/tailscale/translations/en.yaml index 7c9ea49a..7ab78bd4 100644 --- a/tailscale/translations/en.yaml +++ b/tailscale/translations/en.yaml @@ -78,8 +78,7 @@ configuration: This option enables stateful packet filtering on packet-forwarding nodes (exit nodes, subnet routers, and app connectors), to only allow return packets for existing outbound connections. - To support basic Site-to-site networking, you can disable this functionality. - When not set, this option is enabled by default. + When not set, this option is disabled by default. tags: name: Tags description: >-