diff --git a/README.md b/README.md index 46182e071..d5f920066 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/3d5c541 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/3d5c541/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/9c988bd +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/9c988bd/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-3d5c541-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-9c988bd-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 0e8e6185e..d6b35f9b8 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1 +1 @@ -- 🚑 Wait for tailscale unix socket to become available (#5) +- 🚑 Let actually run the post connect script (#6) diff --git a/tailscale/README.md b/tailscale/README.md index 22c3f55fa..cd1a0cb7e 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-3d5c541-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/3d5c541 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-9c988bd-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/9c988bd \ No newline at end of file diff --git a/tailscale/config.json b/tailscale/config.json index f9c582ffd..dcdde5c45 100644 --- a/tailscale/config.json +++ b/tailscale/config.json @@ -1,6 +1,6 @@ { "name": "Tailscale", - "version": "3d5c541", + "version": "9c988bd", "slug": "tailscale", "description": "Zero config VPN for building secure networks", "url": "https://github.com/hassio-addons/addon-tailscale",