Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Apr 12, 2024
2 parents 18229ff + 2d91002 commit b822fd3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions tailscale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.17.0.2 (forked)

- Update tailscale/tailscale to v1.64.0

## 0.17.0.1 (forked)

- Merge unmerged changes from community add-on
Expand Down
3 changes: 2 additions & 1 deletion tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
> This is a **fork** of the [community add-on][community_addon]!
>
> Changes:
> - Update tailscale/tailscale to v1.64.0
> - Fix tag name validation regex
> - Release unmerged changes from community add-on:
> - Fix tag name validation regex
> - Optionally copy Tailscale Proxy's certificate files to /ssl folder
![Warning][warning_stripe]
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.62.1"
ARG TAILSCALE_VERSION="v1.64.0"
RUN \
apk add --no-cache \
ipcalc=1.0.3-r0 \
Expand Down
3 changes: 2 additions & 1 deletion tailscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Zero config VPN for building secure networks.
> This is a **fork** of the [community add-on][community_addon]!
>
> Changes:
> - Update tailscale/tailscale to v1.64.0
> - Fix tag name validation regex
> - Release unmerged changes from community add-on:
> - Fix tag name validation regex
> - Optionally copy Tailscale Proxy's certificate files to /ssl folder
![Warning][warning_stripe]
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.17.0.1
version: 0.17.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 b822fd3

Please sign in to comment.