diff --git a/README.md b/README.md index e4965938746..e49f2de08de 100644 --- a/README.md +++ b/README.md @@ -1057,10 +1057,10 @@ SOFTWARE. [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-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-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.23.3/README.md +[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.24.0/README.md [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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index 94508c3ce83..95533848ea7 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -2,8 +2,18 @@ ## 🐛 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 -- ⬆️ 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)) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index aa7bdee6dec..35390ddda16 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -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 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, follow steps from step 3 on [Site-to-site diff --git a/tailscale/README.md b/tailscale/README.md index 8d29db1ee2a..2291ee9cd03 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -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.23.3-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.23.3 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.24.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.24.0 \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 720d6a4dab4..56d5ac33f56 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,5 +1,5 @@ name: Tailscale -version: 0.23.3 +version: 0.24.0 slug: tailscale description: Zero config VPN for building secure networks url: https://github.com/hassio-addons/addon-tailscale