From ec7db113e4556e84eef265a3ee8c76304bd5cfeb Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 24 Aug 2021 17:25:14 +0000 Subject: [PATCH] :tada: Release of add-on Tailscale 0.2.0 --- README.md | 6 +++--- tailscale/CHANGELOG.md | 25 +++++++++++++++++++++---- tailscale/README.md | 4 ++-- tailscale/config.json | 4 ++-- 4 files changed, 28 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 50a8771c..ee0bc7bf 100644 --- a/README.md +++ b/README.md @@ -921,10 +921,10 @@ SOFTWARE. [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.1.0 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.1.0/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.2.0 +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.2.0/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-v0.2.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-yes-green.svg diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index fd01c2df..1e7d7d4a 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,8 +1,25 @@ ## What’s changed -First release! πŸŽ‰ +So, the first release had bugs and needed improvements 😬 +But this release fixes a lot of them! Thanks for the feedback and reports πŸ‘ -Tailscale is a zero config VPN, which installs on any device in minutes on -any device, including your Home Assistant instance. +Subnet & Exit node routing has been fixed, additionally, the add-on will now only expose subnets that can be routed on your system. -ℹ️ Please note, this add-on is currently in an experimental state. \ No newline at end of file +## πŸ› Bug fixes + +- πŸš‘ Use netfilter for iptables @frenck (#17) + +## πŸš€ Enhancements + +- πŸ’„ Update sidebar icon from Docker -> VPN @frenck (#11) +- πŸ‘• Skip local link addresses in routes advertisement @frenck (#18) +- πŸ‘• Skip address family from route advertisement if it has forwarding disabled @frenck (#19) + +## πŸ“š Documentation + +- πŸ“š Adjust i386 badge, as that is a supported architecture @frenck (#7) + +## ⬆️ Dependency updates + +- Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#15) +- ⬆️ Upgrades Tailscale to 1.14.0 @frenck (#16) diff --git a/tailscale/README.md b/tailscale/README.md index 5a00a491..d070b303 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.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.1.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.2.0 \ No newline at end of file diff --git a/tailscale/config.json b/tailscale/config.json index 93fc687a..14bfe9f6 100644 --- a/tailscale/config.json +++ b/tailscale/config.json @@ -1,6 +1,6 @@ { "name": "Tailscale", - "version": "0.1.0", + "version": "0.2.0", "slug": "tailscale", "description": "Zero config VPN for building secure networks", "url": "https://github.com/hassio-addons/addon-tailscale", @@ -8,7 +8,7 @@ "ingress_port": 0, "ingress_stream": true, "startup": "services", - "panel_icon": "mdi:docker", + "panel_icon": "mdi:vpn", "arch": [ "aarch64", "amd64",