Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed May 9, 2024
2 parents c388382 + b9ecc63 commit 84f856f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions tailscale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tailscale/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion tailscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tailscale/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 84f856f

Please sign in to comment.