🎉 Release of add-on Tailscale 0.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 12:28:11 +00:00
parent 226d826a20
commit d30012d4f4
5 changed files with 44 additions and 47 deletions

View file

@ -892,10 +892,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.2.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.2.0/README.md
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.3.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.3.0/README.md
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.3.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

View file

@ -1,25 +1,27 @@
## Whats changed
So, the first release had bugs and needed improvements 😬
But this release fixes a lot of them! Thanks for the feedback and reports 👍
Subnet & Exit node routing has been fixed, additionally, the add-on will now only expose subnets that can be routed on your system.
## 🐛 Bug fixes
- 🚑 Use netfilter for iptables @frenck (#17)
- Add Userspace networking mode flag @moritzgloeckl (#41)
## 🚀 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)
- Migrate JSON config to YAML @frenck (#48)
## 📚 Documentation
## 🧰 Maintenance
- 📚 Adjust i386 badge, as that is a supported architecture @frenck (#7)
- ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#38)
- Switch to centralized GitHub Action Workflows @frenck (#47)
## ⬆️ 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)
- Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#21)
- Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#27)
- Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#25)
- Upgrade to Tailscale v1.14.3 @enmand (#29)
- Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#36)
- ⬆️ Upgrades Tailscale to 1.14.6 @frenck (#37)
- ⬆️ Upgrades add-on base image to 10.1.1 @frenck (#39)
- Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#40)
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#49)
- ⬆️ Upgrades Tailscale to 1.16.2 @frenck (#50)

View file

@ -29,5 +29,5 @@ manages firewall rules for you, and works from anywhere you are.
[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.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.2.0
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.3.0

View file

@ -1,29 +0,0 @@
{
"name": "Tailscale",
"version": "0.2.0",
"slug": "tailscale",
"description": "Zero config VPN for building secure networks",
"url": "https://github.com/hassio-addons/addon-tailscale",
"ingress": true,
"ingress_port": 0,
"ingress_stream": true,
"startup": "services",
"panel_icon": "mdi:vpn",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"init": false,
"hassio_api": true,
"privileged": [
"NET_ADMIN"
],
"devices": [
"/dev/net/tun"
],
"host_network": true,
"image": "ghcr.io/hassio-addons/tailscale/{arch}"
}

24
tailscale/config.yaml Normal file
View file

@ -0,0 +1,24 @@
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
description: Zero config VPN for building secure networks
devices:
- /dev/net/tun
hassio_api: true
host_network: true
image: ghcr.io/hassio-addons/tailscale/{arch}
ingress: true
ingress_port: 0
ingress_stream: true
init: false
name: Tailscale
panel_icon: mdi:vpn
privileged:
- NET_ADMIN
slug: tailscale
startup: services
url: https://github.com/hassio-addons/addon-tailscale
version: 0.3.0