🎉 Release of add-on Tailscale 0.24.0

This commit is contained in:
Community Hass.io Add-ons Bot 2024-12-07 17:38:28 +00:00
parent db43ab2b35
commit 1b68958082
5 changed files with 21 additions and 9 deletions

View file

@ -1073,10 +1073,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.23.3 [addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.24.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.23.3/README.md [addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.24.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.23.3-blue.svg [tailscale-version-shield]: https://img.shields.io/badge/version-v0.24.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,8 +2,18 @@
## 🐛 Bug fixes ## 🐛 Bug fixes
- Fix subnet protection for non-full network states (eg. limited, etc.) @lmagyar ([#419](https://github.com/hassio-addons/addon-tailscale/pull/419)) - Fix base image update @lmagyar ([#435](https://github.com/hassio-addons/addon-tailscale/pull/435))
## 🚀 Enhancements
- Fix harmless typos @lmagyar ([#429](https://github.com/hassio-addons/addon-tailscale/pull/429))
## 📚 Documentation
- Update docs with DNS settings @lmagyar ([#428](https://github.com/hassio-addons/addon-tailscale/pull/428))
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update Add-on base image to v16.3.6 @renovate ([#425](https://github.com/hassio-addons/addon-tailscale/pull/425)) - ⬆️ Update tailscale/tailscale to v1.78.0 @renovate ([#432](https://github.com/hassio-addons/addon-tailscale/pull/432))
- ⬆️ Update tailscale/tailscale to v1.78.1 @renovate ([#433](https://github.com/hassio-addons/addon-tailscale/pull/433))
- ⬆️ Update Add-on base image to v17 (major) @renovate ([#434](https://github.com/hassio-addons/addon-tailscale/pull/434))

View file

@ -320,7 +320,9 @@ When not set, this option is enabled by default.
If you need to access other clients on your tailnet from your Home Assistant If you need to access other clients on your tailnet from your Home Assistant
instance, disable userspace networking mode, which will create a `tailscale0` instance, disable userspace networking mode, which will create a `tailscale0`
network interface on your host. network interface on your host. To be able to address those clients not only
with their tailnet IP, but with their tailnet name, you have to configure Home
Assistant's DNS options also.
If you want to access other clients on your tailnet even from your local subnet, If you want to access other clients on your tailnet even from your local subnet,
follow steps from step 3 on [Site-to-site follow steps from step 3 on [Site-to-site

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

View file

@ -1,5 +1,5 @@
name: Tailscale name: Tailscale
version: 0.23.3 version: 0.24.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