diff --git a/README.md b/README.md index cddbcb25e..951505889 100644 --- a/README.md +++ b/README.md @@ -944,10 +944,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/d087d41 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/d087d41/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/112231c +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/112231c/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-d087d41-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-112231c-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 b839050cc..773c1707a 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.1.0 +- 👕 Skip address family from route advertisement if it has forwarding disabled (#19) - 👕 Skip local link addresses in routes advertisement (#18) - 🚑 Use netfilter for iptables (#17) - ⬆️ Upgrades Tailscale to 1.14.0 (#16) diff --git a/tailscale/README.md b/tailscale/README.md index 4f181f434..47c85f52d 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -48,5 +48,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-d087d41-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/d087d41 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-112231c-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/112231c \ No newline at end of file diff --git a/tailscale/config.json b/tailscale/config.json index 0dc178f5b..0f1a255df 100644 --- a/tailscale/config.json +++ b/tailscale/config.json @@ -1,6 +1,6 @@ { "name": "Tailscale", - "version": "d087d41", + "version": "112231c", "slug": "tailscale", "description": "Zero config VPN for building secure networks", "url": "https://github.com/hassio-addons/addon-tailscale",