diff --git a/README.md b/README.md index a89613868..a6d4050ad 100644 --- a/README.md +++ b/README.md @@ -976,10 +976,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/6be6bff -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/6be6bff/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/1c8b9a0 +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/1c8b9a0/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-6be6bff-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-1c8b9a0-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-yes-green.svg diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index 9260f8db3..73e29c7ae 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,4 +1,27 @@ # Changelog since v0.7.0 +- 🎆 Updates maintenance/license year to 2023 (#155) +- ⬆️ Update tailscale/tailscale to v1.38.2 (#152) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update alpine_3_17/iptables to v1.8.8-r2 (#149) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update alpine_3_17/nginx to v1.22.1-r0 (#151) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update alpine_3_17/ipcalc to v1.0.1-r1 (#147) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update alpine_3_17/iproute2 to v6 (#154) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update alpine_3_17/ip6tables to v1.8.8-r2 (#146) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update Add-on base image to v13 (major) (#153) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- Add Renovate for dependency management (#145) - ⬆️ Upgrade Tailscale to 1.30.1 (#108) Co-authored-by: Franck Nijhof diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index d5c1a44c8..207b68c4a 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -103,7 +103,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2021-2022 Franck Nijhof +Copyright (c) 2021-2023 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tailscale/README.md b/tailscale/README.md index 4a91df984..f01ef58d2 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -44,9 +44,9 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [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-6be6bff-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/6be6bff \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-1c8b9a0-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/1c8b9a0 \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 7d8ad3a54..8a09c405e 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,28 +1,28 @@ +name: Tailscale +version: 1c8b9a0 +slug: tailscale +description: Zero config VPN for building secure networks +url: https://github.com/hassio-addons/addon-tailscale +codenotary: codenotary@frenck.dev +ingress: true +ingress_port: 0 +ingress_stream: true +startup: services +panel_icon: mdi:vpn arch: - aarch64 - amd64 - armhf - armv7 - i386 -codenotary: codenotary@frenck.dev -description: Zero config VPN for building secure networks -devices: -- /dev/net/tun -hassio_api: true -host_network: true -image: ghcr.io/hassio-addons/tailscale/{arch} -ingress: true -ingress_port: 0 -ingress_stream: true init: false -name: Tailscale -panel_icon: mdi:vpn +hassio_api: true privileged: - NET_ADMIN +devices: +- /dev/net/tun +host_network: true schema: tags: - match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)? -slug: tailscale -startup: services -url: https://github.com/hassio-addons/addon-tailscale -version: 6be6bff +image: ghcr.io/hassio-addons/tailscale/{arch}