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.19.1
This commit is contained in:
parent
f9425b23d3
commit
104ad17a84
6 changed files with 15 additions and 30 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.0
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.19.0/README.md
|
||||
[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
|
||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.19.0-blue.svg
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.19.1-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,24 +1,14 @@
|
|||
## What’s changed
|
||||
|
||||
## ✨ New features
|
||||
|
||||
- Add app connector option @angel-urena ([#348](https://github.com/hassio-addons/addon-tailscale/pull/348))
|
||||
- Make stateful filtering configurable @lmagyar ([#357](https://github.com/hassio-addons/addon-tailscale/pull/357))
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Fix Linux optimizations @lmagyar ([#360](https://github.com/hassio-addons/addon-tailscale/pull/360))
|
||||
- Allow Linux optimizations (UDP GRO for forwarding) on multiple default interfaces and IPv6 @lmagyar ([#361](https://github.com/hassio-addons/addon-tailscale/pull/361))
|
||||
- Skip default networks without a gateway to enable UDP GRO for forwarding @lmagyar ([#366](https://github.com/hassio-addons/addon-tailscale/pull/366))
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Linux optimizations for subnet routers and exit nodes @lmagyar ([#351](https://github.com/hassio-addons/addon-tailscale/pull/351))
|
||||
- Fix indentation @lmagyar ([#356](https://github.com/hassio-addons/addon-tailscale/pull/356))
|
||||
- Reword app connector option's translation @lmagyar ([#358](https://github.com/hassio-addons/addon-tailscale/pull/358))
|
||||
- Stateful filtering is now off by default @lmagyar ([#368](https://github.com/hassio-addons/addon-tailscale/pull/368))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update alpine_3_19/nginx to v1.24.0-r16 @renovate ([#349](https://github.com/hassio-addons/addon-tailscale/pull/349))
|
||||
- ⬆️ Update tailscale/tailscale to v1.66.0 @renovate ([#350](https://github.com/hassio-addons/addon-tailscale/pull/350))
|
||||
- ⬆️ Update tailscale/tailscale to v1.66.1 @renovate ([#352](https://github.com/hassio-addons/addon-tailscale/pull/352))
|
||||
- ⬆️ Update tailscale/tailscale to v1.66.3 @renovate ([#354](https://github.com/hassio-addons/addon-tailscale/pull/354))
|
||||
- ⬆️ 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))
|
||||
|
|
|
@ -280,7 +280,7 @@ router, and this simplifies routing configuration.
|
|||
When not set, this option is enabled by default.
|
||||
|
||||
To support advanced [Site-to-site networking][tailscale_info_site_to_site] (eg.
|
||||
to traverse multiple networks), you can disable this functionality, and execute
|
||||
to traverse multiple networks), you can disable this functionality, and follow
|
||||
steps 2 and 3 as described on [Site-to-site
|
||||
networking][tailscale_info_site_to_site]. But do it only when you really
|
||||
understand why you need this.
|
||||
|
@ -292,11 +292,7 @@ nodes, subnet routers, and app connectors), to only allow return packets for
|
|||
existing outbound connections. Inbound packets that don't belong to an existing
|
||||
connection are dropped.
|
||||
|
||||
When not set, this option is enabled by default.
|
||||
|
||||
To support basic [Site-to-site networking][tailscale_info_site_to_site], you can
|
||||
disable this functionality, and execute steps 2 and 3 as described on
|
||||
[Site-to-site networking][tailscale_info_site_to_site].
|
||||
When not set, this option is disabled by default.
|
||||
|
||||
### Option: `tags`
|
||||
|
||||
|
@ -328,8 +324,8 @@ instance, disable userspace networking mode, which will create a `tailscale0`
|
|||
network interface on your host.
|
||||
|
||||
If you want to access other clients on your tailnet even from your local subnet,
|
||||
disable `stateful_filtering` and execute steps 2 and 3 as described on
|
||||
[Site-to-site networking][tailscale_info_site_to_site].
|
||||
follow steps 2 and 3 as described on [Site-to-site
|
||||
networking][tailscale_info_site_to_site].
|
||||
|
||||
In case your local subnets collide with subnet routes within your tailnet, your
|
||||
local network access has priority, and these addresses won't be routed toward
|
||||
|
|
|
@ -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.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.19.0
|
||||
[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
|
|
@ -1,5 +1,5 @@
|
|||
name: Tailscale
|
||||
version: 0.19.0
|
||||
version: 0.19.1
|
||||
slug: tailscale
|
||||
description: Zero config VPN for building secure networks
|
||||
url: https://github.com/hassio-addons/addon-tailscale
|
||||
|
|
|
@ -78,8 +78,7 @@ configuration:
|
|||
This option enables stateful packet filtering on packet-forwarding nodes (exit
|
||||
nodes, subnet routers, and app connectors), to only allow return packets for
|
||||
existing outbound connections.
|
||||
To support basic Site-to-site networking, you can disable this functionality.
|
||||
When not set, this option is enabled by default.
|
||||
When not set, this option is disabled by default.
|
||||
tags:
|
||||
name: Tags
|
||||
description: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue