mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on ZeroTier One 0.16.2
This commit is contained in:
parent
b8f47a7e3c
commit
13761f97bb
4 changed files with 29 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
[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
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue