From 13761f97bbdfc20de922865fdbc21752870ba9a6 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 26 Mar 2023 09:17:33 +0000 Subject: [PATCH] :tada: Release of add-on ZeroTier One 0.16.2 --- README.md | 6 +++--- zerotier/CHANGELOG.md | 7 ++++--- zerotier/README.md | 4 ++-- zerotier/config.yaml | 40 ++++++++++++++++++++-------------------- 4 files changed, 29 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index c5043998..17dc09ca 100644 --- a/README.md +++ b/README.md @@ -1043,10 +1043,10 @@ SOFTWARE. [zwave-js-ui-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [zwave-js-ui-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [zwave-js-ui-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/v0.16.1 -[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/v0.16.1/README.md +[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/v0.16.2 +[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/v0.16.2/README.md [zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues -[zerotier-version-shield]: https://img.shields.io/badge/version-v0.16.1-blue.svg +[zerotier-version-shield]: https://img.shields.io/badge/version-v0.16.2-blue.svg [zerotier-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [zerotier-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/zerotier/CHANGELOG.md b/zerotier/CHANGELOG.md index 820a5353..9b213c28 100644 --- a/zerotier/CHANGELOG.md +++ b/zerotier/CHANGELOG.md @@ -2,9 +2,10 @@ ## 🧰 Maintenance -- 🎆 Updates maintenance/license year to 2023 @frenck ([#165](https://github.com/hassio-addons/addon-zerotier/pull/165)) +- Add Renovate for dependency management @frenck ([#170](https://github.com/hassio-addons/addon-zerotier/pull/170)) ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 13.1.3 @frenck ([#166](https://github.com/hassio-addons/addon-zerotier/pull/166)) -- ⬆️ Upgrades ZeroTier One to 1.10.4 @frenck ([#167](https://github.com/hassio-addons/addon-zerotier/pull/167)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#174](https://github.com/hassio-addons/addon-zerotier/pull/174)) +- ⬆️ Update alpine_3_17/openssl-dev to v3.0.8-r1 @renovate ([#171](https://github.com/hassio-addons/addon-zerotier/pull/171)) +- ⬆️ Update zerotier/ZeroTierOne to v1.10.6 @renovate ([#172](https://github.com/hassio-addons/addon-zerotier/pull/172)) diff --git a/zerotier/README.md b/zerotier/README.md index 4aba85b4..db04044b 100644 --- a/zerotier/README.md +++ b/zerotier/README.md @@ -48,5 +48,5 @@ If you are more interested in stable releases of our add-ons: [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-v0.16.1-blue.svg -[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.16.1 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.16.2-blue.svg +[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.16.2 \ No newline at end of file diff --git a/zerotier/config.yaml b/zerotier/config.yaml index 55b8ac96..e1c474eb 100644 --- a/zerotier/config.yaml +++ b/zerotier/config.yaml @@ -1,36 +1,36 @@ +name: ZeroTier One +version: 0.16.2 +slug: zerotier +description: Radically simplify your network with a virtual networking layer that + works the same everywhere +url: https://github.com/hassio-addons/addon-zerotier +codenotary: codenotary@frenck.dev +startup: services +init: false arch: - aarch64 - amd64 - armhf - armv7 - i386 -codenotary: codenotary@frenck.dev -description: Radically simplify your network with a virtual networking layer that - works the same everywhere -devices: -- /dev/net/tun -host_network: true -image: ghcr.io/hassio-addons/zerotier/{arch} -init: false -map: -- ssl:rw -name: ZeroTier One -options: - api_auth_token: '' - networks: [] ports: 9993/tcp: 9993 ports_description: 9993/tcp: ZeroTier's primary port +host_network: true privileged: - NET_ADMIN - SYS_ADMIN +devices: +- /dev/net/tun +map: +- ssl:rw +options: + networks: [] + api_auth_token: '' schema: - api_auth_token: str - log_level: list(trace|debug|info|notice|warning|error|fatal)? networks: - match(^!secret [a-zA-Z0-9_\-]+$|[0-9a-z]{16}) -slug: zerotier -startup: services -url: https://github.com/hassio-addons/addon-zerotier -version: 0.16.1 + api_auth_token: str + log_level: list(trace|debug|info|notice|warning|error|fatal)? +image: ghcr.io/hassio-addons/zerotier/{arch}