diff --git a/README.md b/README.md index 170b7f057..9de6df029 100644 --- a/README.md +++ b/README.md @@ -863,10 +863,10 @@ SOFTWARE. [mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [mopidy-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [mopidy-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/605145c -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/605145c/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/56f8ad2 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/56f8ad2/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-605145c-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-56f8ad2-blue.svg [nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index 89c034185..c7a4d2918 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.8.0 +- Switch to centralized GitHub Action Workflows (#194) - Bump actions/checkout from 2.3.4 to 2.3.5 (#186) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. @@ -17,7 +18,7 @@ Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Upgrades add-on base image to 5.1.1 (#184) -- ⬆ Upgrade lock-threads workflow to 3.0.0 (#183) +- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#183) - Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#179) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/nut/README.md b/nut/README.md index 99278f4e6..bd496ab33 100644 --- a/nut/README.md +++ b/nut/README.md @@ -61,5 +61,5 @@ If you are more interested in stable releases of our add-ons: [nut-features]: https://networkupstools.org/features.html [nut-ha-docs]: https://www.home-assistant.io/integrations/nut/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-605145c-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/605145c \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-56f8ad2-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/56f8ad2 \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index 7c1f6abf4..4820232ff 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "605145c", + "version": "56f8ad2", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut",