🎉 Release of add-on Tailscale 0.20.0

This commit is contained in:
Community Hass.io Add-ons Bot 2024-06-08 15:25:46 +00:00
parent 4364319a70
commit 681b0bb36d
5 changed files with 14 additions and 12 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.1 [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.19.1/README.md [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-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-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

@ -2,13 +2,15 @@
## 🐛 Bug fixes ## 🐛 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 ## ⬆️ 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 v16 (major) @renovate ([#371](https://github.com/hassio-addons/addon-tailscale/pull/371))
- ⬆️ Update Add-on base image to v15.0.9 @renovate ([#367](https://github.com/hassio-addons/addon-tailscale/pull/367)) - ⬆️ 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))

View file

@ -75,7 +75,7 @@ login_server: "https://controlplane.tailscale.com"
proxy: false proxy: false
proxy_and_funnel_port: 443 proxy_and_funnel_port: 443
snat_subnet_routes: true snat_subnet_routes: true
stateful_filtering: true stateful_filtering: false
tags: tags:
- tag:example - tag:example
- tag:homeassistant - tag:homeassistant

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.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.20.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.19.1 [release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.20.0

View file

@ -1,5 +1,5 @@
name: Tailscale name: Tailscale
version: 0.19.1 version: 0.20.0
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