🎉 Release of add-on Tailscale 0.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-24 17:25:14 +00:00
parent 84d8f67ed7
commit ec7db113e4
4 changed files with 28 additions and 11 deletions

View file

@ -921,10 +921,10 @@ SOFTWARE.
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[spotify-i386-shield]: https://img.shields.io/badge/i386-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-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.2.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.1.0/README.md [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-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-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-yes-green.svg [tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,8 +1,25 @@
## Whats changed ## Whats 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 Subnet & Exit node routing has been fixed, additionally, the add-on will now only expose subnets that can be routed on your system.
any device, including your Home Assistant instance.
Please note, this add-on is currently in an experimental state. ## 🐛 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)

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

View file

@ -1,6 +1,6 @@
{ {
"name": "Tailscale", "name": "Tailscale",
"version": "0.1.0", "version": "0.2.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",
@ -8,7 +8,7 @@
"ingress_port": 0, "ingress_port": 0,
"ingress_stream": true, "ingress_stream": true,
"startup": "services", "startup": "services",
"panel_icon": "mdi:docker", "panel_icon": "mdi:vpn",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",