🎉 Release of add-on ZeroTier One 0.10.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-02 17:57:21 +00:00
parent 4cdf932d37
commit d955cc10df
7 changed files with 41 additions and 33 deletions

View file

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

View file

@ -1,19 +1,33 @@
[Full Changelog][changelog] ## Whats changed
This release downgrades ZeroTier One from 1.6.0 to 1.4.6. Major release of the ZeroTier One add-on!
The latest releases cause a lot of problems on many occasions and extensive testing and tuning haven't lead to a working stable solution. At this point, the only solution is the downgrade in this release. The add-on is now built by GitHub Actions and distributes via the GitHub Container Registry.
While this was a major task, you should not notice 😉
If you are using add-on version v0.8.0, without issues, you can, of course, skip this release. So, what does this upgrade bring? Well, Alpine Linux running this add-on has been upgraded, but most importantly:
Hopefully, the ZeroTier team is able to address the many issues the community has raised with the 1.6.0 version. ZeroTier One 1.6.2
### Changed (Yeah, working this time 😉 )
- ⬇️ Downgrades ZeroTier One to 1.4.6 ../Frenck
[changelog]: https://github.com/hassio-addons/addon-zerotier/compare/v0.8.0...v0.9.0 ## 🚀 Enhancements
Questions? Join our Discord server! https://discord.me/hassioaddons - Make transparent icons @LiJu09 (#21)
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck ## 🧰 Maintenance
- Cleanup repository @frenck (#22)
- Happy New Year @frenck (#24)
- Upgrade Code of Conduct @frenck (#25)
- Add new repository workflow @frenck (#26)
## ⬆️ Dependency updates
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#30)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#29)
- Upgrade add-on base image to 9.1.2 @frenck (#28)
- Upgrade ZeroTier to 1.6.2 @frenck (#31)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#32)

View file

@ -32,7 +32,7 @@ Example add-on configuration:
networks: networks:
- wgfyiwe73747457 - wgfyiwe73747457
- fhu3888892jjfdk - fhu3888892jjfdk
api_auth_token: '' api_auth_token: ""
``` ```
**Note**: _This is just an example, don't copy and paste it! Create your own!_ **Note**: _This is just an example, don't copy and paste it! Create your own!_
@ -78,16 +78,15 @@ For more information on the ZeroTier JSON API, [check their documentation][api].
## Changelog & Releases ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support
@ -115,7 +114,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2019-2020 Franck Nijhof Copyright (c) 2019-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -142,7 +141,6 @@ SOFTWARE.
[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
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-zerotier/issues [issue]: https://github.com/hassio-addons/addon-zerotier/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-zerotier/releases [releases]: https://github.com/hassio-addons/addon-zerotier/releases
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -28,9 +28,9 @@ can now add your Home Assistant instance using this add-on.
[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
[github-sponsors]: https://github.com/sponsors/frenck [github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[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-v0.9.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.9.0 [release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.10.0

View file

@ -1,6 +1,6 @@
{ {
"name": "ZeroTier One", "name": "ZeroTier One",
"version": "0.9.0", "version": "0.10.0",
"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,10 +19,6 @@
"ports_description": { "ports_description": {
"9993/tcp": "ZeroTier's primary port" "9993/tcp": "ZeroTier's primary port"
}, },
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true, "host_network": true,
"privileged": [ "privileged": [
"NET_ADMIN", "NET_ADMIN",
@ -45,5 +41,5 @@
"api_auth_token": "str", "api_auth_token": "str",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?" "log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
}, },
"image": "hassioaddons/zerotier-{arch}" "image": "ghcr.io/hassio-addons/zerotier/{arch}"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After