diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index 7b1e4cd8..c7a1f289 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.18.0.2 (forked) + +- Merge unreleased changes from community add-on + - Update tailscale/tailscale to v1.66.1 + ## 0.18.0.1 (forked) - Linux optimizations for subnet routers and exit nodes ([details](https://tailscale.com/kb/1320/performance-best-practices#linux-optimizations-for-subnet-routers-and-exit-nodes)) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 5a04beb9..b8ad0673 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -7,7 +7,7 @@ > Changes: > - Linux optimizations for subnet routers and exit nodes ([details](https://tailscale.com/kb/1320/performance-best-practices#linux-optimizations-for-subnet-routers-and-exit-nodes)) > - Release unreleased changes from community add-on: -> - Update tailscale/tailscale to v1.66.0 +> - Update tailscale/tailscale to v1.66.1 > - Release unmerged changes from community add-on: > - Optionally copy Tailscale Proxy's certificate files to /ssl folder diff --git a/tailscale/Dockerfile b/tailscale/Dockerfile index 7d87de59..4c2b86ca 100755 --- a/tailscale/Dockerfile +++ b/tailscale/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base ARG BUILD_ARCH=amd64 -ARG TAILSCALE_VERSION="v1.66.0" +ARG TAILSCALE_VERSION="v1.66.1" RUN \ apk add --no-cache \ ethtool=6.6-r0 \ diff --git a/tailscale/README.md b/tailscale/README.md index 16db5c3a..7368af56 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -9,7 +9,7 @@ Zero config VPN for building secure networks. > Changes: > - Linux optimizations for subnet routers and exit nodes ([details](https://tailscale.com/kb/1320/performance-best-practices#linux-optimizations-for-subnet-routers-and-exit-nodes)) > - Release unreleased changes from community add-on: -> - Update tailscale/tailscale to v1.66.0 +> - Update tailscale/tailscale to v1.66.1 > - Release unmerged changes from community add-on: > - Optionally copy Tailscale Proxy's certificate files to /ssl folder diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 243b1952..480292a0 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,6 +1,6 @@ --- name: Tailscale with features -version: 0.18.0.1 +version: 0.18.0.2 slug: tailscale description: Zero config VPN for building secure networks url: https://github.com/lmagyar/homeassistant-addon-tailscale