🎉 Release of add-on Tailscale 0.18.0

This commit is contained in:
Community Hass.io Add-ons Bot 2024-04-22 14:36:47 +00:00
parent 35d3124668
commit 7f9bcbcf1d
4 changed files with 13 additions and 9 deletions

View file

@ -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.17.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.17.0/README.md
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.18.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.18.0/README.md
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.17.0-blue.svg
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.18.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

View file

@ -1,6 +1,10 @@
## Whats changed
## 🐛 Bug fixes
- Tag names must start with a letter after 'tag:' and contain letters, … @noconnor29 ([#342](https://github.com/hassio-addons/addon-tailscale/pull/342))
## ⬆️ Dependency updates
- ⬆️ Update alpine_3_19/networkmanager-common to v1.44.4-r0 @renovate ([#339](https://github.com/hassio-addons/addon-tailscale/pull/339))
- ⬆️ Update tailscale/tailscale to v1.62.1 @renovate ([#340](https://github.com/hassio-addons/addon-tailscale/pull/340))
- ⬆️ Update Add-on base image to v15.0.8 @renovate ([#344](https://github.com/hassio-addons/addon-tailscale/pull/344))
- ⬆️ Update tailscale/tailscale to v1.64.0 @renovate ([#346](https://github.com/hassio-addons/addon-tailscale/pull/346))

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

View file

@ -1,5 +1,5 @@
name: Tailscale
version: 0.17.0
version: 0.18.0
slug: tailscale
description: Zero config VPN for building secure networks
url: https://github.com/hassio-addons/addon-tailscale
@ -37,7 +37,7 @@ schema:
proxy_and_funnel_port: match(^(443|8443|10000)$)?
snat_subnet_routes: bool?
tags:
- match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)?
- match(^tag:[a-zA-Z][a-zA-Z0-9-]*$)?
taildrop: bool?
userspace_networking: bool?
image: ghcr.io/hassio-addons/tailscale/{arch}