From 95c475c4ef1bf30feaaf5db8d7bbeb3fa54a263b Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 26 Aug 2020 10:04:45 +0000 Subject: [PATCH] :tada: Release of add-on Network UPS Tools 0.2.1 --- README.md | 6 +++--- nut/CHANGELOG.md | 15 +++++---------- nut/README.md | 4 ++-- nut/config.json | 2 +- 4 files changed, 11 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1d6c9dde..352a190e 100644 --- a/README.md +++ b/README.md @@ -1025,10 +1025,10 @@ SOFTWARE. [matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.2.0 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.2.0/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.2.1 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.2.1/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg [nut-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/nut-armhf.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 diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index dd061088..2b454610 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,16 +1,11 @@ -Fixes the issues reported around running serial devices, please note in order to resolve this all processes now run as root. Please ensure to snapshot prior to the upgrade, and report any issues found. +General maintenance release -Other maintenance fixes also applied. - -- ✏ Split add-on documentation -- ⬆ Upgrades add-on base image to v7.2.0 -- 📚 Update note on host for sensor -- 🔨 Implement OCI image specification on labels -- 🔨 Remove no longer needed permissions -- 🔨 Change to run as root +- ⬆ Upgrades add-on base image to v8.0.1 +- ⬆ Upgrades hwids to 20200306-r0 +- 🔥 Remove Renovatebot Questions? Join our Discord server! https://discord.me/hassioaddons [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-nut/compare/v0.1.2...v0.2.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-nut/compare/v0.2.0...v0.2.1 \ No newline at end of file diff --git a/nut/README.md b/nut/README.md index 48e9298a..3775b5ad 100644 --- a/nut/README.md +++ b/nut/README.md @@ -57,5 +57,5 @@ see the [NUT Sensor documentation][nut-sensor-docs]. [nut-features]: https://networkupstools.org/features.html [nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/ [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-nut/tree/v0.2.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/v0.2.1 \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index 6ab74f36..9997c97d 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "0.2.0", + "version": "0.2.1", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut",