From ed4ba323f8559d797caf5463582328ded3ce698c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 31 Mar 2023 09:54:30 +0000 Subject: [PATCH] :tada: Release of add-on Tailscale 0.10.0 --- README.md | 6 +++--- tailscale/CHANGELOG.md | 19 ++----------------- tailscale/DOCS.md | 9 +++++++++ tailscale/README.md | 4 ++-- tailscale/config.yaml | 4 +++- 5 files changed, 19 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index d6aae6e2..7b5cd71c 100644 --- a/README.md +++ b/README.md @@ -882,10 +882,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.9.0 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.9.0/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.10.0 +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.10.0/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-v0.10.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 diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index 9bf18f39..ea633462 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,20 +1,5 @@ ## What’s changed -## πŸ› Bug fixes +## ✨ New features -- πŸ› Bugfix in migrated S6 scripts @lmagyar ([#158](https://github.com/hassio-addons/addon-tailscale/pull/158)) - -## πŸš€ Enhancements - -- πŸš€ Advertise all supported interfaces as Tailscale Subnets @lmagyar ([#135](https://github.com/hassio-addons/addon-tailscale/pull/135)) -- πŸš€ Suppress tailscaled logs after 200 lines @lmagyar ([#138](https://github.com/hassio-addons/addon-tailscale/pull/138)) - -## πŸ“š Documentation - -- πŸ“š Fix broken URL @wrt54g ([#159](https://github.com/hassio-addons/addon-tailscale/pull/159)) - -## ⬆️ Dependency updates - -- ⬆️ Update Add-on base image to v13.1.5 @renovate ([#160](https://github.com/hassio-addons/addon-tailscale/pull/160)) -- ⬆️ Update tailscale/tailscale to v1.38.3 @renovate ([#161](https://github.com/hassio-addons/addon-tailscale/pull/161)) -- ⬆️ Update Add-on base image to v13.2.0 @renovate ([#163](https://github.com/hassio-addons/addon-tailscale/pull/163)) +- Add support for Taildrop @frenck ([#165](https://github.com/hassio-addons/addon-tailscale/pull/165)) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 319594e4..39457235 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -87,6 +87,14 @@ more severe level, e.g., `debug` also shows `info` messages. By default, the `log_level` is set to `info`, which is the recommended setting unless you are troubleshooting. +## Taildrop + +This add-on support [Tailscale's Taildrop][taildrop] feature, which allows +you to send files to your Home Assistant instance from other Tailscale +devices. + +Received files are stored in the `/share/taildrop` directory. + ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] @@ -157,3 +165,4 @@ SOFTWARE. [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-tailscale/releases [semver]: https://semver.org/spec/v2.0.0.html +[taildrop]: https://tailscale.com/taildrop/ diff --git a/tailscale/README.md b/tailscale/README.md index 6ee62024..033365c5 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.9.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.9.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.10.0 \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 0893555b..ccaca46b 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,5 +1,5 @@ name: Tailscale -version: 0.9.0 +version: 0.10.0 slug: tailscale description: Zero config VPN for building secure networks url: https://github.com/hassio-addons/addon-tailscale @@ -22,6 +22,8 @@ privileged: devices: - /dev/net/tun host_network: true +map: +- share:rw schema: tags: - match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)?