🎉 Release of add-on ZeroTier One 0.7.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-23 23:58:53 +00:00
parent d96fbaf94c
commit b74c00b49c
4 changed files with 18 additions and 21 deletions

View file

@ -1151,10 +1151,10 @@ SOFTWARE.
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/v0.6.0
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/v0.6.0/README.md
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/v0.7.0
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/v0.7.0/README.md
[zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues
[zerotier-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
[zerotier-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -4,17 +4,14 @@ This is a general maintenance release.
### Changed
- :fireworks: Updates maintenance/license year to 2020
- :books: Adjust add-on installation instructions
- :pencil2: Funding adjustments
- :pencil2: Fixes some spelling and grammar
- :arrow_up: Upgrades add-on base image to v6.0.1
- :arrow_up: Upgrades git to 2.24.1-r0
- :arrow_up: Upgrades libgcc to 9.2.0-r3
- :pencil2: Fixes some spelling and grammar
- :ambulance: GCC 9.0 compatibility patch, since armv5 has been removed
- :ambulance: Fix Patreon link
- :books: Update add-on documentation to use new YAML configuration format
- :hammer: Re-branding
- :hammer: Update add-on config with new password & list features
- :arrow_up: Upgrades add-on base image to v7.0.2
- :hammer: Update community forum links
[changelog]: https://github.com/hassio-addons/addon-zerotier/compare/v0.5.1...v0.6.0
[changelog]: https://github.com/hassio-addons/addon-zerotier/compare/v0.6.0...v0.7.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: ZeroTier One
# Home Assistant Community Add-on: ZeroTier One
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -26,7 +26,7 @@ can now add your Home Assistant instance using this add-on.
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
This Home Assistant Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
@ -42,14 +42,14 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-zerotier/blob/v0.6.0/README.md
[docs]: https://github.com/hassio-addons/addon-zerotier/blob/v0.7.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?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]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.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-v0.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.6.0
[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.7.0

View file

@ -1,6 +1,6 @@
{
"name": "ZeroTier One",
"version": "0.6.0",
"version": "0.7.0",
"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",
@ -42,7 +42,7 @@
"match(^!secret [a-zA-Z0-9_\\-]+$|[0-9a-z]{16})"
],
"api_auth_token": "str",
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?"
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
},
"image": "hassioaddons/zerotier-{arch}"
}