🎉 Release of add-on Folding@home 0.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-19 11:36:31 +00:00
parent 390a055646
commit c021e59841
5 changed files with 33 additions and 34 deletions

View file

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

View file

@ -1,13 +1,21 @@
[Full Changelog][changelog]
## Whats changed
### 🔨 Changes
## 🚀 Enhancements
- 🚑 Fix arch badges
- ⬆ Upgrades add-on base image to v3.2.0
- 🔨 Implement OCI image specification on labels
- ⬆ Upgrades fahclient to 7.6.13
- ✏ Split add-on documentation
- Cleanup repository @frenck (#8)
- 🚜 Collection of tweaks @frenck (#16)
[changelog]: https://github.com/hassio-addons/addon-foldingathome/compare/v0.1.1...v0.2.0
## 🧰 Maintenance
Questions? Join our Discord server! https://discord.me/hassioaddons
- 🚀 Add-on to GitHub Actions @frenck (#11)
## 📚 Documentation
- 📚 Update README & License @frenck (#14)
- 📚 Fix screenshot in add-on readme template @frenck (#17)
## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to v4.2.3 @frenck (#12)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#13)
- ⬆️ Upgrades FAH Client to 7.6.21 @frenck (#15)

View file

@ -50,7 +50,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
@ -83,16 +83,15 @@ panel_iframe:
## 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
@ -120,7 +119,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2020 Franck Nijhof
Copyright (c) 2020-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
@ -146,7 +145,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-folding-home/180496?u=frenck
[frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-foldingathome/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-foldingathome/releases
[semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -45,10 +45,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-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.2.0
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/master/images/screenshot.png
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.3.0
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png

View file

@ -1,19 +1,15 @@
{
"name": "Folding@home",
"version": "0.2.0",
"version": "0.3.0",
"slug": "foldingathome",
"description": "Fighting disease with a world wide distributed super computer",
"url": "https://github.com/hassio-addons/addon-foldingathome",
"webui": "http://[HOST]:[PORT:7396]",
"startup": "application",
"arch": [
"amd64"
],
"boot": "auto",
"init": false,
"hassio_api": true,
"hassio_role": "default",
"options": {},
"video": true,
"ports": {
"7396/tcp": 7396,
@ -23,8 +19,5 @@
"7396/tcp": "Web interface",
"36330/tcp": "Remote command interface"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
},
"image": "hassioaddons/foldingathome-{arch}"
"image": "ghcr.io/hassio-addons/foldingathome/{arch}"
}