🎉 Release of add-on Tailscale 0.19.1

This commit is contained in:
Community Hass.io Add-ons Bot 2024-05-22 10:28:47 +00:00
parent f9425b23d3
commit 104ad17a84
6 changed files with 15 additions and 30 deletions

View file

@ -1050,10 +1050,10 @@ SOFTWARE.
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[vscode-i386-shield]: https://img.shields.io/badge/i386-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-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.0/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[tailscale-amd64-shield]: https://img.shields.io/badge/amd64-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 [tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,24 +1,14 @@
## Whats changed ## Whats 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 ## 🐛 Bug fixes
- Fix Linux optimizations @lmagyar ([#360](https://github.com/hassio-addons/addon-tailscale/pull/360)) - Skip default networks without a gateway to enable UDP GRO for forwarding @lmagyar ([#366](https://github.com/hassio-addons/addon-tailscale/pull/366))
- Allow Linux optimizations (UDP GRO for forwarding) on multiple default interfaces and IPv6 @lmagyar ([#361](https://github.com/hassio-addons/addon-tailscale/pull/361))
## 🚀 Enhancements ## 🚀 Enhancements
- Linux optimizations for subnet routers and exit nodes @lmagyar ([#351](https://github.com/hassio-addons/addon-tailscale/pull/351)) - Stateful filtering is now off by default @lmagyar ([#368](https://github.com/hassio-addons/addon-tailscale/pull/368))
- 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))
## ⬆️ Dependency updates ## ⬆️ 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.4 @renovate ([#363](https://github.com/hassio-addons/addon-tailscale/pull/363))
- ⬆️ Update tailscale/tailscale to v1.66.0 @renovate ([#350](https://github.com/hassio-addons/addon-tailscale/pull/350)) - ⬆️ Update Add-on base image to v15.0.9 @renovate ([#367](https://github.com/hassio-addons/addon-tailscale/pull/367))
- ⬆️ 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))

View file

@ -280,7 +280,7 @@ router, and this simplifies routing configuration.
When not set, this option is enabled by default. When not set, this option is enabled by default.
To support advanced [Site-to-site networking][tailscale_info_site_to_site] (eg. 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 steps 2 and 3 as described on [Site-to-site
networking][tailscale_info_site_to_site]. But do it only when you really networking][tailscale_info_site_to_site]. But do it only when you really
understand why you need this. 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 existing outbound connections. Inbound packets that don't belong to an existing
connection are dropped. connection are dropped.
When not set, this option is enabled by default. When not set, this option is disabled 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].
### Option: `tags` ### Option: `tags`
@ -328,8 +324,8 @@ instance, disable userspace networking mode, which will create a `tailscale0`
network interface on your host. network interface on your host.
If you want to access other clients on your tailnet even from your local subnet, 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 follow steps 2 and 3 as described on [Site-to-site
[Site-to-site networking][tailscale_info_site_to_site]. networking][tailscale_info_site_to_site].
In case your local subnets collide with subnet routes within your tailnet, your 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 local network access has priority, and these addresses won't be routed toward

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-v0.19.1-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.19.0 [release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.19.1

View file

@ -1,5 +1,5 @@
name: Tailscale name: Tailscale
version: 0.19.0 version: 0.19.1
slug: tailscale slug: tailscale
description: Zero config VPN for building secure networks description: Zero config VPN for building secure networks
url: https://github.com/hassio-addons/addon-tailscale url: https://github.com/hassio-addons/addon-tailscale

View file

@ -78,8 +78,7 @@ configuration:
This option enables stateful packet filtering on packet-forwarding nodes (exit This option enables stateful packet filtering on packet-forwarding nodes (exit
nodes, subnet routers, and app connectors), to only allow return packets for nodes, subnet routers, and app connectors), to only allow return packets for
existing outbound connections. existing outbound connections.
To support basic Site-to-site networking, you can disable this functionality. When not set, this option is disabled by default.
When not set, this option is enabled by default.
tags: tags:
name: Tags name: Tags
description: >- description: >-