mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on ZeroTier One to 9c2a8ec
This commit is contained in:
parent
5f0f8fd5dc
commit
01ef0d4a84
4 changed files with 9 additions and 7 deletions
|
@ -1261,10 +1261,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/c3453cc
|
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/9c2a8ec
|
||||||
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/c3453cc/README.md
|
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/9c2a8ec/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-c3453cc-blue.svg
|
[zerotier-version-shield]: https://img.shields.io/badge/version-9c2a8ec-blue.svg
|
||||||
[zerotier-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/zerotier-armhf.svg
|
[zerotier-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/zerotier-armhf.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
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
# Changelog since v0.7.0
|
# Changelog since v0.7.0
|
||||||
|
- :hammer: Disable Docker init
|
||||||
- :arrow_up: Upgrades libgcc to 9.2.0-r4
|
- :arrow_up: Upgrades libgcc to 9.2.0-r4
|
||||||
- :arrow_up: Upgrades base image to v7.1.0
|
- :arrow_up: Upgrades base image to v7.1.0
|
||||||
|
|
|
@ -45,7 +45,7 @@ If you are more interested in stable releases of our add-ons:
|
||||||
|
|
||||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||||
[discord]: https://discord.me/hassioaddons
|
[discord]: https://discord.me/hassioaddons
|
||||||
[docs]: https://github.com/hassio-addons/addon-zerotier/blob/c3453cc/README.md
|
[docs]: https://github.com/hassio-addons/addon-zerotier/blob/9c2a8ec/README.md
|
||||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
|
@ -54,5 +54,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-c3453cc-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-9c2a8ec-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-zerotier/tree/c3453cc
|
[release]: https://github.com/hassio-addons/addon-zerotier/tree/9c2a8ec
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "ZeroTier One",
|
"name": "ZeroTier One",
|
||||||
"version": "c3453cc",
|
"version": "9c2a8ec",
|
||||||
"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",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
|
"init": false,
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue