diff --git a/README.md b/README.md index 25dd71b9..efaff529 100644 --- a/README.md +++ b/README.md @@ -1050,10 +1050,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.15.0 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.15.0/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.16.0 +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.16.0/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-v0.16.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 9c4bcd32..2193f7bc 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -2,14 +2,14 @@ ## 🐛 Bug fixes -- Fix kernel configuration access for Debian Supervised installations @lmagyar ([#326](https://github.com/hassio-addons/addon-tailscale/pull/326)) +- Drop kernel configuration access @lmagyar ([#327](https://github.com/hassio-addons/addon-tailscale/pull/327)) + +## 🚀 Enhancements + +- Use web as a command, not as an option @lmagyar ([#329](https://github.com/hassio-addons/addon-tailscale/pull/329)) +- Use readonly webui mode in v1.60 @lmagyar ([#330](https://github.com/hassio-addons/addon-tailscale/pull/330)) ## ⬆️ Dependency updates -- ⬆️ Update Add-on base image to v15.0.4 @renovate ([#315](https://github.com/hassio-addons/addon-tailscale/pull/315)) -- ⬆️ Update Add-on base image to v15.0.5 @renovate ([#317](https://github.com/hassio-addons/addon-tailscale/pull/317)) -- ⬆️ Update tailscale/tailscale to v1.58.0 @renovate ([#319](https://github.com/hassio-addons/addon-tailscale/pull/319)) -- ⬆️ Update tailscale/tailscale to v1.58.2 @renovate ([#321](https://github.com/hassio-addons/addon-tailscale/pull/321)) -- ⬆️ Update alpine_3_19/coreutils to v9.4-r2 @renovate ([#322](https://github.com/hassio-addons/addon-tailscale/pull/322)) -- ⬆️ Update alpine_3_19/nginx to v1.24.0-r15 @renovate ([#324](https://github.com/hassio-addons/addon-tailscale/pull/324)) -- ⬆️ Update Add-on base image to v15.0.6 @renovate ([#323](https://github.com/hassio-addons/addon-tailscale/pull/323)) +- ⬆️ Update Add-on base image to v15.0.7 @renovate ([#331](https://github.com/hassio-addons/addon-tailscale/pull/331)) +- ⬆️ Update tailscale/tailscale to v1.60.0 @renovate ([#332](https://github.com/hassio-addons/addon-tailscale/pull/332)) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 7518aaa8..1ed74318 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -56,6 +56,11 @@ supported interfaces to Tailscale. Consider disabling key expiry to avoid losing connection to your Home Assistant device. See [Key expiry][tailscale_info_key_expiry] for more information. +**Note:** _Some of the options below also available on Tailscale's web interface +through the Web UI, but they are made read only there. You can't change them +through the Web UI, because all the changes made there would be lost when the +add-on is restarted._ + ```yaml accept_dns: true accept_routes: true diff --git a/tailscale/README.md b/tailscale/README.md index 463cedd0..994ecbd8 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -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.15.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.15.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.16.0 \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 142267e6..4793c1eb 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,5 +1,5 @@ name: Tailscale -version: 0.15.0 +version: 0.16.0 slug: tailscale description: Zero config VPN for building secure networks url: https://github.com/hassio-addons/addon-tailscale