Skip to content

Commit

Permalink
🎉 Release of add-on Tailscale 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addonsbot committed Jun 8, 2024
1 parent 74928ec commit 03cd3c5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1057,10 +1057,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
Expand Down
12 changes: 7 additions & 5 deletions tailscale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tailscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ manages firewall rules for you, and works from anywhere you are.
[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
2 changes: 1 addition & 1 deletion tailscale/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 03cd3c5

Please sign in to comment.