mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on ZeroTier One to 32146d7
This commit is contained in:
parent
0c1ea39b99
commit
51dbb92515
4 changed files with 8 additions and 7 deletions
|
@ -1144,10 +1144,10 @@ SOFTWARE.
|
||||||
[zwave2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[zwave2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[zwave2mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[zwave2mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[zwave2mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[zwave2mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/a2eae0c
|
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/32146d7
|
||||||
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/a2eae0c/README.md
|
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/32146d7/README.md
|
||||||
[zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
[zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
||||||
[zerotier-version-shield]: https://img.shields.io/badge/version-a2eae0c-blue.svg
|
[zerotier-version-shield]: https://img.shields.io/badge/version-32146d7-blue.svg
|
||||||
[zerotier-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
# Changelog since v0.9.0
|
# Changelog since v0.9.0
|
||||||
|
- Upgrade ZeroTier to 1.6.2 (#31)
|
||||||
|
- Upgrade add-on base image to 9.1.2 (#28)
|
||||||
- Make transparent icons (#21)
|
- Make transparent icons (#21)
|
||||||
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#29)
|
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#29)
|
||||||
|
|
||||||
|
|
|
@ -51,5 +51,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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-a2eae0c-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-32146d7-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-zerotier/tree/a2eae0c
|
[release]: https://github.com/hassio-addons/addon-zerotier/tree/32146d7
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ZeroTier One",
|
"name": "ZeroTier One",
|
||||||
"version": "a2eae0c",
|
"version": "32146d7",
|
||||||
"slug": "zerotier",
|
"slug": "zerotier",
|
||||||
"description": "Radically simplify your network with a virtual networking layer that works the same everywhere",
|
"description": "Radically simplify your network with a virtual networking layer that works the same everywhere",
|
||||||
"url": "https://github.com/hassio-addons/addon-zerotier",
|
"url": "https://github.com/hassio-addons/addon-zerotier",
|
||||||
|
@ -19,7 +19,6 @@
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9993/tcp": "ZeroTier's primary port"
|
"9993/tcp": "ZeroTier's primary port"
|
||||||
},
|
},
|
||||||
"hassio_api": true,
|
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"NET_ADMIN",
|
"NET_ADMIN",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue