diff --git a/README.md b/README.md index 519fc20b..06473288 100644 --- a/README.md +++ b/README.md @@ -768,10 +768,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.6.2 -[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/v0.6.2/README.md +[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.6.3 +[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/v0.6.3/README.md [foldingathome-issue]: https://github.com/hassio-addons/addon-foldingathome/issues -[foldingathome-version-shield]: https://img.shields.io/badge/version-v0.6.2-blue.svg +[foldingathome-version-shield]: https://img.shields.io/badge/version-v0.6.3-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 3c3dcce6..09b2040e 100644 --- a/foldingathome/CHANGELOG.md +++ b/foldingathome/CHANGELOG.md @@ -2,11 +2,11 @@ ## 🧰 Maintenance -- 🔨 Migrate old-style S6 scripts to s6-rc.d @frenck (#52) -- 🎆 Updates maintenance/license year to 2023 @frenck (#54) +- Add Renovate for dependency management @frenck ([#57](https://github.com/hassio-addons/addon-foldingathome/pull/57)) ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 6.1.3 @frenck (#49) -- ⬆️ Upgrades add-on base image to 6.2.0 @frenck (#51) -- ⬆️ Upgrades add-on base image to 6.2.1 @frenck (#53) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.4 @renovate ([#58](https://github.com/hassio-addons/addon-foldingathome/pull/58)) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.5 @renovate ([#60](https://github.com/hassio-addons/addon-foldingathome/pull/60)) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.6 @renovate ([#61](https://github.com/hassio-addons/addon-foldingathome/pull/61)) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.7 @renovate ([#62](https://github.com/hassio-addons/addon-foldingathome/pull/62)) diff --git a/foldingathome/README.md b/foldingathome/README.md index 48a829b9..1b5692d5 100644 --- a/foldingathome/README.md +++ b/foldingathome/README.md @@ -49,6 +49,6 @@ If you are more interested in stable releases of our add-ons: [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.6.2-blue.svg -[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.6.2 +[release-shield]: https://img.shields.io/badge/version-v0.6.3-blue.svg +[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.6.3 [screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png \ No newline at end of file diff --git a/foldingathome/config.yaml b/foldingathome/config.yaml index 4911e655..a16e4db4 100644 --- a/foldingathome/config.yaml +++ b/foldingathome/config.yaml @@ -1,19 +1,19 @@ +name: Folding@home +version: 0.6.3 +slug: foldingathome +description: Fighting disease with a world wide distributed super computer +url: https://github.com/hassio-addons/addon-foldingathome +codenotary: codenotary@frenck.dev +webui: http://[HOST]:[PORT:7396] arch: - amd64 -codenotary: codenotary@frenck.dev -description: Fighting disease with a world wide distributed super computer -hassio_api: true -image: ghcr.io/hassio-addons/foldingathome/{arch} init: false -name: Folding@home -ports: - 36330/tcp: null - 7396/tcp: 7396 -ports_description: - 36330/tcp: Remote command interface - 7396/tcp: Web interface -slug: foldingathome -url: https://github.com/hassio-addons/addon-foldingathome -version: 0.6.2 +hassio_api: true video: true -webui: http://[HOST]:[PORT:7396] +ports: + 7396/tcp: 7396 + 36330/tcp: null +ports_description: + 7396/tcp: Web interface + 36330/tcp: Remote command interface +image: ghcr.io/hassio-addons/foldingathome/{arch}