diff --git a/README.md b/README.md index 24c0c3b2d..60d1de1f0 100644 --- a/README.md +++ b/README.md @@ -759,10 +759,10 @@ SOFTWARE. [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/1de5cf7 -[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/1de5cf7/README.md +[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/618e8f0 +[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/618e8f0/README.md [foldingathome-issue]: https://github.com/hassio-addons/addon-foldingathome/issues -[foldingathome-version-shield]: https://img.shields.io/badge/version-1de5cf7-blue.svg +[foldingathome-version-shield]: https://img.shields.io/badge/version-618e8f0-blue.svg [foldingathome-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [foldingathome-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/foldingathome/CHANGELOG.md b/foldingathome/CHANGELOG.md index b23cfc1f4..63a96ac10 100644 --- a/foldingathome/CHANGELOG.md +++ b/foldingathome/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.2.0 +- 🚜 Collection of tweaks (#16) - ⬆️ Upgrades FAH Client to 7.6.21 (#15) - 📚 Update README & License (#14) - ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#13) diff --git a/foldingathome/README.md b/foldingathome/README.md index 327bc7856..e8223740a 100644 --- a/foldingathome/README.md +++ b/foldingathome/README.md @@ -48,10 +48,10 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-folding-home/180496?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-1de5cf7-blue.svg -[release]: https://github.com/hassio-addons/addon-foldingathome/tree/1de5cf7 +[release-shield]: https://img.shields.io/badge/version-618e8f0-blue.svg +[release]: https://github.com/hassio-addons/addon-foldingathome/tree/618e8f0 [screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/master/images/screenshot.png \ No newline at end of file diff --git a/foldingathome/config.json b/foldingathome/config.json index 248c6314f..b1d828385 100644 --- a/foldingathome/config.json +++ b/foldingathome/config.json @@ -1,6 +1,6 @@ { "name": "Folding@home", - "version": "1de5cf7", + "version": "618e8f0", "slug": "foldingathome", "description": "Fighting disease with a world wide distributed super computer", "url": "https://github.com/hassio-addons/addon-foldingathome", @@ -19,8 +19,5 @@ "7396/tcp": "Web interface", "36330/tcp": "Remote command interface" }, - "schema": { - "log_level": "list(trace|debug|info|notice|warning|error|fatal)?" - }, "image": "ghcr.io/hassio-addons/foldingathome/{arch}" } \ No newline at end of file