mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Tailscale 0.20.0
This commit is contained in:
parent
4364319a70
commit
681b0bb36d
5 changed files with 14 additions and 12 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.19.1
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.19.1/README.md
|
||||
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.20.0
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.20.0/README.md
|
||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.19.1-blue.svg
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.20.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
|
||||
|
|
|
@ -2,13 +2,15 @@
|
|||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Skip default networks without a gateway to enable UDP GRO for forwarding @lmagyar ([#366](https://github.com/hassio-addons/addon-tailscale/pull/366))
|
||||
- Failsafe enabling of UDP GRO for forwarding @lmagyar ([#370](https://github.com/hassio-addons/addon-tailscale/pull/370))
|
||||
|
||||
## 🚀 Enhancements
|
||||
## 📚 Documentation
|
||||
|
||||
- Stateful filtering is now off by default @lmagyar ([#368](https://github.com/hassio-addons/addon-tailscale/pull/368))
|
||||
- Fix new default value for stateful_filtering in documentation @lmagyar ([#369](https://github.com/hassio-addons/addon-tailscale/pull/369))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update tailscale/tailscale to v1.66.4 @renovate ([#363](https://github.com/hassio-addons/addon-tailscale/pull/363))
|
||||
- ⬆️ Update Add-on base image to v15.0.9 @renovate ([#367](https://github.com/hassio-addons/addon-tailscale/pull/367))
|
||||
- ⬆️ Update Add-on base image to v16 (major) @renovate ([#371](https://github.com/hassio-addons/addon-tailscale/pull/371))
|
||||
- ⬆️ Update alpine_3_20/nginx to v1.26.0-r2 @renovate ([#373](https://github.com/hassio-addons/addon-tailscale/pull/373))
|
||||
- ⬆️ Update alpine_3_20/nginx to v1.26.1-r0 @renovate ([#375](https://github.com/hassio-addons/addon-tailscale/pull/375))
|
||||
- ⬆️ Update Add-on base image to v16.0.1 @renovate ([#378](https://github.com/hassio-addons/addon-tailscale/pull/378))
|
||||
|
|
|
@ -75,7 +75,7 @@ login_server: "https://controlplane.tailscale.com"
|
|||
proxy: false
|
||||
proxy_and_funnel_port: 443
|
||||
snat_subnet_routes: true
|
||||
stateful_filtering: true
|
||||
stateful_filtering: false
|
||||
tags:
|
||||
- tag:example
|
||||
- tag:homeassistant
|
||||
|
|
|
@ -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.19.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.19.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.20.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.20.0
|
|
@ -1,5 +1,5 @@
|
|||
name: Tailscale
|
||||
version: 0.19.1
|
||||
version: 0.20.0
|
||||
slug: tailscale
|
||||
description: Zero config VPN for building secure networks
|
||||
url: https://github.com/hassio-addons/addon-tailscale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue