mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Tailscale 0.2.0
This commit is contained in:
parent
84d8f67ed7
commit
ec7db113e4
4 changed files with 28 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
## 🐛 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)
|
||||
|
|
|
@ -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
|
||||
[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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue