🎉 Release of add-on Tailscale 0.6.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-14 18:02:12 +00:00
parent f3a0262e53
commit 28b6bd1c64
5 changed files with 39 additions and 9 deletions

View file

@ -907,10 +907,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.5.4
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.5.4/README.md
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.6.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.6.0/README.md
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.5.4-blue.svg
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.6.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

View file

@ -1,5 +1,18 @@
## Whats changed
## 🐛 Bug fixes
- Fix startup error related to upstream changes @elcajon (#81)
## 🚀 Enhancements
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#84)
## 📚 Documentation
- 📚 Add My buttons to documentation @frenck (#85)
## ⬆️ Dependency updates
- ⬆️ Upgrades Tailscale to 1.22.0 @klaasnicolaas (#80)
- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#82)
- ⬆️ Upgrades Tailscale to 1.22.1 @frenck (#83)

View file

@ -22,14 +22,26 @@ however, it is nice to know where you need to go later on.
## Installation
1. Search for the "Tailscale" add-on in the Supervisor add-on store and
install it.
1. Click the Home Assistant My button below to open the add-on on your Home
Assistant instance.
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the add-on.
1. Start the "Tailscale" add-on.
1. Check the logs of the "Tailscale" add-on to see if everything went well.
1. Open the Web UI of the "Tailscale" add-on to complete authentication and
couple your Home Assistant instance with your Tailscale account.
**Note:** Some browsers don't work with this step. It is recommended to
complete this step on a desktop or laptop computer using the Chrome browser.
1. Done!
Home Assistant, by default, ships with the Community Add-ons store installed.
However, if it is missing (for any reason), you can add it by clicking the
button My button below.
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
## Configuration
This add-on has almost no additional configuration options for the
@ -117,6 +129,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_tailscale
[contributors]: https://github.com/hassio-addons/addon-tailscale/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons
@ -125,4 +139,6 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-tailscale/issues
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-tailscale/releases
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -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.5.4-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.5.4
[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.6.0

View file

@ -4,6 +4,7 @@ arch:
- armhf
- armv7
- i386
codenotary: codenotary@frenck.dev
description: Zero config VPN for building secure networks
devices:
- /dev/net/tun
@ -24,4 +25,4 @@ schema:
slug: tailscale
startup: services
url: https://github.com/hassio-addons/addon-tailscale
version: 0.5.4
version: 0.6.0