Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Jun 17, 2024
2 parents 8d85129 + 487fb04 commit 1bb0e74
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 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.20.0.1 (forked)

- Merge unreleased changes from community add-on
- Update tailscale/tailscale to v1.68.1

## 0.20.0.0 (forked)

- Merge released changes from community add-on
Expand Down
2 changes: 2 additions & 0 deletions tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
> This is a **fork** of the [community add-on][community_addon]!
>
> Changes:
> - Release unreleased changes from community add-on:
> - Update tailscale/tailscale to v1.68.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.4"
ARG TAILSCALE_VERSION="v1.68.1"
RUN \
apk add --no-cache \
ethtool=6.7-r0 \
Expand Down
2 changes: 2 additions & 0 deletions tailscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Zero config VPN for building secure networks.
> This is a **fork** of the [community add-on][community_addon]!
>
> Changes:
> - Release unreleased changes from community add-on:
> - Update tailscale/tailscale to v1.68.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.20.0.0
version: 0.20.0.1
slug: tailscale
description: Zero config VPN for building secure networks
url: https://github.com/lmagyar/homeassistant-addon-tailscale
Expand Down

0 comments on commit 1bb0e74

Please sign in to comment.