🎉 Release of add-on Tailscale 0.15.0

This commit is contained in:
Community Hass.io Add-ons Bot 2024-02-02 12:10:10 +00:00
parent 5fd63eddda
commit 42550c9aea
4 changed files with 14 additions and 32 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.14.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.14.0/README.md
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.15.0
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.15.0/README.md
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.15.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,33 +1,15 @@
## Whats changed
## ✨ New features
- Make Proxy and Funnel port configurable @lmagyar ([#277](https://github.com/hassio-addons/addon-tailscale/pull/277))
## 🐛 Bug fixes
- Clamp the MSS for IPv6 also @lmagyar ([#308](https://github.com/hassio-addons/addon-tailscale/pull/308))
## 🚀 Enhancements
- Remove unused variable @lmagyar ([#294](https://github.com/hassio-addons/addon-tailscale/pull/294))
- Increase wait time for Supervisor @lmagyar ([#309](https://github.com/hassio-addons/addon-tailscale/pull/309))
- Use new tailscale cli arguments and merge proxy and funnel into longrun serve service @lmagyar ([#306](https://github.com/hassio-addons/addon-tailscale/pull/306))
- Use regex for Proxy and Funnel port configuration validation @lmagyar ([#313](https://github.com/hassio-addons/addon-tailscale/pull/313))
## 🧰 Maintenance
- 🎆 Updates maintenance/license year to 2024 @frenck ([#312](https://github.com/hassio-addons/addon-tailscale/pull/312))
- Cleanup ip6tables @lmagyar ([#307](https://github.com/hassio-addons/addon-tailscale/pull/307))
- Fix kernel configuration access for Debian Supervised installations @lmagyar ([#326](https://github.com/hassio-addons/addon-tailscale/pull/326))
## ⬆️ Dependency updates
- ⬆️ Update tailscale/tailscale to v1.52.0 @renovate ([#286](https://github.com/hassio-addons/addon-tailscale/pull/286))
- ⬆️ Update tailscale/tailscale to v1.52.1 @renovate ([#291](https://github.com/hassio-addons/addon-tailscale/pull/291))
- ⬆️ Update Add-on base image to v14.3.2 @renovate ([#295](https://github.com/hassio-addons/addon-tailscale/pull/295))
- ⬆️ Update tailscale/tailscale to v1.54.0 @renovate ([#296](https://github.com/hassio-addons/addon-tailscale/pull/296))
- ⬆️ Update tailscale/tailscale to v1.54.1 @renovate ([#299](https://github.com/hassio-addons/addon-tailscale/pull/299))
- ⬆️ Update Add-on base image to v14.3.3 @renovate ([#301](https://github.com/hassio-addons/addon-tailscale/pull/301))
- ⬆️ Update tailscale/tailscale to v1.56.0 @renovate ([#303](https://github.com/hassio-addons/addon-tailscale/pull/303))
- ⬆️ Update tailscale/tailscale to v1.56.1 @renovate ([#305](https://github.com/hassio-addons/addon-tailscale/pull/305))
- ⬆️ Update Add-on base image to v15 (major) @renovate ([#302](https://github.com/hassio-addons/addon-tailscale/pull/302))
- ⬆️ Update Add-on base image to v15.0.4 @renovate ([#315](https://github.com/hassio-addons/addon-tailscale/pull/315))
- ⬆️ Update Add-on base image to v15.0.5 @renovate ([#317](https://github.com/hassio-addons/addon-tailscale/pull/317))
- ⬆️ Update tailscale/tailscale to v1.58.0 @renovate ([#319](https://github.com/hassio-addons/addon-tailscale/pull/319))
- ⬆️ Update tailscale/tailscale to v1.58.2 @renovate ([#321](https://github.com/hassio-addons/addon-tailscale/pull/321))
- ⬆️ Update alpine_3_19/coreutils to v9.4-r2 @renovate ([#322](https://github.com/hassio-addons/addon-tailscale/pull/322))
- ⬆️ Update alpine_3_19/nginx to v1.24.0-r15 @renovate ([#324](https://github.com/hassio-addons/addon-tailscale/pull/324))
- ⬆️ Update Add-on base image to v15.0.6 @renovate ([#323](https://github.com/hassio-addons/addon-tailscale/pull/323))

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

View file

@ -1,5 +1,5 @@
name: Tailscale
version: 0.14.0
version: 0.15.0
slug: tailscale
description: Zero config VPN for building secure networks
url: https://github.com/hassio-addons/addon-tailscale