🎉 Release of add-on ZeroTier One 0.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-06-23 18:42:17 +00:00
parent 0c8e590b47
commit 425faa7c19
4 changed files with 15 additions and 21 deletions

View file

@ -1085,10 +1085,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.2.0
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/v0.2.0/README.md
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/v0.3.0
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/v0.3.0/README.md
[zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues
[zerotier-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[zerotier-version-shield]: https://img.shields.io/badge/version-v0.3.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

@ -1,23 +1,17 @@
[Full Changelog][changelog]
⚠️ **Breaking change** ⚠️
The add-on now supports connecting to multiple ZeroTier networks at once 🎉 .
However, this changes its configuration to support that. The `network_id` configuration option, has been replaced by the `networks` configuration option, which accepts a list of network ID's.
This add-on upgrades the internals of the add-on.
No breaking changes.
### Changed
- :books: Update example config (#6)
- :arrow_up: Upgrades base image to v3.1.0
- :sparkles: Adds support for Hass.io network configuration
- :arrow_up: Upgrades libgcc to 8.3.0-r0
- :arrow_up: Upgrades libstdc++ to 8.3.0-r0
- :sparkles: Adds support for multiple networks
- :books: Updates README to match latest changes
- :ambulance: Fixes secret support for network IDs
- :ambulance: Don't show resolved secrets in add-on log
- :arrow_up: Upgrades linux-headers to 4.19.36-r0
- :arrow_up: Upgrades git to 2.22.0-r0
- :arrow_up: Upgrades add-on base image to v4.0.1
- :pencil2: Maintaince -> Maintenance
- :sparkles: Adds FUNDING.yml
[changelog]: https://github.com/hassio-addons/addon-zerotier/compare/v0.1.0...v0.2.0
[changelog]: https://github.com/hassio-addons/addon-zerotier/compare/v0.2.0...v0.3.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -44,12 +44,12 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-zerotier/blob/v0.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-zerotier/blob/v0.3.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/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.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.2.0
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.3.0

View file

@ -1,6 +1,6 @@
{
"name": "ZeroTier One",
"version": "0.2.0",
"version": "0.3.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",