mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on Tailscale 0.18.0
This commit is contained in:
parent
35d3124668
commit
7f9bcbcf1d
4 changed files with 13 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
## What’s 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))
|
||||
|
|
|
@ -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
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue