diff --git a/README.md b/README.md index cd4f51a4..dd437733 100644 --- a/README.md +++ b/README.md @@ -1060,10 +1060,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.9.0 -[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/v0.9.0/README.md +[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.10.0/README.md [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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/zerotier/CHANGELOG.md b/zerotier/CHANGELOG.md index 93fb8d99..95a7319c 100644 --- a/zerotier/CHANGELOG.md +++ b/zerotier/CHANGELOG.md @@ -1,19 +1,33 @@ -[Full Changelog][changelog] +## What’s 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 -Enjoying my add-ons? Consider supporting my work: -https://github.com/sponsors/frenck or https://patreon.com/frenck \ No newline at end of file +- Make transparent icons @LiJu09 (#21) + +## 🧰 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) diff --git a/zerotier/DOCS.md b/zerotier/DOCS.md index d795bd32..28a40c04 100644 --- a/zerotier/DOCS.md +++ b/zerotier/DOCS.md @@ -32,7 +32,7 @@ Example add-on configuration: networks: - wgfyiwe73747457 - fhu3888892jjfdk -api_auth_token: '' +api_auth_token: "" ``` **Note**: _This is just an example, don't copy and paste it! Create your own!_ @@ -47,7 +47,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -78,16 +78,15 @@ For more information on the ZeroTier JSON API, [check their documentation][api]. ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. 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: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -115,7 +114,7 @@ check [the contributor's page][contributors]. 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 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 [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-zerotier/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-zerotier/releases [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/zerotier/README.md b/zerotier/README.md index 70cb654d..73b37f53 100644 --- a/zerotier/README.md +++ b/zerotier/README.md @@ -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 [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 +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.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.9.0-blue.svg -[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.9.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg +[release]: https://github.com/hassio-addons/addon-zerotier/tree/v0.10.0 \ No newline at end of file diff --git a/zerotier/config.json b/zerotier/config.json index 92115a2b..55d955c7 100644 --- a/zerotier/config.json +++ b/zerotier/config.json @@ -1,6 +1,6 @@ { "name": "ZeroTier One", - "version": "0.9.0", + "version": "0.10.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", @@ -19,10 +19,6 @@ "ports_description": { "9993/tcp": "ZeroTier's primary port" }, - "boot": "auto", - "hassio_api": true, - "hassio_role": "default", - "homeassistant_api": false, "host_network": true, "privileged": [ "NET_ADMIN", @@ -45,5 +41,5 @@ "api_auth_token": "str", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?" }, - "image": "hassioaddons/zerotier-{arch}" + "image": "ghcr.io/hassio-addons/zerotier/{arch}" } \ No newline at end of file diff --git a/zerotier/icon.png b/zerotier/icon.png index a90b22a9..8defc929 100644 Binary files a/zerotier/icon.png and b/zerotier/icon.png differ diff --git a/zerotier/logo.png b/zerotier/logo.png index 385d0ad2..b2f7d13a 100644 Binary files a/zerotier/logo.png and b/zerotier/logo.png differ